/* CSS Document */

body {
    background: #193340;
    color: #2a3680;
    margin: 0;
    padding: 0;
}

/* Images & Other Objects */

img, object, embed { max-width: 100%; }
img { height: auto; }
img { vertical-align: middle; }

/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/

h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.8em;
    color: #2a3680;
    margin: 0 0 0 0;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.7em;
    color: #4495d1;
    margin: 0 0 0 0;
}
h2 a{
     color: #333;
	text-decoration:underline;
}
h2 a:active{
     color: #333;
	text-decoration:underline;
}
h2 a:visited{
      color: #333;
text-decoration:underline;
}
h2 a:hover{
     color: #2a3680;
	text-decoration:underline;
}


h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    color: #333;
    margin: 1em 0 0.5em 0;
}
h3 a{
      color: #4495d1;
	text-decoration:none;
}
h3 a:active{
      color: #4495d1;
	text-decoration:none;
}
h3 a:visited{
      color: #be0000;
	text-decoration:none;
}
h3 a:hover{
      color: #4495d1;
	text-decoration:underline;
}

p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #2a3680;
    margin: 0 0 0 0;
}
ul li {
    font-family: 'Lato', sans-serif; /*400,700*/
    color: #2a3680;
    margin: 0 0 0 0;
}

/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/

#header {
    padding: 2em 0;
    background-color: #fff;
}

#header .fa {
    color: #2a3680;
}

#header a {
    text-decoration: none;
    color: #2a3680;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -ms-transition: color 0.5s;
    transition: color 0.5s;
}

#header a:hover {
    color:#2a90ce;
}

#header p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #2a3680;
    font-size: 1.3em;
    margin-bottom: 0.8em;
}

#header h1 {
  font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 3.2em;
    color: #fff;
    margin: 0.3em 0 0 0;
}
#header h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    font-size: 1.1em;
    color: #fff;
    margin: 0 0 0 0;
    text-align: left;
    letter-spacing: 0.2em;
}

#header span {
    margin: 0 1.5em 0 0;
}

#header .right {
    text-align: right;
	margin-top:1.5em;
}

#header .icon {
    margin: 0 0 0 1em;
}

/* NAV -----------------------*/
/* NAV -----------------------*/
/* NAV -----------------------*/
/* NAV -----------------------*/

#nav {
    background: #263474;
}

#nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
}

body.admin-bar #nav.fixed {
    top: 32px;
}

#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 0.78em;
    text-transform: uppercase;
}

#menu li {
    position: relative;
    display: inline;
}

#menu .current-menu-item a {
    background-color: #000154;
}

#menu a {
    display: inline-block;
    padding: 0.9em 1.5em 0.9em 1.5em; 
    margin: 0 0 0 0;
    color: #ffffff;
    text-decoration: none;
}

#menu ul {
    position: absolute;
    left: -9999px;
    margin: 0;
    padding: 0;
    text-align: left;
}

#menu ul li {
    display: block;
}

#menu li:hover ul {
    left: 0;
    z-index: 999;
}

#menu li:hover a {
    background-color: #000154;

    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

#menu li:hover ul a {
    text-decoration :none;
    background: #2a3680;
}

#menu li:hover ul a:hover {
    text-decoration: none;
    background: #4495d1;
}

#menu ul a {
    white-space: nowrap;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 0.6em 1em;
}

#menu .sub-menu .sub-menu,
#menu .sub-menu li:hover .sub-menu li .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    /*margin-left: 3px;*/
}

#menu .sub-menu li:hover .sub-menu, 
#menu .sub-menu li .sub-menu li:hover .sub-menu {
    display: block;
}

/* SLICKNAV */

.slicknav_menu {
    display: none;
}

/* SLIDER --------------------*/
/* SLIDER --------------------*/
/* SLIDER --------------------*/
/* SLIDER --------------------*/

#slider {}

#slider img {
    width: 100%;
    height: auto;
}

/* CONTENT ---------------------*/
/* CONTENT ---------------------*/
/* CONTENT ---------------------*/
/* CONTENT ---------------------*/

#content {
    padding: 2em 0em 0em 0em;
    background-color: #ffffff;
}

#content .left {
    margin-bottom: 2em;
}



#content .locks {
    border: 2px solid #263474;
    margin-bottom: 2em;
	padding: 1em 2em 1em 2em;
}




#content .right {
    text-align: right;
}

#content h1 {
    margin-bottom: 1.5em;
	position: relative;
	color:#333;
}
#content h1:before {
    border-bottom: 3px solid #263474;
    content: " ";
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 50px;
}

#content h1 span {
   color: #2a3680;
    font-size: 0.5em;
}
#content h2 {
    font-size: 1.3em;
margin:0.5em 0 0.5em 0;
	color:#333;
}
#content h4 {
    font-size: 1em;
color:#333;
margin:1.5em 0 1.5em 0;
font-weight:600;
}
#content h6 {
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1em;
	font-style:italic;
    color: #2a3680;
   line-height: 1.5em;
   margin:1.7em 0 0em 0;
	text-align:justify;
}

#content p {
    line-height: 1.5em;
    margin-bottom: 1.5em;
	text-align:justify;
	color:#333;
}
#content p a:link  {
   color:#333;
	font-weight: bold;
}
#content p a:visited  {
     color:#333;
}
#content p a:hover   {
    color:#2a3680;
}

#content p a:active   {
    color: #333;
}

#content a.btn {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 0.75em;
    background: #2a3680;
    color: #ffffff;
    text-decoration: none;
    padding: 0.9em 1.6em;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

#content a.btn:hover {
    background: #3d484c;
}
#content ul{
    margin: 0 0 0em 0;
    padding: 0 0 0.8em 0em;
	color:#263474;
}

#content ul li {
    list-style: none;
    counter-increment: foo;
    display: table-row;
    text-align:left;
    line-height:1.6em;
   color:#263474;
}

#content ul li:not(.gfield):before {
    content:"·";
    color:#263474;
    font-size:3em;
    vertical-align:top;
    line-height:19px;
    display: table-cell;
    text-align: right;
    padding-right:0.2em;
}

#content ul li a {
    color: #2a3680;
}

#content ol{
    margin: 0 0 0em 0;
    padding-left:1em
}

#content ol li {
    
    text-align:left;
    line-height:1.6em;
    color: #333;
}

/* WHOS PAGE -----------------*/
/* WHOS PAGE -----------------*/
/* WHOS PAGE -----------------*/
/* WHOS PAGE -----------------*/

#whos .whos-member {
    border: 2px solid #000154;
    margin-bottom: 2em;
}

#whos .whos-member .image, #whos .whos-member .text {
    margin: 20px 0;
}

/* Table ---------------------*/
/* Table ---------------------*/
/* Table ---------------------*/
td {
    display: table-cell;
    vertical-align: inherit;
	 font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #333;
   	vertical-align: text-top;
}
td a{
      color: #333;
	text-decoration:underline;
}
td a:active{
      color: #333;
	text-decoration:underline;
}
td a:visited{
       color: #333;
text-decoration:underline;
}
td a:hover{
     color: #2a3680;
	text-decoration:underline;
}

/* TITLE ---------------------*/
/* TITLE ---------------------*/
/* TITLE ---------------------*/
/* TITLE ---------------------*/

#title {
    padding: 2em 0;
    background-color: #eeeeee;
}

/* OPERATIONS BAR ------------*/
/* OPERATIONS BAR ------------*/
/* OPERATIONS BAR ------------*/
/* OPERATIONS BAR ------------*/

#operations-bar {
    padding: 2em 0 2em 0;
    background-color:#265B74;
	background-image: url(imags/area.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#operations-bar h2 {
    margin: 0 0 2em 0;
    position: relative;
    color: #FFF;
}

#operations-bar h2:before {
    border-bottom: 2px solid #fff;
    content: " ";
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 40px;
}

#operations-bar p {
    color: #3d484c;
    line-height: 1.5em;
    margin-bottom: 2em;
}

#operations-bar ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#operations-bar ul li {
    color: #FFF;
    line-height: 1.5em;
    padding: 0 0 0 0;
    margin: 0 0 1.5em 0;
    font-family: 'Lato', sans-serif; /*300 400 700*/
    font-size: 1em;
    line-height: 1.75em;
}

#operations-bar a {
    color: #4495d1;
    text-decoration: none;
    font-size: 0.9em;
}

#operations-bar a:hover {
    color: #fff;
}

/* TESTIMONIALS --------------*/
/* TESTIMONIALS --------------*/
/* TESTIMONIALS --------------*/
/* TESTIMONIALS --------------*/

#testimonials {
    padding: 5em 0 5em 0;
    background-color: #fff;
    text-align: center;
}

#testimonials h2 {
    margin: 0 0 2em 0;
    position: relative;
}

#testimonials h2:before {
    border-bottom: 2px solid #387694;
    content: " ";
    position: absolute;
    bottom: -0.5em;
    left: 50%;
    margin-left: -20px;
    width: 40px;
}

#testimonials blockquote {
    font-family: 'Lato', sans-serif; /*400,400i,700,700i*/
    font-weight: 400;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0;
    padding: 0em 5em 0.25em 5em;
    line-height: 1.8em;
    position: relative;
    color: #666;
}

#testimonials blockquote:before {
    display: block;
    content: "\201C";
    font-size: 130px;
    position: absolute;
    left: 60px;
    top: -45px;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.3);
}

#testimonials blockquote cite {
    font-family: 'Lato', sans-serif; /*300 400 700*/
    color: #387694;
    font-style: normal;
    font-size: 0.8em;
    display: block;
    margin-top: 1.5em;
}
.testimonials-widget-testimonial div.credit {
    color:#4495d1;
	text-align:left;
}
/* FOOTER --------------------*/
/* FOOTER --------------------*/
/* FOOTER --------------------*/
/* FOOTER --------------------*/

#footer {
    padding: 4em 0 2em 0;
    background-color: #263474;
}

#footer .box {
    margin-bottom: 2em;
}

#footer .right {
    text-align: right;
}

#footer p {
     color: #FFFFFF;
    line-height: 1.5em;
    margin: 0 0 0em 0;
	
}

#footer h2 {
    font-size: 1em;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 1.5em 0;
    text-transform: uppercase;
}

#footer a {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -ms-transition: color 0.5s;
    transition: color 0.5s;
}

#footer a:hover {
    color: #2a90ce;
}
#footer ul {
    list-style-type: none;
    margin: 0 0 0em 0;
    padding: 0 0 0 0;
}

#footer ul li {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.9); 
    padding: 0;
    margin: 0 1em 0em 0;
    line-height: 1.5em;
	display: inline-block;
}
#footer .fa  {
    margin-right: 1em;
    font-size: 0.95em;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.9);
}

#footer .links ul li {
    list-style-type: none;
    padding: 0;
	margin-left:0.3em;
    
}
/* COPYRIGHT -----------------*/
/* COPYRIGHT -----------------*/
/* COPYRIGHT -----------------*/
/* COPYRIGHT -----------------*/

#copyright {
    padding: 0.8em 0;
    background:#878786;
}

#copyright .right {
    text-align: right;
}

#copyright p {
    font-size: 0.7em;
    color: #fff;
}

#copyright a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -ms-transition: color 0.5s;
    transition: color 0.5s;
}

#copyright a:hover {
    color: #223f7e;
}



/* accordion */

#content .accordion {
    margin-bottom: 2em;
}
#content .accordion h4 {
    color: #4495d1;
font-size: 1.1em;
 margin-bottom: 0.5em 0 0.5em 0;
font-weight:400;
}
#content .accordion h3 {
    color: #fff;
font-size: 1.1em;
    margin-bottom: 0.5em;
font-weight:400;
}

#content .accordion p {
margin-bottom:1em;
}

#content .accordion-title {
    margin: 0;
    padding: 0.7em;
    cursor: pointer;
    background-color: #2a3680;
    background-image: url(images/icon-plus.png);
    background-repeat:no-repeat;
    background-position: 95% 50%;
}

#content .accordion-title:hover {
    background-color: #4495d1;
    background-image: url(images/icon-plus.png);
    background-repeat:no-repeat;
    background-position: 95% 50%;
}

#content .accordion-title:first-child {
    /*border: none;*/
}

#content .accordion-title.open {
    cursor: pointer;
    background-image: url(images/icon-minus.png);
    background-repeat:no-repeat;
    background-position: 95% 50%;
margin-bottom: 1.5em;
}

#content .accordion-content {
    padding-bottom: 20px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

/* MOBILE HORIZONTAL */
@media (max-width: 867px) {
	
	.alignright {
		float:none;
		display: block;
		margin: 5px 0 20px 0px;
	}
	
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* PARTNERS ------------------*/
/* PARTNERS ------------------*/
/* PARTNERS ------------------*/
/* PARTNERS ------------------*/

#partners {
    padding: 1.5em 0;
    background-color: #105CA9;
}

#partners ul {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

#partners ul li {
    display: inline-block;
    margin: 0.5em 3.2em;
}

/* TESTMONIALS ------------------*/
/* TESTMONIALS ------------------*/
/* TESTMONIALS ------------------*/
/* TESTMONIALS ------------------*/

.testimonials-widget-testimonial .author {
	font-style:normal;
}
.testimonials-widget-testimonial blockquote {
    margin-left:0em;
}
.testimonials-widget-testimonial blockquote p {
    font-weight:600;
	line-height: 1.8em!important;
	font-style:italic!important;
}
.testimonials-widget-testimonial .list-title {
    font-weight: bold;
	display:none;
}
/* GRAVITY FORM --------------*/
/* GRAVITY FORM --------------*/

.gform_wrapper * {
 color: #000154;
}
.gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
    width: 100%;
	display: block!important;
}

.gform_wrapper ul.gform_fields li.gfield {
    background-image: none!important;
    padding: 0 0 0 0em!important;
	display: block!important;
}


#gform_wrapper_1 .gform_footer input[type=submit] {
    border: 1px solid #000154!important;
    border-radius: 5px;
    background: #000154!important;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #fff;
    padding: 0.3em 1.5em;
}
body #gform_wrapper_1 .gform_footer input[type=submit]:hover {
    background: #2a90ce;
  border: 1px solid #2a90ce;
    color: #fff;
}
#gform_wrapper_3 .gform_footer input[type=submit] {
    border: 1px solid #2a3680!important;
    border-radius: 5px;
    background: #2a3680!important;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #fff;
    padding: 0.3em 1.5em;
}
body #gform_wrapper_3 .gform_footer input[type=submit]:hover {
    background: #2a3680;
  border: 1px solid #2a3680;
    color: #fff;
}
.gform_wrapper .top_label .gfield_label {
    font-weight: 700;
    line-height: 2.4em!important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 8px;
  
}
.gform_confirmation_message_2 {
	 font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #2a3680;
}
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
	width:100%;
}
/* gform placeholders*/
::-webkit-input-placeholder {  color: #2a3680; }
:-moz-placeholder { opacity: 1;  color: #2a3680; } /* Firefox 18- */
::-moz-placeholder { opacity: 1;  color: #2a3680; } /* firefox 19+ */
:-ms-input-placeholder {  color: #2a3680; } /* ie */
input:-moz-placeholder {  color: #2a3680; }

/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/


/* MOBILE VERTICAL */
@media (max-width: 400px) {
	 #header {
       padding:0.5em;
	    }
	#footer {
		padding: 2em 0 0em 0;
	}
	#content .left {
    margin-bottom: 0em!important;
	}
	 #content {
       padding-top: 1em;
	    }
	
    #header .right {
        text-align: center!important;
	    }
	#sold.grid-parent a img {
	padding-bottom:0em!important;
}
	#content h6 {
    margin: 0 0em 2em 0!important;
}
	#header h1 {
   
    margin: 0em 0 0 0;
}
	
}




/* MOBILE HORIZONTAL */
@media (max-width: 867px) {

    /* HEADER */

    #header .logo {
        text-align: center;
        margin-bottom: 1.5em;
    }
	
	
	
	#content .left {
    margin-bottom: 0em;
	}

    #header .right {
        text-align: center;
		margin-top:0em;
    }
	

    /* NAV */

    .js #nav {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }

    /* CONSULTATION */

    #consultation .left {
        text-align: center;
        margin-bottom: 1em;
    }

    #consultation .right {
        text-align: center;
    }

    /* NAV */

    .js #nav {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }
    /* INTRO */

    #intro p {
        padding: 0;
    }

    /* TESTIMONAILS */

    #testimonials blockquote {
        padding: 0em;
    }

    /* FOOTER */

    #footer .right {
        text-align: left;
    }

    /* COPYRIGHT */

    #copyright .left {
        text-align: left;
        margin-bottom: 0.5em;
    }

    #copyright .right {
        text-align: right;
    }
#sold.grid-parent a img {
	padding-bottom:0em!important;
}
	#content h6 {
    margin: 0 0em 2em 0;
}

}


/* DESKTOP > TABLET */
@media (min-width: 768px) and (max-width: 1700px) {
	
#menu a  {
    display: inline-block;
    padding: 0.9em 1em 0.9em 1em;
    margin: 0 0 0 0;
    color: #ffffff;
		text-decoration: none;}

}



/* COOKIE NOTICE CSS */

#cn-notice-text {
                font-family: 'Lato', sans-serif;
                font-weight: 400;
                font-size: 13px;
                color: #ddd;
}

#cookie-notice .button.wp-default {
    line-height: 18px;
    padding: 2px 12px;
    background: #2a3680;
    border-color: #2a3680;
    color: #fff;
    text-shadow: none;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    white-space: nowrap;
}

#cookie-notice .button.wp-default:focus, #cookie-notice .button.wp-default:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

/* VIDEO */

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border:none;
}
/* sold -----------------*/
/* sold -----------------*/
/* sold -----------------*/
/* sold -----------------*/

#sold.grid-parent {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
	padding-top:1em;
}

#sold.grid-parent a img {
    max-width: none;
     height: auto;
    z-index: 10;
	float:left;
	padding-bottom:4em;
}



#sold .image {
    /*position: relative;
    width: 100%;
    height: 0;
	  overflow: hidden; */
    padding-bottom: 2%;
  
}
#sold .image p {
   
}
#sold .image p a {
   
}

#sold .image h4 {
    
}

#sold .image img.property {
    max-width: none;
     height: auto;
    z-index: 10;
	float:right;
	padding-bottom:4em;
}
#sold .image img.overlay {
    position: absolute;
    right: 0px;
    top: 0;
}


/* Woocommerce */

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #223f7e!important;
}



/* Sidetabs CSS */


#sidetabs {
    position: fixed;
    width: 46px;
    top: 210px;
    right: 0;
    z-index: 15;
}

#sidetabs div {
    background-repeat: no-repeat;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#sidetabs .tab-enquiry {
    background-color: #263474;
    height: 123px;
    margin-bottom: 4px;
	 background-image: url(/wp-content/uploads/2025/12/contact-tab.png);
}

#sidetabs .tab-lessons {
    background-color:#742A80;
    height: 104px;
    margin-bottom: 4px;
	 background-image: url(/wp-content/uploads/2021/10/contact-store.png);
}


#sidetabs .tab-enquiry:hover {
    background-color:#878786;
}

#sidetabs .tab-lessons:hover {
    background-color: #A93FBC;
}

.map-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Woocommerce */

.stock.out-of-stock {display: none !important; }

.product_meta{
    display: none !important;
    }
.related.products {
  display: none;
}
/* smiley */
img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	color:#fff;
	}
