/*
CTC Separate Stylesheet
Updated: 2016-09-08 04:19:34
Theme Name: Oceanic Child
Theme URI: http://www.freelancelot.co.za/themes/oceanic/
Template: oceanic
Author: Freelancelot
Author URI: http://www.freelancelot.co.za/
Description: Oceanic is a responsive WordPress theme with an ocean-inspired design. Integrated with some powerful plugins such as Site Origin's Page Builder and Contact Form 7 as well as being Woocommerce-ready, Oceanic has everything you need to hit the beach running.
Tags: one-column,two-columns,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,theme-options,threaded-comments,translation-ready,blog,e-commerce
Version: 1.0.11.1473308374
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

.oceanic-header-layout-centered .site-top-bar-left, .site-top-bar-right {background-color: transparent!important;}
.oceanic-header-layout-centered .site-top-bar-left-text {font-size: 22px!important; font-weight:700!important; float:none; text-align:center;}
.oceanic-header-layout-centered .site-header-branding img {margin:20px!important;}
.oceanic-header-layout-centered .site-header-branding img {max-width:250px!important;margin:20px!important;}
p, body {font-size:17px;}
header#masthead {background-color:#fff;}
.site-top-bar {background-color:#1898cb!important;}
.site-top-bar-left-text {color:#fff!important;}
.site-top-bar-left-text em {color:#fff!important;}
@media screen and (max-width: 780px) {
.oceanic-header-layout-centered .site-top-bar-left-text {margin: 15px 0px!important;}
}
.site-top-bar-left a {color:#fff!important;}
.grey-box {background-color:#f7f7f7; border-radius:16px; padding:10px; margin-top:20px;margin-bottom:20px;}
.btn-danger {background-color:#1898cb!important;border-color:#1898cb!important;}

.snip1519 {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 250px;
  max-width: 310px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #4f9fc6;
  color: #9e9e9e;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.snip1519 *,
.snip1519 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.snip1519 figcaption {
  padding: 12% 10% 14%;
}

.snip1519 i {
  font-size: 54px;
  color: #fff;
  width: 80px;
  line-height: 80px;
  background-color: #4f9fc6;
  border-radius: 50%;
  padding: 0;
  margin: 0 0 10px;
  text-align: center;
  display: inline-block;
}

.snip1519 h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0;
}

.snip1519 p {
  font-size: 0.9em;
  font-weight: 300;
  margin: 0 0 20px;
}

.snip1519 .button {
  text-decoration: none;
  color: #777;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.snip1519 .button:before {
  background-color: #4f9fc6;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  z-index: -1;
  opacity: 0;
}

.snip1519 .button:hover {
  color: #fff;
}

.snip1519 .button:hover:before {
  top: 0;
  opacity: 1;
}

.testimonial {
    position: relative;
    margin: 4em auto 3em;
    width: 70%;
}

.bubble {
    position:relative;
    padding: 2em;
    width: auto;
    border-radius: 12px;
    border: 0px solid #CCC;
background-color:#fff;
}
.bubble p {
    position: relative;
    z-index: 2;
}
.bubble p:last-child {
    margin-bottom: 0;
}

.bubble:before,
.bubble:after {
    display:block;
    position:absolute;
    right:4em;
    bottom:-18px;
    width: 0;
    height: 0;
    content: "\0020";
    border: solid 20px transparent;
    border-bottom: 0;
    border-top-color:#fff;
    overflow:hidden;
    z-index:2;
}
.bubble:before {
    bottom:-24px;
    border-top-color: #eee;
    z-index:1;
}
.bubble-sig {
    position: relative;
    margin-top: 30px;
    right: 3em;
    font: bold 1em/1.4 Arial, sans-serif;
    text-align: right;
    line-height: 1.2;
}
.bubble-sig span {
    display: block;
    font-weight: normal;
    font-size: 0.9em;
}

/*ACCORDION MENU - HOME PAGE*/
.accordion {
  border: 1px solid white;
  padding: 0 10px;
  margin: 25px auto 25px;
  list-style: none outside;
}

.accordion > * + * { border-top: 1px solid white; }

.accordion-item-hd {
  display: block;
  padding: 15px 30px 15px 0;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color:#fff;
  
}

.accordion-item-input:checked ~ .accordion-item-bd {
  max-height: 1000px;
  padding-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
  transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
}

.accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.accordion-item-hd-cta {
  display: block;
  width: 30px;
  position: absolute;
  top: calc(50% - 6px );
  /*minus half font-size*/
  right: 0;
  pointer-events: none;
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color:#e3e3e3;
}
.accordion-item-bd {
  font-size:16px; 
  color:#fff; 
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-transition: max-height .15s ease-out, margin-bottom .3s ease-out, padding .3s ease-out;
  transition: max-height .15s ease-out, margin-bottom .3s ease-out, padding .3s ease-out;
}

.accordion-item-input {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1;
  overflow: hidden;
  position: absolute;
  left: -9999px;
}
/* SUBMENU SMART PHONES */
 ul.submenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #e63c3c;
    display:block;
}
.submenu li a {
    display: block;
    color: #fff;
    padding: 14px 16px;
    text-decoration: none;
    border-bottom:1px solid #f35b5b;
    font-size:16px;
}
.submenu li a:hover:not(.active) {
    background-color: #f35b5b;
    color: #f7f7f7;
}

.site-top-bar2 {background-color: #f5f5f5!important;position: relative;text-align:center!important;color:#666;font-style:italic;padding:5px 0;}


#two-column{
width: 100%;
}
#two-column #left{
width: 49%;
float: left;
}
#two-column #right{
float: right;
width: 49%;
}
#two-column p{
margin-bottom: 12px;
}
#two-column input[type="text"]{
border:none;
border:1px solid #503424;
font-size :14px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 2px;
width: 100%;
padding: 5px;
height: 40px;
background: #EBDFCD;
}
#two-column #right input[type="email"], #two-column #left input[type="text"]{
width: 100%;
height: 40px;
background: #EBDFCD;
}
#two-column textarea {
position: relative;
padding: 5px;
border:1px solid #503424;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 2px;
width: 100%;
height: 200px;
background: #EBDFCD;
}
#two-column input[type="submit"]{
padding:8px 18px;
background:#EBDFCD;
color:#503424;
border: 1px solid #503424;
float:right;
font-size: 14px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
#two-column input[type="text"]:focus, #two-column textarea:focus{
background: #EBDFCD
border: 1px solid #A7864D;
}
#two-column input[type="submit"]:hover{
background:#A7864D;
color:#EBDFCD;
border: 1px solid #503424;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
height: 40px;
width: 100%;
}

/*-----------------------------
Contact Form 7 responsive 
-------------------------------*/
div.wpcf7 .wpcf7-form-control {max-width: 95%;}

/* Make Contact Form 7 Select Dropdown field responsive & full width */
.wpcf7 select {  
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
    padding: 4px;
    text-indent: 0px;
    width: 100%;
    z-index: 100;
}
label {width: 100%;}

/* Make Contact Form 7 text field full width & responsive */
.wpcf7-text {width: 100%;} 

/* Some additional CSS customization to the whole Contact Form 7 form */
div.wpcf7 { 
	background-color: #f7f7f7; /* Adds background color */
	border: 2px solid #eee; /* Adds a form border */
	padding:20px 10px 10px 10px;
	-webkit-border-radius: 4px; /* Making form border rounded */
	-moz-border-radius: 4px; 
	border-radius: 4px; 
}
#two-column #right input[type="email"] {
    width: 90%!important;
    height: 40px;
    background: #fff!important;
    border: 1px solid #503424!important;
}
#two-column input[type="submit"] {
    padding: 22px 40px!important;
    float: left!important;
    font-size: 18px!important;
    background: #fff!important;
}
#two-column input[type="text"],#two-column textarea {
  background: #fff!important;
}