/*
Theme Name: WP Default
Theme URI: http://components.underscores.me/
Author: David Russel
Author URI: https://www.redspotdesign.com/
Description: A custom wordpress theme for WP Default
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: scwd
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WP Default is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
Components is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/*@import url('https://fonts.googleapis.com/css?family=Homemade+Apple|Lato:300,400,400i,700,700i|Montserrat:200,400,700');*/

/*--------------------------------------------------------------
# General Styles
--------------------------------------------------------------*/

html { font-size: 16px; /* 1em */ }
body { /*font-family: "Lato", sans-serif;*/ font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; width: 100%; max-width: 100%; min-width: 100%;}
a, a:visited { color: #2980B9; }
a:hover { color: #19B798; text-decoration: none; }

@media screen and (max-width: 1200px) {
	body {min-width: 320px;}
}

@font-face {
  font-family: 'AdigianaToybox';
  src: url('fonts/AdigianaToybox.svg#AdigianaToybox') format('svg'),
       url('fonts/AdigianaToybox.ttf') format('truetype'),
       url('fonts/AdigianaToybox.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AdigianaUI';
  src: url('fonts/AdigianaUI.eot');
  src: url('fonts/AdigianaUI.eot?#iefix') format('embedded-opentype'),
       url('fonts/AdigianaUI.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}



.h1, .h2, .h3, h1, h2, h3 { margin-top: 0; }
/*--------------------------------------------------------------
# Helper Styles
--------------------------------------------------------------*
/* For removing bootstrap grid gutter */
.no-gutter > [class*='col-'] { padding-right:0; padding-left:0; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site {  position: relative; margin: 0 auto; }

.full { width: 100%; }
.container, .container-fluid { max-width: 1280px; }
.row{ padding-left: 15px; padding-right: 15px; }
.widget{ margin: 0; }

.home .container-fluid {padding: 0; margin: 0 auto;}
.home .row {margin: 0 auto !important; padding: 0;}
.home .col-sm-12 {padding: 0;}

#masthead.container { width: 100%; }

#plcover {background-image: url(assets/images/loader-bg.png) !important; position: absolute !important;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.mobile-phone{ display: block; color: #fff; transition: none !important; -webkit-transition: none !important; -moz-transition: none !important;  border:1px solid #fff; padding: 8px 25px; margin: 10px 0 0;}
.mobile-phone:hover{transition: all ease 0.8s; -moz-transition: all ease 0.8s; -webkit-transition: all ease 0.8s; text-shadow: none !important; border-color: #FF8080 !important; background: #FF8080; color: #fff !important; }
.dnone{ display: none; }
.site-header{    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    color: #444;
    box-shadow: 0 0 10px #444;
    position: relative;
    z-index: 2;
    padding-top: 6px;
    padding-bottom: 0;
    background: #fff;}
.custom-logo { max-width: 300px; }
.logo-light{ display: none; }
.logo-dark{ display: block; }
.site-title { font-size: 2.5em; /*40px*/ }
.site-description { font-size: 1.125em; /*18px*/ font-weight: 400; margin: 10px 0; }
.header-right{ text-align: right; }
.animate{ transition: all ease 0.8s; -moz-transition: all ease 0.8s; -webkit-transition: all ease 0.8s; }
#menu-scroll{  display: none; z-index: 100;  opacity: 0; position: absolute; right: 50px; top:50%; transform: translateY(-50%);}
#menu-scroll i{ font-style: normal; color: #ff8080;}
#nav-toggle { margin-left: 10px; cursor: pointer; padding: 10px 30px 16px 0px; display: inline-block; vertical-align: middle;  color: #ff8080;}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {cursor: pointer; border-radius: 1px; height: 3px; width: 30px; background: #333;position: absolute; display: block;content: '';}
#nav-toggle span:before { top: -10px; }
#nav-toggle span:after { bottom: -10px;}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { transition: all 500ms ease-in-out;}
body .site-header #nav-toggle.active span { background-color: transparent !important;}
body .site-header #nav-toggle.active{ color: #fff !important; }
#nav-toggle.active span:before, #nav-toggle.active span:after { top: 0;}
#nav-toggle.active span:before { transform: rotate(45deg);}
#nav-toggle.active span:after { transform: rotate(-45deg);}
#nav-toggle.active span, #nav-toggle.active span:before, #nav-toggle.active span:after{ background: #fff !important; }

	/* Header With banner */ 
	.site-header.has-banner{ background: none; color: #fff; box-shadow: none; position: absolute; width: 100%; left: 0; z-index: 100; }
	.site-header.has-banner .logo-light{ display: block; position: relative; margin-top: 30px; z-index: 100;}
	.site-header.has-banner .logo-dark{ display: none; }
	.site-header.has-banner .top-navigation a{ background: #ff8080; color: #FFF;}
	.site-header.has-banner .main-navigation #top-menu > li > a {  transition: none !important; border-color: #ff8080; font-size: 14px;}
	.site-header.has-banner .main-navigation #top-menu > li > a:hover {text-decoration: underline;}
	.site-header.has-banner  .social-navigation a:before{ color: #ff8080; transition: none !important; -webkit-transition: none !important; -moz-transition: none !important; }
	.site-header.has-banner .main-navigation .sub-menu  a{ text-shadow: none; }
	.site-header.has-banner #nav-toggle span, .site-header.has-banner #nav-toggle span:before, .site-header.has-banner #nav-toggle span:after { background: #ff8080; }
#extratop-menu {    margin-bottom: 0;
}

	/* Fixed Header */
	body.logged-in .site-header.fixed-header{ top: 32px; }
	.site-header.fixed-header .logo-light{ display: none; }
	.site-header.fixed-header .logo-dark{ display: block; }
	.site-header.fixed-header{ color: #444; box-shadow: 0 0 10px #999; text-shadow: none; top: 0; z-index: 100; position: fixed !important; width: 100%; left: 0; background: #fff !important;  padding-top: 10px; padding-bottom: 10px; transition: all .3s linear;}
	.site-header.fixed-header .custom-logo{ max-width: 120px; }
	.site-header.fixed-header #nav-toggle span, .site-header.fixed-header #nav-toggle span:before, .site-header.fixed-header #nav-toggle span:after { background: #333; }
	.site-header.fixed-header .top-navigation a{transition: none !important; -webkit-transition: none !important; -moz-transition: none !important;  border-color: #333;text-shadow: none; }
	.site-header.fixed-header .main-navigation #top-menu > li > a {color: #ff8080; transition: none !important; -webkit-transition: none !important; -moz-transition: none !important; border-color: #ff8080; text-shadow: none; }
	.site-header.fixed-header .social-navigation a:before{ text-shadow: none;  color: #ff8080; transition: none !important; -webkit-transition: none !important; -moz-transition: none !important; }

	/*Sticky Header Plugin Overide*/
	#mysticky-wrap {height: auto !important;}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Menu
--------------------------------------------------------------*/
.skip-link.screen-reader-text { padding: 0; }

/* Top Navigation */
.top-navigation{ text-align: right; list-style: none; margin: 0 ; padding: 0; }
.top-navigation a{ text-shadow: none; display: inline-block; padding: 8px 25px; text-transform: uppercase; border: 1px solid #333; color: #fff; background: #ff8080; border-radius: .5em; font-size: 14px; border-color: #ff8080;}
.top-navigation a:hover {text-decoration: underline !important;}
.top-navigation li{ display: inline-block; vertical-align: top; margin: 0 3px; }
.top-navigation li:first-child { margin-left: 0; }
.top-navigation li:last-child { margin-right: 0; }
.site-header.has-banner .top-navigation a:hover, .top-navigation a:hover, .top-navigation .current-menu-item > a, .top-navigation .current-menu-ancestor > a{transition: all ease 0.8s; -moz-transition: all ease 0.8s; -webkit-transition: all ease 0.8s; text-shadow: none !important; border-color: #FF8080 !important; background: #FF8080; color: #fff !important; text-decoration: none; }
.social-navigation a:before{ color: #ff8080; transition: none !important; -webkit-transition: none !important; -moz-transition: none !important; }

/* Main Navigation */
.navigation-top{ display: inline-block; vertical-align: middle; }
.main-navigation ul li > ul, .main-navigation ul li:hover > ul { background: rgba( 255,255,255,0.9); }
.main-navigation a { transition: all ease 0s; -moz-transition: all ease 0s; -webkit-transition: all ease 0s; text-transform: uppercase; border-right: 1px solid #333; display: inline-block; display: block; padding: 3px 13px; text-decoration: none; color: #ff8080; font-size: 14px;}
.main-navigation a:hover {text-decoration: underline;}
.main-navigation ul { text-align: right; list-style: none; margin: 0; padding-left: 0; }
.main-navigation ul li:first-child a { border-radius: 3px 0 0 3px; }
.main-navigation li { padding: 10px 0; display: inline-block; position: relative; }
.main-navigation a:hover, .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {text-shadow: none !important; color: #FF8080; transition: all ease 0.8s; -moz-transition: all ease 0.8s; -webkit-transition: all ease 0.8s;}
.home-nav a:before{     -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; display: inline-block; font-family: "FontAwesome"; font-size: 1.5em; font-style: normal; font-weight: normal; height:40px; line-height: 30px;  speak: none; text-decoration: inherit; vertical-align: top; width: 50px;     content: "\f015"; }
.home-nav a{ padding: 0; text-align: center; overflow: hidden; height: 30px; width: 50px; }
.main-navigation .toggle-link{ display: none; }

/* Sub Menu */
.main-navigation li.menu-item-has-children:after{ display: none; bottom: -5px; position: absolute; left: 50%; transform: translateY(-50%); content: "";   width: 10px; height: 10px;   border-left: 10px solid transparent;  border-right: 10px solid transparent;     border-bottom: 10px solid #ff8080; z-index: 100000; }
.main-navigation li.menu-item-has-children:hover:after{ display: block; }
.main-navigation .sub-menu { padding: 10px 0; border-radius: 0 0 5px 5px; border-top: 5px solid #ff8080;top: 100%;box-shadow: 0 0 10px #aaa;   }
.main-navigation .sub-menu  a{ text-shadow: none; color: #444;  text-align: left; border-right: 0 none !important; }
.main-navigation .sub-menu  a:hover, .main-navigation .sub-menu .current-menu-item > a, .main-navigation .sub-menu .current-menu-ancestor > a {text-shadow: none; color: #FF8080;  }
.main-navigation .sub-menu  li{ padding: 0; }

.main-navigation ul ul ul { left: -999em; top: 0; }


.main-navigation li:last-child a{padding: 0px 0 0px 13px;
    border-right: 0px;}


/* Social Navigation */
.social-navigation { display: inline-block; vertical-align: middle; }
.social-navigation ul{ margin: 0 0 0 30px;} 
.social-navigation a{text-shadow: none; display: block; line-height: 1;  height: 40px; width: 40px; text-align: center; box-sizing: border-box; padding: 5px 0 0; color: #ff8080 !important;} 
.social-navigation a:before{ line-height: 30px;   font-size: 20px; color: #ff8080;}
.social-navigation a:hover{ text-shadow: none !important; background:  #FFF; border-radius: 100px; color: #fff !important; box-shadow: 0 0 10px #666;}


/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
#banner { position: relative; }
#banner .metaslider .flexslider{ margin-bottom: 0; }
#banner .metaslider .caption-wrap{ height: 100%; opacity: 1; background: none; text-align: center; padding-top: 30%; bottom: auto; top: 50%;transform: translateY(-50%); }
#banner .metaslider .caption-wrap .caption,
#banner .home-caption{ text-shadow: 0 5px 10px #333; max-width: 980px; margin: 0 auto; }
#banner .home-caption { text-align: center; color: #fff; position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; }
#banner .metaslider p,
#banner .home-caption p{ font-size: 14px; letter-spacing: 3px; padding: 10px 0; margin: 0;}
#banner .metaslider h2,
#banner .home-caption h2{  line-height: 120%; font-size: 36px; margin: 0 0 10px; padding: 10px 0; font-weight: 300; }
#banner .flex-control-nav{ bottom: 20px; }
#banner .flex-control-paging li a.flex-active{ background: #fff; }
#banner .flex-control-paging li a{ margin: 0 4px; box-shadow: none; background: none; border: 1px solid #fff; }
#banner .custom-btn {border: none;}
#banner .custom-btn span {background: #ff8080; color: #fff;-webkit-transition: none !important;-moz-transition: none !important;border-color: #ff8080; border-radius: .5em; padding: 10px 20px; font-family: 'AdigianaToybox'  !important; font-size: 25px; transition: all 0.3s ease;}
#banner .custom-btn:hover span { background: #fff !important; text-shadow: none; color: #ff8080; text-decoration: none;}
#banner .video-player{ position: absolute; width: 100%; height: 100%; top: 0 ; left: 0;}
#banner .video-caption{ color: #fff;  text-shadow: 0 5px 10px #333; z-index: 10; height: 100%; opacity: 1; background: none; text-align: center; padding-top: 30%; z-index:2; position: absolute; top: 0; left: 0; width: 100%; }
#banner .video-caption .row { width: 100%; }
#banner .inner-video-caption{   max-width: 980px; margin: 0 auto; }
.video-player{ height: 845px; }

#banner .custom-btn::before {content: ""; background: url(assets/images/heart-btn.png) no-repeat; width: 134px; height: 70px; background-size: 100% 100%; display: inline-block; vertical-align: middle; margin-right: 10px; transition: all .3s linear;}
#banner .custom-btn:hover::before {transform: scale(1.03);}

/*--------------------------------------------------------------
# Primary / Content Area
--------------------------------------------------------------*/
.hentry{ margin-bottom: 0 !important; }
.site-content{ padding: 30px 0; }
.site-content.hide-title{ padding: 0; }
.page-content, .entry-content{ margin: 0 auto; }
.content-area p{  font-size: 18px; color: #444444; margin: 0 auto; padding: 10px 0; line-height: 200%; }
.content-area .entry-header h1{ text-align: center; }
.content-area .entry-header h1:after{ display: block; content: ""; margin: 20px auto 20px; width: 200px; height: 2px; background: #FF8080;  }
.content-area h1{ letter-spacing: 1px; font-size: 36px; color: #585959; margin: 0; padding: 10px 0; font-weight: 300;  }
/*.page-id-34 .content-area h1 { color:#fff; }
.page-id-34 .content-area p { color:#fff; }*/
.content-area h2{font-family: 'Homemade Apple', cursive; text-align: center; font-size: 24px; color: #000000; margin: 0; padding: 0 0 20px; font-weight: 400; text-align: center; }
.content-area h2:before{ display: block; content: ""; margin: 10px auto 25px; width: 100px; height: 2px; background: #FF8080; }
.content-area h3{ font-weight: 300; font-size:24px; color: #585959; margin:0 ; padding: 10px 0 0; line-height: 120%; }
.content-area h3:after{ display: block; content: ""; margin: 15px 0; width: 100px; height: 2px; background: #FF8080; }
.content-area h4{font-family: 'Homemade Apple', cursive; text-align: center; font-size: 24px; color: #000000; margin: 0; padding: 0 0 20px; font-weight: 400; text-align: center; }
.content-area hr{ width: 200px; height: 2px; background: #FF8080; margin: 15px auto; display: block; padding: 0; }
.more-link{ color: #A3A3A3 !important; font-size: 14px; letter-spacing: 2px; margin: 0; display: inline-block; padding: 0; }
.more-link:hover{ color: #FF8080 !important; }
.parallax-btn{ font-size: 25px !important;     padding: 5px 10px !important; background: none !important;border: 0 none !important; box-shadow: none !important; }
.parallax-btn:hover span{ color: #FF8080 !important;  }
.custom-btn{ text-shadow: none; border: 1px solid #fff; position: relative; padding: 10px 15px; color: #fff !important; font-size: 14px !important; margin: 10px auto; font-weight: 700; display: inline-block; letter-spacing: 3px;  }
.custom-btn:hover{ /*background: #C0C0C0 !important;*/ border-color: #C0C0C0 !important;  }
/*.custom-btn:before{ z-index: -1; transition: all ease 0.8s; -moz-transition: all ease 0.8s; -webkit-transition: all ease 0.8s; width: 0; height: 100%; background:#FF8080 ; left: 0; top: 0; position: absolute; content: ""; }
.custom-btn:hover:before{ width: 100%; }*/

	/* Home Page */
	body.home .content-area p{ max-width: 1000px; }
	.home-icon-container{ background: #FF8080; text-align: center; }
	/*.home-icon-container .panel-grid-cell{ padding: 20px 15px; transition: all ease 0.8s; -moz-transition: all ease 0.8s; -webkit-transition: all ease 0.8s;  }*/
	.home-icon-container .panel-grid-cell:hover{ background:#444 !important ; }
	.home-icon-container.panel-grid-cell { display: block; padding: 20px 15px; transition: all ease 0.8s; -moz-transition: all ease 0.8s; -webkit-transition: all ease 0.8s; }
	.home-icon-container.panel-grid-cell { display: block; }
	.home-icon-container.panel-grid-cell span { display: block; }
	.home-icon-container.panel-grid-cell .icon-title { font-weight: 700; font-size: 12px; color: #fff; letter-spacing: 3px; margin: 0; padding: 15px 0 0; }
	
	.home-icon-container.panel-grid-cell .icon-title:before {display:none}
	#pgc-w5d5e6849e3c60-0-0 {width:100%}
	
	.home-icon-container.panel-grid-cell:hover { text-decoration: none; }
	.home-icon-container.panel-grid-cell .sow-image-container { display: block; }
	/*.home-icon-container .panel-grid-cell:nth-child(odd){ background: url(assets/images/icon-bg.png) repeat-x center bottom #FF8080;  }*/
	.home-icon-container .panel-grid-cell:nth-child(odd) .home-icon-container.panel-grid-cell { background: url(assets/images/icon-bg.png) repeat-x center bottom #FF8080; }
	.home-icon-container .sow-image-container{ padding: 15px 0; }
	.home-icon-container h3.widget-title{ font-weight: 700; font-size: 12px; color: #fff; letter-spacing: 3px; margin: 0; padding: 15px 0;  }
	.home-icon-container h3.widget-title a { color: inherit; }
	.home-icon-container h3.widget-title:after{ display: none; }
	.home-box{ padding: 0 20px; border: 1px solid #ededed; }
	.home-box p{ font-size: 18px; line-height: 140%; padding: 0 0 15px; color: #333; }
	.home-box .widget_sow-editor{ padding: 15px 20px ; }
	.img-border-left{ margin: 0 -20px; padding: 0 0 0 20px; background: url(assets/images/border.png) repeat-x center center; }
	.home-video-box .widget_sow-image{ margin-bottom: 10px !important; } 
	.home-video-box .widget_sow-image a{ position: relative; display: block; }
	.home-video-box .widget_sow-image a:after{ display: block; content: ""; transition: all ease 0.8s; -moz-transition: all ease 0.8s; -webkit-transition: all ease 0.8s; position: absolute; border-radius: 500px; height: 78px;  width: 78px; left: 50%; top: 50%; transform: translate( -50%, -50%); background: url(assets/images/icon-play.png) no-repeat center center rgba(255,128,128,0.8) ; }
	.home-video-box .widget_sow-image a:hover:after{border-radius: 0; height: calc( 100% - 20px ); width: calc( 100% - 20px );  }
	.phone-link{ background: url( assets/images/icon-phone.png) no-repeat left center ; padding: 5px 0 5px 40px; display: inline-block; vertical-align: middle; color:#000; }
	.email-link {background: url( assets/images/icon-email.png) no-repeat  15px center; padding: 5px 0 5px 60px; margin: 0 0 0 20px ; border-left: 1px solid #A3A3A3;   display: inline-block; vertical-align: middle; color: #000; }
	.phone-link a, .email-link a{ color: inherit; }
	.content-area p.iframe-wrap{ min-height: 400px; overflow: hidden; padding-top: 56.25%; padding-bottom: 25%; position: relative; }
	.content-area p.iframe-wrap iframe{position: absolute !important; top: 0; left: 0; width: 100% !important; height: 100% !important; border: 0 !important;}

	/* Contact Page */
	.location-section{ padding: 0 20px; }
	.location-section .footer-address, .location-section .footer-phone, .location-section .footer-email, .location-section .footer-fax, .location-section .footer-logo{ margin-bottom: 10px; }
	.location-section .footer-address, .location-section .footer-phone a, .location-section .footer-email a, .location-section .footer-fax a{ color: #fff !important; }
	.location-section .contacts{ padding: 30px 0 20px 0; }
	.location-section .contacts .footer-phone, .location-section .contacts .footer-email{ border-right: 0 none !important; }

	/* Schedule Tour Page */
	.schedule-form-container{ border-bottom: 2px solid #fff; padding: 40px 0; }
	.schedule-form-container form{ padding: 40px 5px 15px; border: 2px solid #fff; border-radius: 10px; max-width: 800px; margin: 5px auto 15px; }
	.schedule-form-container label, .schedule-form-container h2 { color: #fff !important; }
	/*.schedule-form-container hr, .schedule-form-container h2:before{ background-color: #fff !important; }*/
	.sched-form { background: #FF8080; text-align: center; /*padding-left: 6px; */}
	.sched-form iframe { margin: 0 auto !important; width: 95% !important; }
	@-moz-document url-prefix() { 
	  .sched-form { padding-left: 6px; }
	  .sched-form iframe { width: 91% !important; }
	}

	/* Forms */
	.wpcf7-form label{ margin: 0; display: block; letter-spacing: 1px; font-weight: 700; text-transform: uppercase; font-size: 12px; }
	.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form textarea, .wpcf7-form input[type="email"], .wpcf7-form input[type="date"]{ color: #666; font-family: inherit; font-weight: 400; width: 100%; padding: 15px; margin: 0 0 15px; font-size: 16px; letter-spacing: 0; border: 1px solid #aaa; }
	.wpcf7-form .req{ font-weight: 700; font-size: 18px; color: red; line-height: 0; vertical-align: middle; display: inline-block; }
	.wpcf7-form input[type="submit"]{ line-height: 160%; text-transform: uppercase; font-family: inherit; background:#FF8080 ; border-radius: 0; text-shadow: none; border: 1px solid #fff; position: relative; padding: 15px; color: #fff !important; font-size: 14px !important; margin: 5px auto; font-weight: 700; display: block; max-width: 280px; width: 100%;  letter-spacing: 3px;  }
	.wpcf7-form input[type="submit"]:hover{ background: #C0C0C0 !important; border-color: #C0C0C0 !important;  }
	.wpcf7-form textarea{ height: 200px; }
	.wpcf7-form p{ padding: 5px 0; max-width: 100%; }

	/* Parent Portal Page */
	.post-password-form{padding: 20px 30px 15px; border: 2px solid #c0c0c0; border-radius: 10px; max-width: 800px; margin: 5px auto 15px;text-align: center; }
	.post-password-form label{ text-align: left; margin: 0; display: block; letter-spacing: 1px; font-weight: 700; text-transform: uppercase; font-size: 12px; }
	.post-password-form input[type="password"]{ color: #666; display: block; font-family: inherit; font-weight: 400; padding: 15px; margin: 0 0 15px; font-size: 16px; letter-spacing: 0; border: 1px solid #c0c0c0; width: 100%; }
	.post-password-form input[type="submit"]{ line-height: 160%; text-transform: uppercase; font-family: inherit; background:#FF8080 ; border-radius: 0; text-shadow: none; border: 1px solid #fff; position: relative; padding: 15px; color: #fff !important; font-size: 14px !important; margin: 5px auto; font-weight: 700; display: block; max-width: 280px; width: 100%;  letter-spacing: 3px;  }
	.post-password-form input[type="submit"]:hover{ background: #C0C0C0 !important; border-color: #C0C0C0 !important;  }
	
	/* CUSTOM MODAL */
	.white-popup {position: relative; background: #fff; padding: 20px; width: auto; max-width: 800px; margin: 20px auto;text-align:center; }
	.mfp-close-btn-in .mfp-close { color: #fff;background: #f87d7b; border-radius: 0; opacity: 1;  top: -44px;}
	.mfp-close-btn-in .mfp-close:hover{ background: #000; }
	.video-btn{     display: block; transition: all ease 0.8s; -moz-transition: all ease 0.8s; -webkit-transition: all ease 0.8s;  position: absolute; border-radius: 500px; height: 78px; width: 78px;left: 50%; top: 50%; transform: translate( -50%, -50%);  background: url(assets/images/icon-play.png) no-repeat center center rgba(255,128,128,0.8);}
	.video-btn:hover{border-radius: 0; height: calc( 100% - 20px ); width: calc( 100% - 20px );  }
	.testimonial-img{ position: relative; margin-bottom: 20px; text-align: center; }
	.testimonial-box h1 a{     color: inherit;
    position: relative;}

.video-btn:hover {
    border-radius: 0;
   border-radius: 0;
    height: calc( 100% - 20px ) !important;
    width: calc( 100% - 20px ) !important;
}
/*--------------------------------------------------------------
# Secondary / Sidebar
--------------------------------------------------------------*/
.secondary { font-size: 14px; font-size: 0.875rem; line-height: 1.6; }

/* Page Bottom */
.page-bottom {background: #ff8080;}
#page-bottom{ text-align: center; color: #fff; padding: 30px 0;}
#page-bottom .so-panel{ margin-bottom: 0 !important; }
#page-bottom h1{font-size: 36px; color: #fff; margin: 0; padding: 10px 0; font-weight: 300; letter-spacing: 1px; }
#page-bottom h2{font-family: 'Homemade Apple', cursive; text-align: center; font-size: 24px; color: #fff; margin: 0; padding: 0 0 20px; font-weight: 400; text-align: center; }
#page-bottom h2:before{ display: block; content: ""; margin: 10px auto 25px; width: 100px; height: 2px; background: #fff; }
#page-bottom h3.widget-title{     color: #fff;font-size: 14px; padding: 10px 0; margin: 0; letter-spacing: 1px; font-weight: 700;  }
#page-bottom p a{ color: inherit; }
.footer-logo{ display: inline-block; padding: 0 20px; vertical-align: middle; }
.footer-phone{  border-right: 1px solid #fff;  }
.footer-address, .footer-phone, .footer-email, .footer-fax {  display: inline-block; padding: 5px 30px 5px 60px; vertical-align: middle;  }
.footer-address{ background: url( assets/images/footer-address.png) no-repeat 10px center; }
.footer-phone{ background: url( assets/images/footer-phone.png) no-repeat 10px center; }
.footer-email{ background: url( assets/images/footer-mail.png) no-repeat 10px center; }
.footer-fax{ background: url( assets/images/footer-fax.png) no-repeat 10px center; }
#page-bottom .menu-social-menu-container { display: inline-block; vertical-align: middle; }
#page-bottom .menu-social-menu-container  ul { display: block;  margin: 0 ;padding: 0; }
#page-bottom .menu-social-menu-container  li { border: 0 none !important; padding: 0 !important; display: inline-block; margin: 0; line-height: 1; text-align: center; }
#page-bottom .menu-social-menu-container  a { overflow: hidden; border: 0; text-decoration: none;  color: inherit; display: block; line-height: 1;  height: 40px; width: 40px; text-align: center; box-sizing: border-box; padding: 5px 0 0;}
#page-bottom .menu-social-menu-container  a:before {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; font-family: "FontAwesome"; line-height: 35px;   font-size: 20px; font-style: normal; font-weight: normal; height: 40px;  speak: none; text-decoration: inherit; vertical-align: top; width: 40px; display:none; }
#page-bottom .menu-social-menu-container a:hover{ background:  #C0C0C0; border-radius: 100px;  }
.menu-social-menu-container a:before { content: "\f0c1"; }
.menu-social-menu-container a[href*="codepen.io"]:before { content: "\f1cb"; }
.menu-social-menu-container a[href*="digg.com"]:before { content: "\f1a6"; }
.menu-social-menu-container a[href*="dribbble.com"]:before { content: "\f17d"; }
.menu-social-menu-container a[href*="dropbox.com"]:before { content: "\f16b"; }
.menu-social-menu-container a[href*="mailto:"]:before { content: "\f0e0"; }
.menu-social-menu-container a[href*="facebook.com"]:before { content: "\f09a"; }
.menu-social-menu-container a[href*="flickr.com"]:before { content: "\f16e"; }
.menu-social-menu-container a[href*="foursquare.com"]:before { content: "\f180"; }
.menu-social-menu-container a[href*="github.com"]:before { content: "\f09b"; }
.menu-social-menu-container a[href*="plus.google.com"]:before { content: "\f0d5"; }
.menu-social-menu-container a[href*="instagram.com"]:before { content: "\f16d"; }
.menu-social-menu-container a[href*="linkedin.com"]:before { content: "\f0e1"; }
.menu-social-menu-container a[href*="pinterest.com"]:before { content: "\f0d2"; }
.menu-social-menu-container a[href*="getpocket.com"]:before { content: "\f265"; }
.menu-social-menu-container a[href*="reddit.com"]:before { content: "\f1a1"; }
.menu-social-menu-container a[href$="/feed/"]:before { content: "\f09e"; }
.menu-social-menu-container a[href*="skype:"]:before { content: "\f17e"; }
.menu-social-menu-container a[href*="spotify.com"]:before { content: "\f1bc"; }
.menu-social-menu-container a[href*="stumbleupon.com"]:before { content: "\f1a4"; }
.menu-social-menu-container a[href*="tumblr.com"]:before { content: "\f173"; }
.menu-social-menu-container a[href*="twitch.tv"]:before { content: "\f1e8"; }
.menu-social-menu-container a[href*="twitter.com"]:before { content: "\f099"; }
.menu-social-menu-container a[href*="vimeo.com"]:before { content: "\f27d"; }
.menu-social-menu-container a[href*="vine.co"]:before { content: "\f1ca"; }
.menu-social-menu-container a[href*="wordpress.com"]:before, .menu-social-menu-container a[href*="wordpress.org"]:before { content: "\f19a"; }
.menu-social-menu-container a[href*="youtube.com"]:before { content: "\f167"; }
.menu-social-menu-container a[href*="yelp.com"]:before { content: "\f1e9"; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {  }
/* Footer Navigation */
.footer-navigation { background: #2980B9; border-radius: 5px; margin: 15px 0; padding-left: 12px; }
.footer-navigation ul { margin: 0; padding: 0; text-align: center; }
.footer-navigation ul li { display: inline-block; float: left; }
.footer-navigation ul li a { color: #fff; display: block; padding: 12px; }
.footer-navigation ul a:hover, .footer-navigation .current_page_item a, .footer-navigation .current-menu-item a { background: #3498DB; }

/* Site Info */
.site-info { background: #AAAAAA; color: #fff; font-size: 12px; text-align: center; font-weight: 300; padding: 15px 0;  }

.post-password-form label { margin: 10px 0 0; }
.gglcptch_recaptcha div { margin: 0 auto !important; }
.swpm-post-not-logged-in-msg { text-align: center; }
.swpm-login-widget-form { max-width: 420px; width: 100%; margin: 0 auto; background: #FF8080; padding: 20px; }
.swpm-login-widget-form input[type="text"],
.swpm-login-widget-form input[type="password"] { width: 100%; }

/*login page*/
.page-id-900 #content, .page-id-1144 #content{ background: url(assets/images/eggs.png) repeat center top; }
.page-id-1144 #content .um-field-block{color: #fff !important;}
.page-id-1144 #content .um-field-block p{color: #fff !important;}
.um-form{ background: rgba(255,128,128,0.8); padding: 20px; border-radius: 10px; border: 2px solid #000; }
.um-field-label label{ color: #fff; }
.um-col-alt-b a{ color: #fff!important }
.pp-links{ text-align: center; }
.pp-links a{ display: inline-block; vertical-align: top; background: #FF8080; border-radius: 5px; padding: 10px 20px; font-weight: bold; color: #fff; margin: 5px; }

/*schedule form*/
.form_table{ text-align: center; }
.q{ float: none!important; display: inline-block!important; vertical-align: top; }

/*.serv-pic{ width: 60%; float: right; }
.serv-desc{ width: 40%; float: left; padding: 15px 0 0; }*/
/*.newbox .widget_sow-editor{ padding: 0; }*/
.newbox .widget_sow-image{ width: 60%; float: right; margin: 0!important }
.newbox .widget_sow-editor{ width: 40%; float: left; padding: 15px 30px 0; }

.inner #content ul li{font-size: 18px;color: #444;margin: 0 auto;padding: 7px 0;line-height: 120%;border: none;list-style-type: disc;}
.inner #content ul li a{color: inherit;}
.inner #content ul li a:hover{color: #FF8080; transition: all ease-in-out .5s;}

.um-col-alt-b{ text-align: center; }

.um-col-alt-b a.um-link-alt{ background: #ff8080; font-size: 15px; width: 100%; font-family: inherit; color: #fff !important; box-sizing: border-box; padding: 12px 10px; display: inline-block!important; max-width: 248px!important; margin: 0 auto; border-radius: 3px; }


input.um-button { background: #ff8080; font-size: 15px; width: 100%; font-family: inherit; color: #fff !important; box-sizing: border-box; padding: 12px 10px; display: inline-block!important; max-width: 248px!important; margin: 0 auto; border-radius: 3px; border:none }







.um-col-alt-b a.um-link-alt:hover{ transition: all ease-in-out .5s; background: #444; text-decoration: none !important; }
/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/
@media only screen and (max-width: 1300px){
	.main-navigation a{ padding: 3px 12px;  }
	.social-navigation ul{ margin: 0 0 0 10px; }
	.main-navigation  ul#top-menu > li:first-child a{ padding: 0; }

	.home-box p{ font-size: 14px; }
	.home-box h3{ font-size: 20px; }
	.sched-form { padding-left: 0; }
	.home .container-fluid {padding: 0 10px; box-sizing: border-box;}
}
@media screen and (max-width: 1250px) {
  #extratop-menu {margin: 0 0 1.5em 0; text-align: right;}
}
@media only screen and (max-width: 1170px){
	.footer-email{ font-size: 12px; }
	}
@media only screen and (min-width: 1151px){
	
	.site-header.fixed-header {box-shadow: 0px 0px 10px #999 !important;}
	.site-header.fixed-header  .top-navigation a{ border-color: #333 !important; text-shadow: none; }
	.site-header.fixed-header .main-navigation a { border-color: #333 !important; text-shadow: none;}
	.site-header.fixed-header  .main-navigation a{ text-shadow: none;  border-color: #fff; }
	.site-header.fixed-header .main-navigation a, .site-header.fixed-header .top-navigation a{ font-size: 14px; }
	.site-header.fixed-header .social-navigation a:before{ font-size: 16px; line-height: 21px;text-shadow: none; }
	.site-header.fixed-header .social-navigation a{ height: 30px; width: 30px; }
	.site-header.fixed-header #extratop-menu{ margin: 0 0 15px; } 
	.site-header.fixed-header .main-navigation li{ padding: 0; }
	
	
	

	
	
	
}
@media only screen and (max-width: 1150px){
	.main-navigation li {
    padding: 5px 0;
    float: none !important;
    display: block;
    text-align: center;
}
  #extratop-menu {text-align: initial;}
	#menu-scroll{ display: block; opacity: 1; }
  #menu-scroll::active i {color: #FFF;}
	/*#masthead.container { max-height: 140px; }*/
	.header-right{ color: #fff; text-align: center; background:#FF8080 !important; height: 0; position: fixed !important; top: 0; width: 0; z-index: 99; overflow-y: auto; left: -100% !important; opacity: 0 !important;}
	.header-right.open{ left: 0 !important; width: 100%;  opacity: 1 !important; height: 100%;}
	.header-right *{color: #fff;border-color: #fff;}
	.inner-header-right{ padding: 130px 20px 50px; }
	.site-header.fixed-header #nav-toggle span, .site-header.fixed-header #nav-toggle span:before, .site-header.fixed-header #nav-toggle span:after{ transition: all ease 0.8s; -moz-transition: all ease 0.8s; -webkit-transition: all ease 0.8s; background: #333; }
	.main-navigation li{ padding: 5px 0; float: none; display: block; text-align: center;}
	.main-navigation a{ border-right: 0 none !important; }
	.home-nav a{ margin: 0 auto; }
  .home-nav a::before {color: #FFF;}
	.main-navigation a:hover, .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a{ color: #444 !important; }
	.top-navigation a, .main-navigation a, .social-navigation a:before{ text-shadow: none !important; color: #fff;}
	.top-navigation li{ display: block; padding: 5px 0; }
	.top-navigation a{ min-width: 220px; border-color: #fff !important; }
	.top-navigation ul { text-align: center; margin: 0 0 30px; }
	.navigation-top{ display: block; padding: 0 0 20px; }
	.main-navigation{ float: none; }
	.top-navigation a:hover, .top-navigation .current-menu-item > a, .top-navigation .current-menu-ancestor > a{ background-color: #c0c0c0 !important; border-color: #c0c0c0 !important; }
  .site-header.has-banner .social-navigation a:before {color: #FFF !important;}
	.social-navigation a:hover{  background: #c0c0c0 !important; }
	#menu-scroll.active{ color: #fff !important; }
  #menu-scroll .mobile-phone {background: #ff8080; border-radius: 5px; color: #FFF; border: none;}
  #menu-scroll .mobile-phone:hover {text-decoration: underline;}
	body.toggled-menu{ overflow: hidden; } 
	.main-navigation a{ display: inline-block; color: #fff;}
	.main-navigation .sub-menu{ display: none; float: none; border-color: #c0c0c0; width: 100%; position: static; box-shadow: none; margin: 10px auto 0; max-width: 400px; text-align: center; }
		
	.dropdown-menu.show a.dropdown-item {color:#000 !important}
	.main-navigation .sub-menu  a{color: #444 !important;}
	.main-navigation .sub-menu  a:hover {color: #FF8080 !important;}
	.main-navigation li.toggle > .sub-menu{ display: block; }
	.main-navigation ul ul a{ text-align: center !important; width: auto !important; }
	.main-navigation li.menu-item-has-children:after{ top: 35px; transform: translateX(-50%); bottom: auto; border-bottom-color: #c0c0c0; } 
	.main-navigation li.menu-item-has-children:hover:after{ display: none !important; }
	.main-navigation li.menu-item-has-children.toggle:after{ display: block !important; }
	.main-navigation .toggle-link{ display: inline-block; }

  .site-header.has-banner .main-navigation .sub-menu a {color: #444 !important;}
  .site-header.has-banner .main-navigation .sub-menu a:hover {color: #FF8080 !important;}
  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {background: #000000 !important;}

	#banner .metaslider h2,
	#banner .home-caption h2{ font-size: 25px; padding: 0 10px 10px; }
	#banner .metaslider p,
	#banner .home-caption p{ padding: 0; font-size: 12px; }
	#banner .custom-btn{ padding: 10px 30px; margin: 0 auto; }

	.home-box{ display: block !important; border: 0 none; padding: 0;max-width: 600px; margin: 0 auto; }
	.home-box  .panel-grid-cell{ margin: 0 !important; float: none; width: auto !important; display: block; }	
	.img-border-right, .img-border-left{position: relative; margin: 0; padding: 0; }
	.img-border-right img, .img-border-left img{ width: 100% !important; margin: 0 auto !important; display: block !important; }
 	.home-box .widget_sow-editor{     border: 1px solid #D6D6D6; }
 	.home-box h3{ font-size: 24px; }
 	.home-box p{ font-size: 16px; }
 	.newbox .widget_sow-editor{ float: none; width: 100%; }
 	.newbox .widget_sow-image{ float: none; width: 100%; }
}
@media only screen and (max-width: 900px){
	#pgc-149-0-0{ width: 100%!important; }
	#pgc-149-0-1{ width: 100%!important }
	}
@media only screen and (max-width: 800px) {
	#banner .home-caption { position: static; background: #333; padding: 10px 0; }
}
@media only screen and (max-width: 780px){
	#menu-scroll i{ display: none; }
	.site-header.has-banner{ position: relative;
    color: #333 !important;
    overflow: hidden;
    height: 96px;}
	.site-header.has-banner .logo-dark{ display: block; }
	.site-header.has-banner .logo-light{ display: none; }
	.site-header.has-banner #nav-toggle span, .site-header.has-banner #nav-toggle span:before, .site-header.has-banner #nav-toggle span:after{ background-color: #FF8080; }
	.custom-logo{ max-width: 150px; }
	.site-header{ padding-top: 15px; padding-bottom: 15px; }
	#menu-scroll{ right: 40px; }
	.menu-toggle{ display: none !important }
	.main-navigation ul#top-menu{ display: block !important; }

	#banner .metaslider .caption-wrap{ padding-top: 20%; }
	#banner .metaslider h2,
	#banner .home-caption h2, 
	#banner h2{ font-size: 20px; }
	#banner .metaslider p,
	#banner .home-caption p,
	#banner p{ font-size: 10px; }
	#banner .custom-btn{ font-size: 10px !important; padding: 8px 20px !important }
	#banner .video-player:after{ display: block; content: ""; transition: all ease 0.8s; -moz-transition: all ease 0.8s; -webkit-transition: all ease 0.8s; position: absolute; border-radius: 500px; height: 70px;  width: 70px; left: 50%; top: 50%; transform: translate( -50%, -50%); background: url(assets/images/icon-play.png) no-repeat center center rgba(255,128,128,0.8) ; }
	#banner .video-player.hide-btn:after{ display: none; }

	.home-icon-container{ display: block !important; }
	.home-icon-container .panel-grid-cell{ margin: 0 !important; width: 33.33% !important; display: inline-block !important;  }

	.footer-phone, .footer-email{ border-right: 0 none }

	.content-area{ float: none !important; }
	.content-area h1{ font-size: 30px; }
	.content-area h2{ line-height: 170%; padding: 0 0 10px; font-size: 20px; }
	.home-icon-container.panel-grid-cell{ width: 100% !important; background: url(assets/images/icon-bg.png) repeat-x center bottom #FF8080; }
	.home-icon-container.panel-grid-cell:nth-child(1), .home-icon-container.panel-grid-cell:nth-child(4), .home-icon-container.panel-grid-cell:nth-child(5){ background: #FF8080;  }
	.mobile-phone{ color: #000; border-color: #000!important }
	#menu-scroll{ text-align: center; }
}
@media screen and (max-width: 600px) {
	body.logged-in .site-header.fixed-header{ top: 0; }
}
@media only screen and (max-width: 560px){
	#banner .metaslider p,
	#banner .home-caption p,
	#banner p{ letter-spacing: 1px; }
	#banner .metaslider h2,
	#banner .home-caption h2,
	#banner h2{ font-style: 18px; }
	#banner .metaslider .caption-wrap{ padding-top: 15%; }
	
}
@media only screen and (max-width: 500px){
	#menu-scroll{ right: 25px; }
  .custom-logo{ max-width: 170px;
    margin-top: 21px; }

	.row{ padding-left: 0; padding-right: 0; }

	#banner .metaslider .caption-wrap{ padding-top: 40%; }
	#banner .metaslider p,
	#banner .home-caption p,
	#banner p{  display: none; }
	#banner .metaslider h2,
	#banner .home-caption h2,
	#banner h2{display: none; }

	.home-icon-container.panel-grid-cell{ width: 100% !important; background: url(assets/images/icon-bg.png) repeat-x center bottom #FF8080; }
	.home-icon-container.panel-grid-cell:nth-child(1), .home-icon-container.panel-grid-cell:nth-child(4), .home-icon-container.panel-grid-cell:nth-child(5){ background: #FF8080;  }

	.email-link{ border-left: 0 none; margin: 0; font-size: 14px; word-break: break-all; }
	.email-link a { font-size: 14px; word-break: break-all; }

	.schedule-form-container form{ padding: 40px 20px 15px; }
    .sched-form { padding-left: 0; }
	.sched-form iframe { width: 100% !important; }
	#banner .video-caption {padding-top: 10%;}
	#banner .custom-btn span {font-size: 15px;}
}

@media screen and (max-width: 360px) {
	.schedule-form-container.siteorigin-panels-stretch.panel-row-style.panel-row-style-for-18-0 { padding-left: 0 !important; padding-right: 0 !important; }
	.mobile-phone{ padding: 8px 10px; }
}






/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle:before {
  content: "\2630";
  display: inline-block;
  margin-right: 5px;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.footer-phone {
    background: url(../images/footer-phone.png) no-repeat 10px center;
}
.footer-email {
    background: url(../images/footer-mail.png) no-repeat 10px center;
}












#pg-24-0.panel-no-style, #pg-24-0.panel-has-style > .panel-row-style, #pg-24-1.panel-no-style, #pg-24-1.panel-has-style > .panel-row-style, #pg-24-2.panel-no-style, #pg-24-2.panel-has-style > .panel-row-style, #pg-24-3.panel-no-style, #pg-24-3.panel-has-style > .panel-row-style, #pg-24-4.panel-no-style, #pg-24-4.panel-has-style > .panel-row-style, #pg-24-5.panel-no-style, #pg-24-5.panel-has-style > .panel-row-style, #pg-24-6.panel-no-style, #pg-24-6.panel-has-style > .panel-row-style, #pg-24-7.panel-no-style, #pg-24-7.panel-has-style > .panel-row-style, #pg-24-8.panel-no-style, #pg-24-8.panel-has-style > .panel-row-style {
    -webkit-align-items: flex-start;
	overflow: hidden;
    /* align-items: flex-start; */
}
.panel-grid.panel-has-style>.panel-row-style, .panel-grid.panel-no-style {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.home-icon-container {
    background: #FF8080;
    text-align: center;
}
#pgc-24-0-0, #pgc-24-0-1, #pgc-24-0-2, #pgc-24-0-3, #pgc-24-0-4, #pgc-24-0-5 {
    width: 16.6667%;
}

#pl-24 .so-panel:last-child {
    margin-bottom: 0px;
}
#pg-24-0, #pg-24-2, #pg-24-3, #pg-24-4, #pg-24-5, #pg-24-6, #pg-24-7, #pl-24 .so-panel {
    margin-bottom: 30px;
}
.panel-grid-cell .panel-last-child {
    margin-bottom: 0;
}
.home-icon-container .panel-grid-cell:nth-child(odd) .home-icon-container.panel-grid-cell {
    background: url(../assets/images/icon-bg.png) repeat-x center bottom #FF8080;
}
.home-icon-container.panel-grid-cell {
    display: block;
}
.home-icon-container.panel-grid-cell {
    display: block;
    padding: 20px 15px;
    transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
}



#pgc-24-2-0, #pgc-24-4-0 {
    width: 60%;
    width: calc(60% - ( 0.4 * 30px ) );
}


.so-widget-sow-editor-base h3 {
    font-weight: 300;
    font-size: 24px;
    color: #585959;
    margin: 0;
    padding: 10px 0 0;
    line-height: 120%;
}
.so-widget-sow-editor-base h3:after {
    display: block;
    content: "";
    margin: 15px 0;
    width: 100px;
    height: 2px;
    background: #FF8080;
}
.so-widget-sow-editor-base p {
   font-size: 18px;
    color: #444444;
    margin: 0 auto;
    padding: 10px 0;
    line-height: 200%;
}

.so-widget-sow-editor-base ol li {
    font-size: 18px;
    color: #444444;
    margin: 0 auto;
    line-height: 200%;
}

.more-link {
    color: #A3A3A3 !important;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0;
    display: inline-block;
    padding: 0;
}

.gftyh {padding:50px }
#pgc-24-2-1 {
    align-self: auto;
}
#pgc-24-2-1, #pgc-24-4-1 {
    width: 40%;
    width: calc(40% - ( 0.6 * 30px ) );
}
.img-border-right {
    margin: 0 -30px;
    padding: 0 20px 0 0;
    background: url(../assets/images/border.png) repeat-x center center;
}

.so-widget-sow-image-default-a5258576d588 .sow-image-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#siteorigin-panels-builder-2 p{color:#fff}

.img-border-left {
    margin: 0 -30px;
    padding: 0 0 0 20px;
    background: url(../assets/images/border.png) repeat-x center center;
}



#pgc-24-6-0 {width:100% }

#pgc-24-6-0 h2 {
    font-family: 'Homemade Apple', cursive;
    text-align: center;
    font-size: 24px;
    color: #000000;
    margin: 0;
    padding: 0 0 20px;
    font-weight: 400;
    text-align: center;
}
.so-panel.widget h2:before {
    display: block;
    content: "";
    margin: 10px auto 25px;
    width: 100px;
    height: 2px;
    background: #FF8080;
}

.so-panel.widget h1 {
        letter-spacing: 1px;
    font-size: 31px;
    color: #585959;
    margin: 0;
    padding: 0px 0;
    font-weight: 300;
    font-family: inherit;
}

.so-panel.widget  h2 {
    font-family: 'Homemade Apple', cursive;
    text-align: center;
    font-size: 24px;
    color: #000000;
    margin: 0;
    padding: 0 0 20px;
    font-weight: 400;
    text-align: center;
}

.so-panel.widget h2:before {
    display: block;
    content: "";
    margin: 10px auto 25px;
    width: 100px;
    height: 2px;
    background: #FF8080;
}


.so-panel.widget .video-btn {
    display: block;
    transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
    position: absolute;
    border-radius: 500px;
    height: 78px;
    width: 78px;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50%);
    background: url(../assets/images/icon-play.png) no-repeat center center rgba(255,128,128,0.8);
}
.product_view.ftfhyju {}
.product_view.ftfhyju .modal-dialog {
    max-width: 70%;     width: 70%;
    margin: 2.75rem auto;
}
.product_view.ftfhyju video {
    width:100%;
	 height:auto
}

.modal-header .class.pull-right{    position: absolute;
    right: 0;
    top: -23px;
    color: #fff;}
.product_view.ftfhyju .modal-header{padding:0px}
.product_view.ftfhyju .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;background: #000;
    padding: 0;
}

.product_view.ftfhyju .product_img {padding: 15px;
    width: 100%;
}




@media only screen and (max-width:780px){
    .footer-logo {
        width:100%;
    }
    .footer-logo img {
        width:100%;
    }
    
        .panel-grid.panel-no-style {
    display: block;
}

.main-navigation li{
    
}
    
    
    
    .main-navigation {
    background: #fff;
}


.main-navigation .menu-main-navigation-container a {
    color: #000;
}


.site-header.has-banner .main-navigation #top-menu > li > a, .home-nav a::before {
    color: #686868;
    font-size: 17px;
    font-weight: 600;
}

.top-navigation li {
    /* text-align: end; */
}

.navigation-extra-top {
    background: #fff;
    padding: 14px;
}

.site-header.has-banner .top-navigation a {
    text-align: left;
}
}

