/*
Theme Name: Paris
Theme URI: www.brightervision.com
Description: Paris Theme
Author: Brighter Vision
Author URI: http://www.brightervision.com
Template: genesis
Text Domain: paris

The Paris Theme is a Genesis child theme owned and designed by Brighter Vision. The use of this child theme is reserved only for Brighter Vision customers.
*/

.lasso--controls__right {text-align: left !important;}

.full-width-content .left-col {
    width: 100% !important;
}
.full-width-content .right-col {
    display: none !important;
}

h6 {
    -webkit-margin-before: 1em!important;
    -webkit-margin-after: 1em!important;
}

.nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu .current-menu-item > a, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #f4ba3a !important;
}

/* LEFT ALIGN FIX */

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Footer Copyright */

#footer-copyright {text-align: center;}

/* Slider Button Removed */

bx-pager-item {
display: none !important;
}

body{
    margin:0;
    padding:0;
    color: #363636;
    font-family: 'open sans';
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
}
a{
    color:#363636;
    text-decoration:none;
}
a:hover{
    color:#111;
}
.clear{
clear:both;
}
img{
}
.wrap{
    max-width:1200px;
    margin:auto;
}

.header{
    position:relative;
}

#sticky-bar{
            /* set animation */
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
        
#sticky-bar.sticky {
            position: fixed;
          
            width: 100%;
            background: rgba(69, 68, 68, 0.85);
    z-index:9;
          
        }
.header-inner{
    height:360px;
    overflow:hidden;
  background: url('/wp-content/uploads/2016/11/light.jpg');
background-size: cover;
}
.header-inner img{
   height: auto;
    /*min-height: 360px;*/
    width: 100%;
}
.page-title {
    color: #fff;
    font-size: 50px;
    position: absolute;
    text-align: center;
    top: 38%;
    width: 100%;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    font-weight: 200; /* added this */
}

/* Slider Css */

.slider-content {
    position: absolute;
    text-align: center;
    top: 30%;
    width:100%;
    color:#fff;
    font-size:17px;
    line-height:24px;
}
.slider-content.Bottom{
    top: 60%;
}
.slider-content.Top{
    top: 10%;
}
.slider-content h1{
    color:#fff;
    font-weight:500;
    font-size:60px;
}
#home-slider > img {
    width: 100%;
}
/* Slider Css */
.nav-area {
    position: absolute;
    top: 0px;
    width:100%;
    padding:25px 0;
}
.navbar{
    float:right;
	padding-top:35px;
}
.navbar ul {
    margin: 0;
    padding: 0;
}
.navbar ul li {
    margin: 0;
    padding: 0 15px;
    display:inline;
}
.navbar ul li a{
    color:#fff;
    font-size:14px;
    text-decoration:none;
}
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 0;
    float: right; 
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
    float:left; 
}
 
.genesis-nav-menu a {
    color: #333;
    display: block;
    /*padding: 30px 24px;*/
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #000;
}

.genesis-nav-menu > li > ul:before {
    border-bottom: solid .5em #4092B5;
    border-left: solid .5em transparent;
    border-right: solid .5em transparent;
    content: '';
    left: .75em;
    position: absolute;
    top: -.45em;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    font-size: 14px;
    padding: 20px;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
}

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}

div.wpforms-container-full {
               padding: 15px!important;

}
/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #333;
}

.nav-primary .genesis-nav-menu a {
    color: #fff;
    font-family: 'open sans', sans-serif;
    padding-bottom: 10px;
    font-size: 18px;
	font-weight:500;
    text-shadow: 1px 1px 1px #232323;

}
.nav-primary .genesis-nav-menu .sub-menu .menu-item {
    padding: 0;
}
.nav-primary .genesis-nav-menu .sub-menu a {
    color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #000;
}

/*.nav-primary .genesis-nav-menu {
  float: none;
  text-align: left;
    line-height: 1.4;
}
.nav-primary .genesis-nav-menu > li {position:relative;  margin: 0 0px;}
.nav-primary .genesis-nav-menu > li:hover {}
.nav-primary .genesis-nav-menu > li:last-child {}
.nav-primary .genesis-nav-menu li > a {
  color: #ffffff;
  padding: 15px 0;
  font-weight:600;
  font-size: 18px;
  padding:10px 22px 10px 22px;
  position: relative;
  font-family: 'open sans', sans-serif;
letter-spacing: 2px; 
}
.nav-primary .genesis-nav-menu li:last-child > a {}
.nav-primary .genesis-nav-menu li:first-child > a {}
.genesis-nav-menu a {padding: 13px 15px;}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a:hover {
    color: #000;
    background:#ef5925;
}

.sub-menu > a:hover {
        color: #432352!important;
    background: #fff!important;
}

.nav-primary .genesis-nav-menu .current-menu-item > a {color: #fff;
    background:#ef5925;}
.genesis-nav-menu .sub-menu li {}
.genesis-nav-menu .sub-menu a {
    padding: 11px;
    width: 200px;
    text-shadow: none!important;
    font-weight: normal!important;
    border-color: #eaeaea;
    background-color: transparent;
}
.genesis-nav-menu .sub-menu .current-menu-item a,
.genesis-nav-menu .sub-menu a:hover { 
    background-color: #f9f9f9;
}*/

.nav-primary .genesis-nav-menu .sub-menu {
    padding-top: 10px;
    background: #fff;
    padding-bottom: 10px;
}
.nav-primary .genesis-nav-menu .sub-menu li > a {
    background-color:#332944;
    /*letter-spacing: 1px!important;*/
    /*font-size: 15px!important;*/
    /*text-transform: none!important;*/
    border: none;
    padding: 5px 15px;
    text-shadow: none;
}
/* .nav-primary .genesis-nav-menu li.current-menu-item{background-color: #4092B5;} */
.nav-primary .genesis-nav-menu .sub-menu {padding: 0;border: none;}
.nav-primary .genesis-nav-menu .sub-menu li > a:after {display:none;}
.nav-primary .genesis-nav-menu .sub-menu li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.07);
 /*   border-top: 1px solid rgba(255,255,255,.1); */
    background:#332944;
    color: #fff;
    padding: 8px 10px!important;
    /*font-size: 11px!important;*/
}
.nav-primary .genesis-nav-menu .sub-menu li.current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu li > a:hover { color:#000;}


.logo{
    float:left;
}
.logo img {
    max-width: 350px;
}
.contact-me {
   background-position: center center;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #000 ;
    display: block;
    margin: 42px auto auto;
    padding: 5px 10px;
    text-decoration: none;
    width: 110px;
background-color:#f5f1bd;
    font-size:14px;
    
    /* set animation */
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
}
.contact-me:hover{
background:#2a9255 url("images/ExpandMore.png") no-repeat scroll center 32px;
padding: 5px 10px 20px 10px;
}
#content-area{
    max-width:800px;
    margin:auto;
    width:100%;
    padding-top:40px;
    padding-bottom:40px;
}

h1.entry-title{
/*  color: #98b8a7;
    font-size: 32px; */
    margin: 0;
    padding-bottom: 25px;
    text-align: center;
    line-height:1; 
   /* font-weight: 400; */
} 
.about-me{
    /*background-image:url("images/about-me.png");*/
    background-size:100% 100%;
    background-position:center top;
    background-repeat:no-repeat;
    min-height:360px;
    padding:50px 0;
    position:relative;
}
.about-me h3{
/*    font-size:30px; */
    margin:0;
    padding:0 0 10px 0;
  /*  color:#000;
    font-weight:400; */
}
.about-me-wrap{
    max-width:800px;
    width:100%;
    margin:auto;
    position:relative;
}
.about-me-overlay{
  background: rgba(228, 250, 255, 0.8) ;
    height: 100%;
    position: absolute;
    width: 100%;
    top:0;
}
.about-me-pic{
    float:left;
    width:33%;
}
.about-me-pic img{
    max-width:260px;
   border: solid 2px #2a9255;
    border-radius:200px;
    margin-top:20px;
}
.about-me-pic img.Square{
    border-radius:0px;
}
.about-me-text{
    float:right;
    width:64%;
    color:#000;
}
.home-services {
    padding:60px 0;
    max-width:1024px;
    margin:auto;
    width:100%;
}
.home-services h2{
/*   color: #7ba298;
    display: block; 
    font-size: 32px; */
    margin: 0;
    padding-bottom: 40px;
    text-align: center;
   /* font-weight: 400; */
}
.service-box{
  float: left;
    margin: 0 6%;
    width: 21%;
    text-align:center;
}
.service-box h3{
    border-bottom: 1px solid #2ab8a9;
    /* color: #363636;
    font-size: 25px; */
    line-height: 38px;
    padding-bottom: 20px;
    font-weight:300;
    margin-top:0;
}
.service-box p {
/*    color: #363636;
    font-size: 16px; */
    line-height: 27px;
    text-align: center;
}
.service-thumb img{
   border: 2px solid #2a9255;
    border-radius: 200px;
    margin: auto;
    max-width: 80%;
}
.service-thumb img.Square{
    border-radius:0px;
}
.service-thumb{
    min-height: 200px;
    padding-top: 20px;
    /* set animation */
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
}
.service-thumb:hover{
     padding-top:0px;
    min-height: 220px;
    
}
.service-thumb{
    /* set animation */
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
    background-position:bottom center;
}
.service-thumb:hover{
    background:url(images/shadow.png) no-repeat bottom center;
}

.home-services-bg{
    background:#D9F4F7;
    border-bottom:1px solid #ccc;
}
.contact-map{
  /*  background:rgba(0, 0, 0, 0) url("images/map.png") no-repeat scroll 0 0 / 100% auto; */
    min-height:270px;
    position:relative;
}
.map-address {
border:    1px solid #fff;
    color: #fff;
    left: 40%;
    padding:10px 20px 0;
    position: absolute;
    top: 50%;
    font-size:12px;
    

background: #626262; /* Old browsers */
background: -moz-linear-gradient(top, #626262 0%, #586a70 68%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #626262 0%,#586a70 68%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #626262 0%,#586a70 68%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626262', endColorstr='#586a70',GradientType=0 ); /* IE6-9 */

}
.map-address p{
    margin:0 0 10px 0;
}
.icon-location{
    background:rgba(0, 0, 0, 0) url("images/Location.png") no-repeat scroll 0 9px / 10% auto;
    padding:10px 0 10px 35px;
    display:block;
}
.map-address .icon-phone{
    background:rgba(0, 0, 0, 0) url("images/phone.png") no-repeat scroll 0 0 / 10% auto;
    padding:3px 0 10px 37px;
    display:block;
color:  #fff;
}
.icon-email{
    background:rgba(0, 0, 0, 0) url("images/packet.png") no-repeat scroll 0 0 / 11% auto;
    padding:3px 0 10px 38px;
    display:block;
color: #fff;
}

.footer-area{
    background:#252525;
    padding:30px 0;
    color: #363636;
    font-size:15px;
}

.footer-area h3 {
	    color: #363636;
    padding-bottom: 15px;
    text-transform: capitalize!important;
}

.footer-area p{
    font-size:15px;
}
.footer-area a{
    color:#fff;
    text-decoration:none;
}
.footer-area a:hover{
    color:#ccc;
}
.copyright{
     text-align:center;
}
#footer-sidebar{
    max-width:800px;
    width:100%;
    margin:auto;
    padding-bottom:50px;
}
#footer-sidebar .widget{
   float: left;
    margin: 0 36%; /* was margin: 0 10%; Kirsten edit */
    width: 30%;
}
/*#footer-sidebar h3{
    text-transform:uppercase;
    font-size:16px;
    border-bottom: 2px solid #746091;
    padding-bottom:15px;
}*/
.section-title{
   /* color: #7ba298;
    display: block;
    font-size: 32px; */
    line-height: 60px;
    margin: 0;
    padding-bottom: 40px;
    padding-top: 30px;
    text-align: center;
  /*  font-weight:400; */
}
.home .section-title{
    background:#fdba39 !important;
}
.contact-map iframe {
    width: 100%;
    height: 270px;
}
.map-wrap{
  background: rgba(47, 54, 101, 0.66) ;
    height: 500px;
    position: absolute;
	display:none;
    width: 100%;
}
.icon-fb{
    background:url(images/icon-fb.png) no-repeat 3px 0px;
    padding-left:30px;
}
.icon-twitter{
     background:url(images/icon-twitter.png) no-repeat 0 0;
    padding-left:30px;
}
.icon-google{
     background:url(images/icon-google.png) no-repeat 0 0;
    padding-left:30px;
}
.icon-youtube{
     background:url(images/icon-youtube.png) no-repeat 0 0;
    padding-left:30px;
}
.icon-phone{
    background:url(images/icon-phone.png) no-repeat 0 0;
    padding-left:30px;
}
.icon-address{
    background:url(images/icon-location.png) no-repeat 0 0;
    padding-left:30px;
}
.icon-clock{
    background:url(images/icon-clock.png) no-repeat 0 0;
    padding-left:30px;
}

.icon-email-white{
    background:url(images/mail-iconwhite.png) no-repeat 0 0;
    padding-left:30px;
}

.post-box{
    float:left;
    width:46%;
    margin:2%;
    position:relative;
    overflow:hidden;
}
.post-box img {
    height: auto;
    min-height: 250px;
    width: 100%;
}
.box-content{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    height: 155px;
    max-width: 328px;
    padding-left: 40px;
    padding-top: 100px;
    position: absolute;
    top: 0;
    width: 100%;
    cursor:pointer;
    /* set animation */
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
}

.box-content:hover{
     background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

/*.post-box h2{
   font-size: 20px;
    font-weight: normal;
    margin: 0;
}
.post-box h2 a{
    color:#fff;
    text-decoration:none;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}*/
.post-date{
    color:#fff;
    font-size:12px;
}
/*.box-content:hover h2 a{
    color:#78b2c8;
}*/
.page-template-blog-page{
    
}

.blog, .page-id-12{
   
}
.blog-page{
    max-width:1000px;
    margin:auto;
    width:100%;
    padding:40px 0;

}
.blog-page .left-col{
    width:66%;
    float:left;
}
.blog-page .right-col{
    width:30%;
    float:right;
    font-size:16px;
}
.default-post-title{
    margin:0;
    font-size:20px;
    padding-bottom:12px;
}
.default-post-title a{
    color:#78b2c8;
    text-decoration:none;
}
.default-post-title a:hover{
    color:#363636;
}
.post-meta{
    font-size:11px;
}
.author-name {
    padding-right: 40px;
    background:url(images/icon-author.jpg) no-repeat;
    padding-left:15px;
}
.post-date2{
    background:url(images/icon-clock.jpg) no-repeat 0 3px;
    padding-left:17px;
}
.Default-post-content{
    font-size:17px;
}
.default-post{
    margin-bottom:40px;
}
.default-post .wp-post-image{
    float: left;
    height: auto;
	width:250px;
    margin-right: 20px;
    margin-top: 10px;
  /*   max-width: 200px; REMOVED BY PERRY */
}
.navigation ul{
    margin:0;
    padding:0;
}
.navigation ul li{
    display:inline-block;
}
.navigation ul li a{
    display:block;
    float:left;
    background:#363636;
    color:#fff;
    padding:2px 10px;
    margin:3px;
    text-decoration:none;
    font-size:12px;
}
.navigation ul li.active a{
    background:#111111;
}
.right-col .widget-title{
    margin:0 0 20px 0;
    padding-bottom:10px;
    border-bottom:solid 2px #01BAEC;
    font-size:18px;
    color:#363636;
}
.right-col .widget{
    margin-bottom:40px;
}
.page-template-blog-page .navigation{
    text-align:center;
}
.contact-form {
    float: left;
    width: 55%;
}
.contact-address {
    float: right;
    width: 40%;
}
.contact-page{
    padding-bottom:40px;
}
/*.contact-page h2{
    text-align:center;
    font-size:40px;
    color:#78b2c8;
}*/

/*h3 {font-weight:500;}


.contact-form h3, .contact-address h3{
    font-size:20px;
    color:#78b2c8;
    text-transform: uppercase;
}*/
.contact-address p{
    color: #363636 ;
    font-size:14px;
    padding-bottom:10px;
}
.contact-form input {
    border-top: 2px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-bottom: 2px solid #78b2c8 !important;
    max-width: 460px !important;
    width: 100% !important;
    
}
.contact-form textarea {
    border-top: 2px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-bottom: 2px solid #78b2c8 !important;
    max-width: 460px !important;
    width: 100% !important;
}
.wpforms-field-label {
    color: #898989;
    font-size: 12px !important;
    font-weight: normal !important;
}
.wpforms-submit {
    background: #95ae96 none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 4px !important;
    color: #363636 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    padding: 10px 30px !important;
}
.phone-icon{
    background:url(images/phone-icon.png) no-repeat;
    padding-left:30px;
}
.location-icon{
    background:url(images/location-icon.png) no-repeat;
    padding-left:30px;
}
.clock-icon{
    background:url(images/clock-icon.png) no-repeat 0 7px;
    padding-left:30px;
}
.mail-icon{
    background:url(images/mail-icon.png) no-repeat;
    padding-left:30px;
}
.fb-icon{
    background:url(images/fb-icon.png) no-repeat 8px 0px;
    padding-left:30px;
     display: block;
    float: left;
    padding-left: 30px;
    text-indent: -9999px;
    margin-right: 10px;
}
.twitter-icon{
     background:url(images/twitter-icon.png) no-repeat;
    padding-left:30px;
     display: block;
    float: left;
    padding-left: 30px;
    text-indent: -9999px;
    margin-right: 10px;
}
.google-icon{
     background:url(images/google-icon.png) no-repeat;
    padding-left:30px;
     display: block;
    float: left;
    padding-left: 30px;
    text-indent: -9999px;
    margin-right: 10px;
}
.youtune-icon{
     background:url(images/youtune-icon.png) no-repeat;
    padding-left:30px;
     display: block;
    float: left;
    padding-left: 30px;
    text-indent: -9999px;
    margin-right: 10px;
}
.contact-address > h3:first-child {
    padding-bottom: 20px;
}

.mobile-contact{
    padding:50px 10px 10px; 
    text-align:center;
    display:none;
}
.mobile-contact a{
   /* padding:0 20px 0 30px; Font Awesome Replaced */
    line-height: 30px;
}
.mob-phone{
    background: rgba(0, 0, 0, 0) url("images/phone-icon.png") no-repeat scroll 0 0;
    padding-left: 30px;
}
.mob-email{
     background: rgba(0, 0, 0, 0) url("images/mail-icon.png") no-repeat scroll 0 0;
    padding-left: 30px;
}
#mob-icon{
    position: absolute;
    right: 20px;
    display:none;
    top:27px;
}
#mob-menu{
    position:absolute;
    right:20px;
    top:72px;
    max-width:320px;
    width:100%;
    background:#363636;
}
#mob-menu .menu-main-menu-container{
    display:block;
}
#mob-menu ul{
    margin:0;
    padding:10px;
}
#mob-menu ul li{
    margin:0;
    padding:0;
    list-style:none;
}
#mob-menu ul a{
    margin-bottom:10px;
    padding:4px 10px;
    border-bottom:solid 1px #23282d;
    color:#CACAD9;
    display:block;
    font-size:12px;
}
#mob-menu ul a:hover{
    color:#fff;
}

a {color:#a38fb4;}

/*comment */

.comments-area {
	 border-top: 1px dotted #ccc;
    font-size: 12px;
    margin: 48px auto;
    padding: 30px 10px 0;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
    padding-bottom:20px;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
    padding:10px;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-bottom: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
}

.comment-reply-link:before,
.comment-reply-login:before {
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
    max-width:400px;
}
.comment-respond textarea{
   border-color: #ccc #ccc #78b2c8 ;
    border-style: solid ;
    border-width: 2px 1px ;
    max-width: 460px ;
    width: 100% ;
    padding:10px;
}
.comment-respond input[type="text"]{
   border-color: #ccc #ccc #78b2c8 ;
    border-style: solid ;
    border-width: 2px 1px ;
    max-width: 460px ;
    width: 100% ;
    padding:10px;
}
.comment .comment-respond {
	border-top: 1px solid #78b2c8;
    margin-top: 24px;
    padding-top: 20px;
}

.comment-respond h3 {
	margin-top: 0;
}
.form-submit input.submit{
    background: #78b2c8 none repeat scroll 0 0 ;
    border: medium none ;
    border-radius: 4px ;
    color: #fff ;
    font-size: 18px ;
    font-weight: bold ;
    letter-spacing: 1px ;
    padding: 10px 30px ;
    cursor:pointer;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
    color:#898989;
}
.comment-form p{
    margin:0 0 30px 0;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
    font-size:12px;
}

.comment-reply-title small a:hover {
	color: #78b2c8;
}

.comment-reply-title small a:before {
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}
/*comment */


.parallax-window {
    min-height: 400px;
    background: transparent;
}

.home .section-title{
    background:#B58BB3;
	    color: #363636;
}


/* Responsive CSS */

@media (max-width: 1112px) and (min-width:960px) {
.nav-primary .genesis-nav-menu a{
 font-size:16px!important;
}
}

@media (max-width: 768px) {
    .slider-content{
        top: 20%;
    }

.header-inner img{
         width: auto;
    }

.slider-content.Bottom {
    top: 20%;
}
.slider-content.Top {
    top: 20%;
}
#content-area{
        padding:40px 20px;
        width: inherit;
    }
.about-me-text {
    padding-right: 2%;
    width: 55%;
}
.about-me {
    background-position: center center;
    background-repeat: no-repeat;
        background-size: auto 100%;
}
.post-box img {
    height: 250px;
    width: auto;
}
    
}

@media (max-width: 720px) {
.header-inner img{
         width: auto;
    }
.slider-content h1{
            font-size:20px;
        }
.slider-content{
        top:40%;
        }
.contact-me{
            margin-top:15px;
        }
}
@media (max-width: 600px) {

.header-inner {
    height: 208px;
    }
    
    
    .mobile-contact {
    padding: 5px 0px 0px;
    }
.page-title {
    font-size: 18px;
    top: 15%;
}
.logo {
width: 48%;
}

.logo img {
max-width: 150px;
/* margin-left: -200px;
margin-top: 0px; */
}

#mob-icon{
        display:block;
    }
.menu-main-menu-container,.nav-primary{
        display:none;
    }
.mobile-contact{
        display:block;
    }
.contact-form {
    float: inherit;
    margin: auto;
    max-width: 400px;
    width: inherit;
}
.contact-address {
    float: inherit;
    margin: 40px auto 0;
    max-width: 400px;
    width: inherit;
}
.contact-page {
    padding-left: 10px;
    padding-right: 10px;
}
.blog-page{
        width:inherit;
    }
.blog-page .left-col{
      float: inherit;
    padding: 10px;
    width: inherit;
    } 
.blog-page .right-col {
    float: inherit;
    margin: auto;
    width: 300px;
}
.header-inner img{
         width: auto;
    }
.page-title{
      line-height: 45px;
    }

/*.logo {
    width: 0%
margin-left: 0%;
}*/

.navbar ul li{
            padding:0 5px;
        }
.navbar {
    float: inherit;
    text-align: center;
}

.slider-content {
    font-size: 11px;
    line-height: 14px;
}
.slider-content p{
            display:none;
        }

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
            
     bottom: -20px !important;
        }

.slider-content.Top{
          top:40%;
        }
.slider-content.Bottom{
             top:40%;
        }
.about-me-text {
    float: inherit;
    padding: 0 20px;
    text-align: center;
    width: inherit;
}
.about-me-pic {
    float: inherit;
    margin-bottom: 20px;
    text-align: center;
    width: inherit;
}
.about-me-pic img{
            margin-top:0;
        }
.service-box {
    float: inherit;

    padding: 0 20px;
    text-align: center;
    width: 200px;
        margin: 20px auto;
}
.map-address {
    left: 0;
    margin: 20px;
    top: 10%;
}
.map-wrap{
            height: 300px;
        }
.contact-map iframe {
    height: 300px;
    width: 100%;
}
.contact-map{
             height: 300px;
            min-height: 300px;
        }
#footer-sidebar .widget {
    float: inherit;
    margin: auto;
    padding: 20px;
    width: 300px;
}
.about-me-wrap, .home-services, #footer-sidebar{
             width: inherit;
        }
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #78b2c8 !important;
display: none !important;
}
.post-box {
    float: inherit;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
    max-width: 300px;
        width: inherit;
}

    }

/* Responsive Select Navbar */

.tablet-navbar {
display: none;
}

@media (max-width: 960px) {
.header #mob-icon {
display: none !important;
}

.header .nav-area .responsiveSelectContainer select.responsiveMenuSelect, 
.header .nav-area select.responsiveMenuSelect {
display: none !important;
}

.tablet-navbar {
display: block;
padding: 10px 10px 10px;
background:#5286a5;
}

.tablet-navbar .responsiveSelectContainer {
display: block;
}
}

.header-inner img {
   height: auto !important;
   width: 100% !important;
}

.header-inner{
   height:auto !important;
   width: 100% !important;
}

@media (max-width: 1112px) and (min-width:960px) {
.nav-primary .genesis-nav-menu a{
 font-size:16px!important;
}
}

/* ReCaptcha Resizing */

@media screen and (max-height: 575px){ #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} }

.g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
}
.bvsd-staff-listing .wp-post-image{float: none; margin-right: 0px; margin-top: 0px; }
.bxslider {
  padding: 0;
}
.bxslider img {
    width: 100%;
    height: auto;
}