/*
Theme Name: Apple Moving Modernized
Author: Edward Silha
Version: 4.5
*/

@charset "utf-8";
/* CSS Document */
.aligncenter,.gallery-item a{display:block}
.alignleft{float:left; margin-right:15px; margin-bottom:10px}
.alignright{float:right; margin-left:15px; margin-bottom:10px}
.aligncenter{margin-left:auto; margin-right:auto}
/*.author-avatar img, .comment-content img, .entry-content img, .widget img, img.header-image, img.wp-post-image{border-radius:6px; -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2); box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);}*/
.wp-caption{max-width:100%;padding:4px}
.entry-caption, .gallery-caption, .wp-caption .wp-caption-text{font-style:italic; font-size:12px; font-size:.857142857rem; line-height:2; color:#757575}
ul:before, ul:after{ content:''; display:table;}
ul:after{ clear:both;}
.full-img img{ width:100%; height:auto;}
img.img-crop { display: block; max-width: none }
.table-cell {display: table-cell; vertical-align: middle; padding:0;}
.table-div{ display:table; height:100%; width:100%; }
#page{ overflow:hidden;}
.btn-style{ border:2px solid #fff !important; -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);}
.btn:after{ padding-left:5px; content:'\f101'; font-family:'FontAwesome'; font-weight:400; -webkit-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease;}
.btn:hover:after{ padding-left:15px}
.link-white a{ color:#fff; text-decoration:underline;}
.link-white a:hover{ color:#fefefe; text-decoration:none;}


.header{ position:relative; z-index:1000; border-bottom:7px solid #a90b14;}
.pre-header{ padding:8px 0; color:#fff; background: #282828;background: -moz-linear-gradient(top,  #282828 0%, #000000 100%); background: -webkit-linear-gradient(top,  #282828 0%,#000000 100%); background: linear-gradient(to bottom,  #282828 0%,#000000 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000000',GradientType=0 );}
.pre-header a, .pre-header a:hover{ color:#fff;}
.pre-header .email{ float:left; display:block; background:url(images/envelope.png) no-repeat left; line-height:32px;padding-left:30px;}
.pre-header address{ background:url(images/placeholder.png) no-repeat left; padding-left:30px; line-height:32px;font-style:normal; margin:0; float:right;}
.facebook{ height:32px; width:32px; float:right; display:block;; text-align:center;  line-height:32px; background:#35619c; margin-left:15px; font-size:22px;}
.twitter{ height:32px; width:32px; float:right; display:block;; text-align:center;  line-height:32px; background:#02b0e8; margin-left:10px; font-size:22px;}

.post-header{ padding:25px 0;}
.logo{ float:left;}
.post-header .button{ float:right; line-height:45px; border-radius:4px; color:#fff; font-weight:700; background:#a90b14; padding:0 15px; text-transform:uppercase; display:block; margin-top:8px;}
.post-header .button:hover{ background:#000;}
.post-header .phone{ background:url(images/phone.png) no-repeat left; padding-left:50px; line-height:45px; font-weight:700; color:#a90b14; font-size:30px; float:right; display:block; margin-right:15px;  margin-top:8px;}
.post-header .phone span{ color:#5c5b5b; display:inline-block; margin-right:10px; font-size:18px; text-transform:uppercase; line-height:45px; height:45px; vertical-align:top}

.navigation{ background:#a90b14; padding-right:60px; position:relative;}
.navigation:after{ background:#a90b14; position:absolute; left:100%; top:0; bottom:0; width:3000px; content:'';}
.navigation:before{width:0; height:0; border-bottom:55px solid #a90b14; border-left:55px solid transparent; content:''; position:absolute; top:0; right:100%;}
.search-icon{ background:url(images/search.png) no-repeat center; height:55px; width:55px; text-indent:-9999px; position:absolute; top:0; right:0;}

.toggleMenu { display:none; height:40px; width:40px; text-transform:uppercase; background:url(images/toogle-open.png) no-repeat left; color:#fff; padding-left:40px; font-weight:700; line-height:40px;}
.toggleMenu.active{ background:url(images/toogle-close.png) no-repeat left; color:#fff; }
.toggleMenu:hover{ color:#fff; }
.menu { list-style:none; *zoom:1; margin:0; padding:0; width:100%; display:table;}
.menu:before, .menu:after { content:""; display:table; }
.menu:after { clear:both; }
.menu ul { list-style:none; min-width:250px; float:none; left:0; top:100%; position:relative; background:rgba(255,255,255, 0.9);}
.menu a { padding:0 15px; color:#fff; }
.menu li { position:relative; padding:0; }
.menu > li > .parent:after{ 
    content:'\f107'; 
    position:absolute; 
    font-family:'FontAwesome'; 
    font-size: 20px;
    top: 1px;
    right: -10px;
    left: auto;
    position: relative;
    margin-right: -12px;
    }
.menu li a:hover, .menu li:hover > a, .menu li.current-menu-item > a, .menu li.current-menu-parent > a{color:#fff; text-decoration:none;}
.menu > li> a:before {content: "";display: block;position: absolute; top:100%; left:50%; width:0; height:7px; background:#fff; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); opacity: 0;}
.menu > li > a:hover:before, .menu > li:hover > a:before {width: 100%; opacity: 1;}
.menu > li > a:before {-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.menu > li { display:table-cell; font-size:16px; position:relative; line-height:55px; text-align:center; font-weight:700; text-transform:uppercase;}
.menu > li:last-child{ background:none;}
.menu > li > a { display:block;  text-transform:uppercase; position:relative; }
.menu li ul { position:absolute; left:-9999px; margin:0; list-style:none;  padding:0; z-index:999; }
.menu li ul:after{ background:url(../images/shadow.png); height:10px; width:100%; z-index:-1; content:''; position:absolute; left:0; right:0; top:100%;}
.menu > li.hover > ul { left:0; margin-left:0; }
.menu li li.hover ul { left:100%; top:0; }
.menu li li{ padding:0; line-height:22px; text-align:left; margin:0;}
.menu li li a { display:block; position:relative; z-index:100; font-size:14px; padding:8px 20px; background:#a90b14; text-transform:inherit; font-weight:400;}
.menu li li:last-child{ border-bottom:none; }
.menu li li a:hover{ color:#fff; background:#c4151f;}
.menu li li li a { background-color:#a90b14; z-index:200; }
@media screen and (max-width:1199px) {
.menu a { padding:0 5px;}
.menu > li, .menu li li a{ font-size:14px;}
}
@media screen and (max-width:991px) {
.main-nav .active { display:block; }
.main-nav{ text-align:left; position:absolute; top:100%; left:0; right:0; background:#a90b14; z-index:9999; display:block; padding:0; width:auto;}
.menu > li { float:none; display:block; border-bottom:1px solid #c4151f; text-align:left; line-height:30px; background:none; font-size:16px;}
.menu a{ padding:8px 25px }
.menu li{ display:block; }
.menu > li > .parent { background-image:none;}
.menu > li > .parent:after{ content:'\f107'; font-family:'FontAwesome'; position:absolute; top:7px; right:15px; left:auto; -webkit-transform:translateX(0%); -ms-transform:translateX(0%); transform:translateX(0%);}
.menu li.hover > .parent:after{ content:'\f106'; font-family:'FontAwesome';  position:absolute; top:7px; right:15px; left:auto; -webkit-transform:translateX(0%); -ms-transform:translateX(0%); transform:translateX(0%)}
.menu li li .parent:after {content:'\f107'; font-family:'FontAwesome'; position:absolute; top:7px; right:15px; left:auto; -webkit-transform:translateX(0%); -ms-transform:translateX(0%); transform:translateX(0%)}
.menu ul { display:block; width:auto; border-bottom:none; min-width:inherit}
.menu > li.hover > ul , .menu li li.hover ul {position:static; margin-left:0}
.menu li li a { padding:8px 35px; font-size:15px;}
.menu li li{ text-align:left; }
.menu li li li a{ padding:5px 45px; }
.menu li ul{ box-shadow:none; -webkit-box-shadow:none}
.menu li ul::after{ display:none;}
}

.header-search {position:absolute; top:100%; right:0;}
.header-search .card-body{ border:none; width:320px; background:#a90b14;}
.search-div{ position:relative;}
.search-div .form-control{ padding-right:45px;}
.search-div button{ position:absolute; top:0; right:0; bottom:0; width:40px; background:url(images/search.png) no-repeat center #333; text-indent:-9999px; border:none; cursor:pointer;}


.banner{ position:relative;}
.banner .carousel-item:before{ background:rgba(255,255,255,0.8); position:absolute; left:0; top:0; bottom:0; z-index:90; content:''; width:50%;}
.banner-image{ background-size:cover; background-repeat:no-repeat; background-position:bottom; height:620px;}
.banner .carousel-caption{ left:0; right:0; bottom:auto; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); text-align:left; z-index:100; color:#121212;}
.banner .carousel-caption .content{ margin-bottom:15px;}
.banner .carousel-caption h2{  font-size:50px; font-weight:700; line-height:50px; color:#a90b14}
.banner .carousel-caption p{ font-size:18px;}
.banner .carousel-control-prev{ background:url(images/back.png) no-repeat right; width:50px; text-indent:-9999px;}
.banner .carousel-control-next{ background:url(images/next.png) no-repeat left;  width:50px; text-indent:-9999px;}

.cta-btn{ padding:40px 0 10px 0; background:#a90b14;}
.cta-btn a{ padding:10px 12px; border-radius:6px; color:#000; display:block; text-transform:uppercase; font-weight:700; text-transform:uppercase; line-height:50px; text-align:center; background:#fff; font-size:18px; margin-bottom:30px;}
.cta-btn a img{ width:50px; height:50px; margin-right:0; float:left;}
.cta-btn a:after{ padding-left:5px; content:'\f101'; font-family:'FontAwesome'; font-weight:400; -webkit-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease;}
.cta-btn a:hover:after{ padding-left:15px}

.w1{ padding:60px 0;}
.w1-intro{ margin-bottom:60px; text-align:center;}
.w1-intro h1{ color:#a90b14; padding:30px 0; background:url(images/title-shape.png) no-repeat center; background-size:contain; text-transform:uppercase; margin-bottom:30px;}
.intro-video{ -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2); box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);}

.w2{ padding:60px 0; background:url(images/bg-1.jpg) no-repeat center; background-size:cover; text-align:center}
.w2 h2{ color:#a90b14; margin-bottom:25px; padding-bottom:12px; position:relative;}
.w2 h2:after{ background:#a90b14; height:2px; width:100px; left:50%; margin-left:-50px; content:''; position:absolute; bottom:0}
.w2 .service-title .table-div{ height:60px;}
.w2 .service-title { padding:15px 0;}
.w2 .service-title .table-div h4{ font-size:26px; margin:0}
.service-icon{ background:#fff; padding:15px; border-radius:6px;}
.w2 [class*=col-]{ margin-bottom:30px;}

.w3{ padding:60px 0; background:url(images/bg-2.jpg) no-repeat center; background-size:cover;}
.w3 h2{color:#a90b14;}
.latest-post{ background:#fff; -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3); box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3); margin-bottom:30px;}
.latest-post .content{ padding:20px;}
.latest-post h5{ font-size:18px; background:#313131; padding:12px 20px; margin:0; color:#fff;}
.latest-post .owl-nav{ text-align:right;}

.owl-carousel, .owl-carousel .owl-item{-webkit-tap-highlight-color:transparent; position:relative}
.owl-carousel{display:none; width:100%; z-index:1}
.owl-carousel .owl-stage{position:relative; -ms-touch-action:pan-Y}
.owl-carousel .owl-stage:after{content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0}
.owl-carousel .owl-stage-outer{position:relative; overflow:hidden; -webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px; float:left; -webkit-backface-visibility:hidden; -webkit-touch-callout:none}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel, .owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{cursor:pointer; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none}
.owl-carousel.owl-loading{opacity:0; display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none}
.owl-carousel.owl-grab{cursor:move; cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{-webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-fill-mode:both; animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut; animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0; transition:opacity .4s ease}
.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d; transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative; height:100%; background:#000}
.owl-carousel .owl-video-play-icon{position:absolute; height:80px; width:80px; left:50%; top:50%; margin-left:-40px; margin-top:-40px; background:url(owl.video.play.png) no-repeat; cursor:pointer; z-index:1; -webkit-backface-visibility:hidden; transition:-webkit-transform .1s ease; transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3); -ms-transform:scale(1.3,1.3); transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0; height:100%; background-position:center center; background-repeat:no-repeat; background-size:contain; transition:opacity .4s ease}
.owl-next, .owl-prev{background-position:0 0}
.owl-carousel .owl-video-frame{position:relative; z-index:1; height:100%; width:100%}
.owl-nav{text-align:center; margin-top:25px;}
.owl-next, .owl-prev{border:1px solid #b1232b; border-radius:36px; height:36px; width:36px;text-align:center; line-height:32px; font-size:24px; -webkit-transition:0.4s; -moz-transition:0.4s; -o-transition:0.4s; transition:0.4s; color:#b1232b; display:inline-block; margin:0 5px;}
.owl-next:hover, .owl-prev:hover{ background-color:#b1232b; color:#fff;}

.w4{ padding:40px 0; background:#fff;}
.w4 ul{ margin:0; padding:0; list-style:none; width:100%; display:table;}
.w4 ul li{ display:table-cell; font-size:15px;}
.w4 ul li a{ display:block; padding:0 10px; color:#5d5c5c;}
.w4 ul li a i{ margin-left:5px;}

.w5{ padding:60px 0; background:url(images/bg-3.jpg) no-repeat center; background-size:cover;}
.w5 .intro{ color:#fff; text-align:center;}
.w5 .intro h3{padding:30px 0; background:url(images/title-shape-2.png) no-repeat center; background-size:contain; text-transform:uppercase; margin-bottom:30px;}
.w5 .quote{ padding:30px; background:url(images/quote.png) no-repeat #f0f0f0; background-position:25px 25px;}
.w5 .quote p{ font-style:italic;}
.w5 .quote cite{ font-size:24px; color:#a90b14; display:block; font-weight:700; text-align:right;}
.w5 .col-md-6{margin-bottom:30px;}
.w5 .btn{ margin-top:20px; margin-left:10px;}
.w5 .efm-summary{ color:#fff;}
/*.w5 .efm-wrapper{ background:#fff; padding:15px; font-size:17px; min-height:320px;}*/
.w5 .efm-wrapper .review h4{ font-size:20px;}
.w5 .shorten-toggle{ position:relative; bottom:auto; right:auto;}
.w5 .efm_load_more{ background:#fff;}
.w5 .efm_load_more:hover{ border-color:#a90b14; background:#a90b14; color:#fff;}
.w5 .efm_preview {display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -5px; margin-left: -5px;}
.w5 .efm_preview  .efm-wrapper {-ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; margin-left:0; margin-right:0; padding:0 5px; border:none; box-shadow:none;}
.w5 .efm_preview  .efm-wrapper .review{ padding:15px; background:#fff; min-height:320px;}

.footer{ padding:20px 0; background:#3d3d3d; color:#fff; border-top:7px solid #b1232b;}
.footer a{ color:#fff;}
.footer a:hover{ color:#fefefe;}
.footer .phone{ font-size:30px; font-weight:700; text-align:center}
.footmenu{ padding:20px 0; margin:20px 0; border-bottom:1px solid #646464; border-top:1px solid #646464;}
.footmenu ul{ margin:0; padding:0; list-style:none; text-align:center;}
.footmenu ul li{ display:inline-block;}
.footmenu ul li:after{ content:"|"; float:right; margin:0 4px 0 8px;}
.footmenu ul li:last-child:after{ display:none;}
.footer-bottom p{ float:right;}
.footer-bottom ul{ float:left; margin-bottom:0; padding-left:0;}
.footer-bottom ul li{ display:inline-block;}
.footer-bottom ul li:after{ content:"|"; float:right; margin:0 4px 0 8px;}
.footer-bottom ul li:last-child:after{ display:none;}


.page-wrapper{ background:url(images/fish-shadow.png) no-repeat center 1px; padding:70px 0;}

.page-banner{ height:300px; position:relative; background-size:cover; background-position:center; background-repeat:no-repeat; position:relative;}
.page-banner:before{ position:absolute; top:0; left:0; right:0; bottom:0; z-index:10; content:''; background:rgba(0,0,0,0.5);}
.page-title{ position:absolute; left:0; right:0; color:#fff; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); z-index:100; text-align:center;}
.page-title h1{ margin:0; padding:0; color:#fff}

.page-content ol {list-style-type:none; list-style-type:decimal !ie; margin:0 0 15px; padding:0 0 0 15px; counter-reset:li-counter; }
.page-content ol > li{position:relative; margin-bottom:10px; padding:0 0 0 16px; }
.page-content ol > li:before {position:absolute; top:0; left:-1em; width:24px; height:24px; line-height:24px; text-align:center; background-color:#a90b14; color:#fff; content:counter(li-counter); counter-increment:li-counter; font-weight:600; }
.page-content ul {list-style-type:none; list-style-type:decimal !ie; margin:0 0 15px; padding:0 0 0 15px; counter-reset:li-counter; }
.page-content ul > li{position:relative; margin-bottom:10px; padding:0 0 0 16px; }
.page-content ul > li:before {position:absolute; top:0; left:-1em; width:24px; height:24px; line-height:24px; text-align:center; background-color:#a90b14; color:#fff; content:'\f00c'; font-family:'FontAwesome'}



.blog-post{ margin:0 0 30px 0; padding:0; background:#fff; -webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,0.1); box-shadow:0 3px 5px 0 rgba(0,0,0,0.1); border:1px solid #d8d8d8}
.blog-post .blog-post-img{ margin:0; padding:0; position:relative; overflow:hidden;}
.blog-post .blog-post-img img{ width:100%; height:auto; transition:transform 200ms linear; -webkit-transition:-webkit-transform 200ms linear; border-radius:0;}
.blog-post-content{ margin:0; padding:30px;}
.blog-post-content p, .blog-post-content blockquote{ font-size:17px;}
.blog-post:hover .blog-post-img img{-webkit-transform:-webkit-scale(1.1) -webkit-rotate(1deg); transform:scale(1.1) rotate(1deg);}
.blog-post .entry-meta{ font-size:12px; margin-bottom:12px;}

.blog-sidebar h3{ margin:0; padding:12px 20px; font-size:20px;  border-bottom:1px solid #d8d8d8; color:#fff; background: rgb(186,44,37);
background: -moz-linear-gradient(top,  rgba(186,44,37,1) 0%, rgba(174,18,27,1) 100%);
background: -webkit-linear-gradient(top,  rgba(186,44,37,1) 0%,rgba(174,18,27,1) 100%);
background: linear-gradient(to bottom,  rgba(186,44,37,1) 0%,rgba(174,18,27,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba2c25', endColorstr='#ae121b',GradientType=0 );}

.blog-sidebar .widget{ margin:0 0 30px 0; padding:0; border:1px solid #d8d8d8; background:#fff; -webkit-box-shadow:0 3px 5px 0 rgba(0,0,0,0.1); box-shadow:0 3px 5px 0 rgba(0,0,0,0.1);}
.blog-sidebar .widget ul{ padding:0; margin:0; list-style:none;}
.blog-sidebar .widget ul li{ border-bottom:1px solid #e4e4e4; color:#686868; display:block; padding:8px 0 8px 12px; font-size:17px; position:relative}
.blog-sidebar .widget ul li:before{ content:'\f105'; float:left; margin-right:10px; font-family:FontAwesome; position:absolute; top:8px; left:0;}
.blog-sidebar .widget ul li:last-child{ border:none}
.blog-sidebar .widget ul li .post-date{ font-size:12px;}
.blog-sidebar .widget ul li .post-date{ display:block;}
.blog-sidebar .widget .widget-content{padding:7px 15px;}
.blog-sidebar .widget .widget-content form{ padding:5px 0 15px 0}

form.searchform input[type=text], #respond form input[type="text"], #respond form textarea{ display:block; width:100%; padding:0.65rem 1rem ; font-size:1rem; line-height:1.5; color:#495057; background-color:#fff; background-clip:padding-box; border:1px solid #ced4da; border-radius:0; transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
form.searchform input[type=text]{ margin-bottom:15px;}
form.searchform input[type=text]::-ms-expand { background-color:transparent; border:0;}
form.searchform input[type=text]:focus, #respond form input[type="text"]:focus,#respond form textarea:focus { color:#495057; background-color:#fff; border-color:#325aaf; outline:0; box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.25);}
form.searchform input[type=submit], .wpcf7-submit, .form-submit input[type=submit]{ display:inline-block; text-transform:uppercase; border:1px solid #a90b14; color:#fff; font-weight:700; text-align:center; padding:0.5rem 1rem; border-radius: 6px; cursor:pointer; background:#a90b14; }
form.searchform input[type=submit]:hover, .wpcf7-submit:hover, .form-submit input[type=submit]:hover{ color:#fff; background:#000; border-color:#000}

.search-list article{ margin-bottom:30px;}
.search-list article:last-child{ margin-bottom:0;}
.search-list img.wp-post-image{ display:none;}
.search-list article .comments-link, .search-list article .entry-meta{ display:none}

.single-service .entry-meta, .single-service .entry-title{ display:none;}
.single-service .blog-post-content{ padding:0 !important;}
.single-service .blog-post{ border:none !important; -webkit-box-shadow:none !important; box-shadow:none !important;}


/* =Comments-------------------------------------------------------------- */
.comments-area:before, .comments-area:after{ content:''; display:table;}
.comments-area:after{ clear:both}
.comment-form-url {display:none; }
.comments-title {margin-bottom:15px; font-size:20px; font-weight:700; }
.comments-area article {margin:0; }
.comments-area article header {margin:0 0 15px; overflow:hidden; position:relative; }
.comments-area article header img {float:left; padding:0; line-height:0; }
.comments-area article header cite,.comments-area article header time {display:block; margin-left:85px; }
.comments-area article header cite {font-style:normal; font-size:12px;}
.comments-area cite b {font-weight:normal; }
.comments-area article header time {text-decoration:none; font-size:12px; color:#5e5e5e; }
.comments-area article header a {text-decoration:none; color:#5e5e5e; }
.comments-area article header a:hover {color:#21759b; }
.comments-area article header cite a {color:#444; }
.comments-area article header cite a:hover {text-decoration:underline; }
.comments-area article header h4 {position:absolute; top:0; right:0; padding:6px 12px; padding:0.428571429rem 0.857142857rem; font-size:12px; font-size:0.857142857rem; font-weight:normal; color:#fff; background-color:#0088d0; background-repeat:repeat-x; background-image:-moz-linear-gradient(top, #009cee, #0088d0); background-image:-ms-linear-gradient(top, #009cee, #0088d0); background-image:-webkit-linear-gradient(top, #009cee, #0088d0); background-image:-o-linear-gradient(top, #009cee, #0088d0); background-image:linear-gradient(top, #009cee, #0088d0); border-radius:3px; border:1px solid #007cbd; }
.comments-area .bypostauthor cite span {position:absolute; margin-left:5px; padding:2px 5px; font-size:10px;}
.comments-area .bypostauthor cite b {font-weight:bold; }
a.comment-reply-link,a.comment-edit-link {font-size:13px; font-weight:700; }
a.comment-reply-link:hover, a.comment-edit-link:hover {}
.commentlist .pingback {margin-bottom:24px; }
/* Comment form */
#respond {margin-top:15px;}
#respond h3#reply-title {font-size:26px; }
#respond h3#reply-title #cancel-comment-reply-link {margin-left:10px;font-weight:normal; font-size:12px; }
#respond form {margin:24px -15px }
#respond form p {margin:0 0 15px; padding:0 15px; width:100%; float:left;}
#respond form p.comment-form-author, #respond form p.comment-form-email{ float:left; width:50%;}
#respond form p.logged-in-as {margin-bottom:24px; }
#respond form textarea{ height:100px;  resize:none; }
#respond form p.form-allowed-tags {margin:0; font-size:12px;  line-height:2; color:#5e5e5e; }
.required {color:red; }
.commentlist{ margin:0 0 25px;  padding:0;  list-style:none; }
/* Comments */
.commentlist > li.comment {background:none; position:relative; width:auto; border:1px solid #ccc; background:#fff;  padding:15px; -webkit-box-shadow:0 3px 8px 0 rgba(0,0,0,0.1); box-shadow:0 3px 8px 0 rgba(0,0,0,0.1); }
.commentlist > li.comment:before, .commentlist > li.comment:after{ content:''; display:table;}
.commentlist > li.comment:after{ clear:both;}
.commentlist .avatar {height:39px; left:2.2em; top:2.2em; width:39px; }
.comments-area article header cite,.comments-area article header time {margin-left:50px; }
/* =Comments-------------------------------------------------------------- */

/*footer menu drop-down */


.footmenu ul li {
display: inline-block;
position: relative;
}
.footmenu ul li ul {
display: none;
position: absolute;
top: 100%;
left: 0;
text-align: left;
}
.footmenu ul li:hover ul {
display: block;
}

.footmenu ul ul li:after{display:none;}

/*footer menu drop-down - end */

body{ 
overflow: visible;
overflow-x: hidden;
}

.google-reviews {
  background-color: #222; /* or whatever your dark background is */
  color: #f0f0f0;
  padding: 20px;
  border-radius: 8px;
}

.google-review {
  border-bottom: 1px solid #444;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.google-review:last-child {
  border-bottom: none;
}

.google-review strong {
  color: #fff;
}

/* Improved main menu hover contrast */
.menu li a:hover,
.menu li:hover > a {
  background-color: #c4151f;
  color: #fff !important;
}

.w3 {
  display: none !important;
}

/* Hide orphaned layout wrappers below blog/quicklinks */
.w1-intro:empty,
.w1:empty,
.container:empty,
.row:empty,
.latest-post,
.w4 {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}