/*
 Table Of Contents
 1) @fontface
 2) General Text Formatting and Typography
 3) Header Styles
 4) Footer Styles
 ===============================================*/
/*
 1.) @fontface
 ----------------------------------------*/
@font-face {
    font-family: 'gotham_boldregular';
    src: url('../fonts/gotham-bold-webfont.eot');
    src: url('../fonts/gotham-bold-webfont.eot#iefix') format('embedded-opentype'),
        url('../fonts/gotham-bold-webfont.woff') format('woff2'),
        url('../fonts/gotham-bold-webfont.woff') format('woff'),
        url('../fonts/gotham-bold-webfont.ttf') format('truetype'),
        url('../fonts/gotham-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_bookregular';
    src: url('../fonts/gotham-book-webfont.eot');
    src: url('../fonts/gotham-book-webfont.eot#iefix') format('embedded-opentype'),
        url('../fonts/gotham-book-webfont.woff') format('woff2'),
        url('../fonts/gotham-book-webfont.woff') format('woff'),
        url('../fonts/gotham-book-webfont.ttf') format('truetype'),
        url('../fonts/gotham-book-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_lightregular';
    src: url('../fonts/gotham-light-webfont.eot');
    src: url('../fonts/gotham-light-webfont.eot#iefix') format('embedded-opentype'),
        url('../fonts/gotham-light-webfont.woff') format('woff2'),
        url('../fonts/gotham-light-webfont.woff') format('woff'),
        url('../fonts/gotham-light-webfont.ttf') format('truetype'),
        url('../fonts/gotham-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gotham_mediumregular';
    src: url('../fonts/gotham-medium-webfont.eot');
    src: url('../fonts/gotham-medium-webfont.eot#iefix') format('embedded-opentype'),
        url('../fonts/gotham-medium-webfont.woff') format('woff2'),
        url('../fonts/gotham-medium-webfont.woff') format('woff'),
        url('../fonts/gotham-medium-webfont.ttf') format('truetype'),
        url('../fonts/gotham-medium-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'gotham_blackregular';
    src: url('../fonts/gotham-black-webfont.eot');
    src: url('../fonts/gotham-black-webfont.eot#iefix') format('embedded-opentype'),
        url('../fonts/gotham-black-webfont.woff') format('woff2'),
        url('../fonts/gotham-black-webfont.woff') format('woff'),
        url('../fonts/gotham-black-webfont.ttf') format('truetype'),
        url('../fonts/gotham-black-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
 2.) General Text Formatting and Typography
 ----------------------------------------*/
body{
    font-family: 'gotham_bookregular';
}
img{ 
	max-width:100%;
    height: auto;
}
/*----- For Visual Composer ----*/
.vc_row.wpb_row.vc_row-fluid{
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.wpb_column.vc_column_container.vc_col-sm-12{
    padding-left: 0;
    padding-right: 0;
     position: unset;
}
h1{
    font-family: 'gotham_blackregular';
    font-size:30px;
    padding:20px 0px;
    display:block;
    vertical-align: middle;
}

h2{
    font-family: 'gotham_blackregular';
    font-size:30px;
    padding:20px 0px;
    display:block;
    vertical-align: middle;
}
.sub-heading{
  font-family: 'Sintony', sans-serif;
    display:block;
    font-size:13px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom:47px;
    color:#56758d;
    margin-top: 10px;
    letter-spacing: 1px;
}
a{
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
}

/*----------------- Wp Default Typography ----------------*/

.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: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {
    box-shadow: 0 0 15px 4px #eaeced;
    z-index: 999;
}

.gallery-caption {
}

.bypostauthor {
}
/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 26px;
    margin-bottom: 30px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 26px;
    margin-bottom: 30px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
table {
    border: 1px solid #d2d2d2;
    color: #000000;
    margin: 10px 0;
    width: 100%;
}

th {
    font-weight: bold;
}
td, th {
    border: 1px solid #aaaaaa;
    color: #000;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px;
    text-align: center;
}

/*
 3.) Header Styles
 ----------------------------------------*/
.logo{
    max-width:70px;
    display:inline-block;

}
#header .navbar {
    margin-bottom: 0px;
}
#header .navbar-brand{
    height:auto;
    padding:18px 0px;
}

#header .navbar-brand img{
    display:inline-block;
    vertical-align: middle;
    

}
#header .navbar-default{
    background:transparent;
    border:none;
}
#header h1{
    font-family: 'gotham_blackregular';
    font-size:30px;
    line-height:44px;
    display: inline;
    margin-left: 10px;
    color:#000000;

}
#header h1 span{
    font-family: 'gotham_mediumregular';
}
#header .navbar-collapse{
    padding:28px 0px 5px;
}
#header .navbar-toggle{
    margin-top:17px;
}
#header .menu{
    float:right;
   
}
.navbar-nav li a{
    font-family: 'gotham_boldregular';
    font-size:14px;
    text-transform: uppercase;
    color:#ffffff;
    padding-left: 15px;
    padding-right: 15px;
  

}
.navbar-nav li a.dropdown-toggle{
    padding-right: 25px;
}

.nav > li > a:hover, .nav > li > a:focus{
    background: none;
    color: #0eb290;
}
#header .current-menu-item > a{
    color: #0eb290;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background-color: transparent;
    border-color: transparent;
}
a:focus{
    outline: none;
    text-decoration: none;
}
.btn-header{
    font-family: 'gotham_boldregular';
    color:#0eb290;
    font-size:12px;
    border:1px solid #0eb290;
    letter-spacing: 2px;
    margin-top: 4px;
    padding: 17px 40px;
    display:inline-block;
    border-radius: 4px;
    float: right;
    text-transform: uppercase;
}
#header .btn-header{
    padding: 14px 28px;
}
#header .dropdown-menu{
    color: #0eb290 !important;
    width: auto !important ;
    padding: 12px 0 !important;
    border-radius: 4px !important;
    background-color: #0eb290 !important;
    border: none !important;
    box-shadow: none;
    min-width: 243px;
    right: 13px;
    left: auto;
}
#header .dropdown-menu li{
    padding: 19px;
    text-transform: uppercase;
    border-top: 1px solid #0a997b;
}
#header .dropdown-menu li,#header .dropdown-menu li a i{
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;    
}
#header .dropdown-menu li:first-child{
    border-top: none;
}
#header .dropdown-menu li a{
    color: #abffee;
    font-size: 12px;
    font-family: 'gotham_mediumregular';
    line-height: 1.2;
    padding: 0;
    background: none;
    letter-spacing: 1px;
}
#header .dropdown-menu li:hover,#header .dropdown-menu .current-menu-item{
    background-color: #0a997b;
}
#header .dropdown-menu li:hover a,#header .dropdown-menu .current-menu-item a{
    color: #35ccac;
}
#header .dropdown-menu li a i{
    border: 1px solid #1cc2a0;
    border-radius: 100%;
    float: right;
    font-size: 12px !important;
    padding: 7px;
    color: #abffee;
    position: relative;
    top: -7px;
}
#header .dropdown-menu li:hover i,#header .dropdown-menu  .current-menu-item a i{
    color: #abffee;
    border: 1px solid #abffee;
}
#header .caret{
    margin-left: 0;
    position: absolute;
    right: 13px;
    top: 24px;
}
#header .dropdown-menu::before {
    border-bottom: 9px solid #0eb290;
    border-left: 16px solid rgba(0, 0, 0, 0);
    border-right: 0 solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: -7px;
    width: 0;
}
/*.horizontal-menu .dropdown li{
    float: left;
}*/
.header-nav > li:hover .dropdown-menu{
    display: block;
}
#header{
     left: 0;
    position: relative;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 999;
}


/*
 4.) Footer Styles
 ----------------------------------------*/
footer{
    padding:65px 0px;
    background: #e6f2f8;
}

#footer h1{
    font-family: 'gotham_blackregular';
    font-size:30px;
    line-height:44px;
    display: inline;
    margin-left: 10px;
    color:#000000;

}
#footer h3{
    font-family: 'gotham_boldregular';
    font-size:13px;
    text-transform: uppercase;
    color:#2a3139;
    margin-bottom:26px;
    letter-spacing: 2px;
    line-height: 1.2;
}

#footer  img{
    display:inline-block;
    vertical-align: middle;

}

#footer h1{
    font-size:30px;
    line-height:44px;
    display: inline;
    margin-left: 10px;   
}
footer .newsletter-form{
    height:50px;

    border:none;
    padding-left:20px;

}

footer .submit-button{
    padding:13px;
    border:none;
    background: transparent;
    color:#0eb290;
}
footer .form-inline{
    background: #ffffff;
}
footer .social-icon i{
    padding:10px 19px 0px 0px;
    font-size:18px;
    color:#99b1ce;
}
.footer-newsletter{
    margin: 0 0 1em;    
}
/*footer ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;

}
footer ul li a{
    font-family: 'gotham_boldregular';
    font-size:12px;
    line-height: 36px;
    text-transform: uppercase;
}*/
footer .social-icon a:hover{
    text-decoration: none;
    color:#0eb290;

}

#map {
    width: 100%;
    height: 582px;
}
.footer-logo{
    margin-bottom: 30px;
}
.footer-desc .textwidget,.footer-desc p{
    font-size: 14px;
    color: #56758d;
    font-family: 'gotham_bookregular';
    line-height: 1.8;
    letter-spacing: 1px;
}
.footer-desc{
    margin-bottom: 24px;
}
#footer .copyright{
    font-family: 'gotham_bookregular';
    font-size:12px;
    line-height: 36px;
    text-transform: uppercase;
    color: #7b8da2;
    letter-spacing: 2px;
}
.footer-navigation,.footer-news-social{
    margin-top: 22px;
}
.footer-menu{
    float: left;
    width: 50%;
}

.footer-menu li{
    margin-bottom: 18px;
}
.footer-menu li a{
    color: #7b8da2; 
    font-family: 'gotham_mediumregular';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
}
.footer-newsletter .submit-button{
    width: 47px;
    height: 48px;
    background: #0eb290;
    border-radius: 0 3px 3px 0px;
    position: absolute;
    right: 0;
    top: 0;
}
.footer-newsletter .submit-button i{
    color: #fff;
    font-size: 18px;
}
.footer-newsletter .mc4wp-form input[type="email"],.footer-newsletter input[type="text"],.footer-newsletter input[type="email"]{
    width: 100% !important;   
    height: 48px !important ;
    font-size: 14px !important ;
    color: #7b8da2 !important ;
    font-family: 'gotham_bookregular' !important ;
    padding-right: 50px !important ;
    border-radius: 0 3px 3px 0px !important ;
    border: none;
    padding-left: 17px !important ;
}
.footer-newsletter form{
    position: relative;
    border-radius: 0 3px 3px 0px;
}
.footer-newsletter form .input-btn input[type="submit"]{
    opacity: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
}
.footer-newsletter form .input-btn{
    background: #0eb290;
    color: #fff;
    border-radius:0 3px 3px 0;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    width: 47px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    line-height: 44px;
}
.footer-newsletter .formError .formErrorContent{
    font-family:cursive;
    font-size: 11px;
    line-height: 1.4;
    padding: 5px 10px;
    border: none;
    width: 100%;
}
.footer-newsletter .formError{
    top: 55px !important;
    width: 100% !important;
    left: 0 !important;
}


/*********************  
 * updated date 10-12-15
 * */
#header .navbar-brand {padding:30px 0;}
/*#header .navbar-collapse {padding:40px 0px 5px;}*/
.container {position:relative;}
/*.edd-shop-navbar {position:absolute; right:0px; margin:0 15px; background:#0eb290; padding:0 11px;}*/
.edd-shop-navbar a {
    border-right: 1px solid #0eb290;
    color: #fff;
    float: left;
    font-family: "gotham_mediumregular";
    font-size: 12px;
    height: 40px;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 8px 16px;
    position: relative;
    text-transform: uppercase;
}
.edd-shop-navbar a.edd-mini-cart {padding-right:11px;}
.edd-shop-navbar a .fa {color:#fff; transition: all 0.4s ease-in-out 0s; margin-right:10px; font-size:15px;
float:left; margin-top: 5px;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;}
.edd-shop-navbar a:hover {color:#0eb290; text-decoration:none;}
 .edd-shop-navbar a:hover .fa {color:#0eb290;  text-decoration: none;
    }
.edd-shop-navbar a.edd-mini-cart span {height:22px; min-width:24px;  text-align:center; float:left;
background:#2b8e7a; color:#fff; font-size:13px; line-height:22px;   text-decoration: none;
position:relative;
padding-left:4px; padding-right:4px;
    transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;}
    
.edd-mini-cart > span:after {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #2b8e7a;
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    left: -6px;
    position: absolute;
    top: 5px;
    transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
}

.edd-shop-navbar a.edd-mini-cart:hover span {background:#fff; color:#05493b;}
 
.edd-shop-navbar a.edd-mini-cart:hover span:after { 
	 border-right: 6px solid #fff;
}

.theemon-client-review strong{
	display: inline-block;
}

.theemon-client-review {
   color: #d7e5f0;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.8;
    min-height: 90px;
}





/*14-march start here*/


#header .dropdown-menu{
z-index: 999;
}
/*14-march end here*/