/*
Theme Name: gorskiwellness
Theme URI: http://the7.io/
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: Any design, any layout. No coding required. The7 is the most customisable WordPress theme on the market up to date. Add the power of Visual Composer, The7 Post Types, Ultimate Addons, Slider Revolution, and WooCommerce to the mix, and you'll get the ultimate web-site building toolkit! Theme is translation ready, compatible with WPML, SEO and mobile friendly (certified by Google).
Version: 10.0.0
Tested up to: 5.8.0
Requires PHP: 5.6.20
Requires at least: 5.4.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
License URI: License.txt
Tags: multipurpose, responsive, retina ready, SEO ready, mobile friendly, iOS, material design, clean, minimal, business, corporate, portfolio, creative, photography, one page site, micro site
Text Domain: the7mk2
*/

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.main-page {}


.top-bar {
    display: none;
}

.sticky-on .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover, #phantom .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover, .sticky-on .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a, #phantom .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a {
    color: #9aaf22;
}
.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover, .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a {
    color: #9aaf22;
}

.sticky-on .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text, #phantom .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text, .sticky-on .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text, #phantom .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text, .sticky-on .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text, #phantom .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text, .sticky-on .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text, #phantom .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text {
    color: #9aaf22;
}
.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text, .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text, .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text, .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text {
    color: #9aaf22;
}

.sticky-on .main-nav > li.act:not(.wpml-ls-item) > a .menu-text, #phantom .main-nav > li.act:not(.wpml-ls-item) > a .menu-text, .sticky-on .main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text, #phantom .main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text {
    color: #9aaf22;
}
.main-nav > li.act:not(.wpml-ls-item) > a .menu-text, .main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text {
    color: #9aaf22;
}

.branding a img, .branding img {
    width: 100px;
}
.masthead.sticky-on .header-bar{
	min-height: 85px;
}
.l-to-r-line > li > a i.underline {
   background: -webkit-linear-gradient(left, #9aaf22 30%, #9aaf22 100%);
}
.masthead:not(.sub-downwards) .main-nav .sub-nav > li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a .menu-text {
	color: #9aaf22;
       background: transparent;
}
.top-header .sub-nav.hover-style-bg > li:not(.dt-mega-parent):not(.act):hover > a, .top-header .sub-nav.gradient-hover.hover-style-bg > li:not(.dt-mega-parent):not(.act):hover > a{
	background: transparent;
}
.inline-header .header-bar > .mini-widgets, .inline-header .widget-box .mini-widgets {
    display: none;
}
.mobile-header-bar .mobile-mini-widgets {
    opacity: 0;
    visibility: hidden;
}
.show-mobile-logo .branding img.mobile-logo, .show-mobile-logo.show-device-logo .branding img.mobile-logo, .show-mobile-logo .mobile-branding img.mobile-logo, .show-mobile-logo.show-device-logo .mobile-branding img.mobile-logo, .show-device-logo .mobile-branding img, .transparent .mobile-branding img.mobile-desktop-logo {
    width: 90px;
	margin: 4px 0px;
}
.branding a.sticky-logo img {
    width: 73px;
}
.main-nav > li > a .menu-text{
	text-transform: uppercase;
}
.bg-gray{
	background-color: #f5f5f5;
}
.banner-bg{
	background:url(./images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 55px;
    padding-bottom: 100px;
}
.home-mission-text h2{
	margin-top: 15px;
}
.text-head{
	font-size: 18px;
    line-height: 28px;
	color: #7bb519;
}
.text-green{
	color: #7bb519 !important;
}
.sub-text-head{
	color: #333;
    text-align: center;
    font-size: 25px;
    margin-top: 15px;
}
.book-btn{
	margin-top: 20px;
}
.book-btn a{
	background-color: #b4c31f;
    padding: 6px 25px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    margin-right: 0px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px !important;
    transition: all ease-in-out 0.3s;
}
.book-btn a:hover {
    background-color: #a7b517;
	transition: all ease-in-out 0.3s;
 }
  .home-2{
	position: relative;
	background-color: #f3f4f8;
}
.divider-des{
	display: block;
    background-repeat-y: no-repeat;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
}
.divider-top-img {
    background-image: url(./images/divider-top.png);
    background-size: 100% 100px;
    top: 0;
    height: 100px;
    z-index: 10;
    transform: rotateY(180deg);
}
.divider-bottom-img {
    background-image: url(./images/divider-bottom.png);
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 10;
    transform: rotateY(180deg);
	position: absolute;
}
.home-2-outer {
    display: flex;
}
.home-2-innner {
    width: 33.33%;
    padding: 20px 40px 180px;
	background: linear-gradient(rgb(236 245 146), rgb(230 241 112));
	position: relative;
}
.home-2-innner + .home-2-innner{
	background-image: linear-gradient(rgba(236,245,146,1), rgb(236 245 146));
}
.home-2-innner + .home-2-innner + .home-2-innner{
	background-image: linear-gradient(rgb(235 244 151), rgb(219 231 87));
}
.home-2-innner .icon-sm{
	display: block;
	text-align: center;
}
.home-2-innner h2{
	color: #000;
	text-align: center;
	font-size: 26px;
}
.home-2-innner p{
	color: #333;
}
.l-more{
	text-align: center;
    width: 96%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
}
.l-more-btn{
	text-decoration: none;
    background-color: #fff;
    padding: 7px 13px;
    color: #000;
    border-radius: 20px;
    margin-top: 10px;
    display: inline-block;
}
.l-more-btn:hover{
    color: #b4c31f;
}

.page-title-breadcrumbs {
    display: none;
}
.page-id-4 .page-title.solid-bg{
	display: none;
}
.page-title.solid-bg{
	background-image: url(../../../wp-content/uploads/2016/09/Title-Back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title h1{
	color: #fff;
}
.mission-text{
	text-align: center;
    font-family: 'Josefin Sans';
    font-size: 40px;
    line-height: 50px;
    color: #1e1e1e;
}
.mission-text-inner{
	margin-top: 25%;
    display: inline-block;	
}
.section-heading{
	text-align: center;
    font-family: 'Josefin Sans';
    font-size: 40px;
    line-height: 42px;
    color: #1e1e1e;
}
.standard-arrow li, .standard-number-list li {
    color: #333;
}
.page-text, p{
	color: #000;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px !important;
}
.page-image-left{
	float: left;
    width: 42%;
    margin-right: 15px;
}
.page-image-right{
	float: right;
    width: 42%;
    margin-left: 15px;
}
.float-left{
	float: left;
}
.list-div{
	margin-bottom: 10px;
}
.list-div ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.list-div ul li{
	position: relative;
	padding-left: 18px;
	color: #000;
	font-size: 18px;
}
.list-div ul li:before{
	position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #b4c318;
    left: 0px;
    top: 10px;
}
.default-btn-shortcode{
	text-transform: uppercase;
}
.testimonial-content p{
	color: #b8b9b9;
	font-size: 15px;
}
.team-flex{
	display: flex;
    flex-wrap: wrap;
}
.team-flex-inner{
	background-color: #f4f4f4;
    padding: 14px 0px;
    border: 2px solid #fff;
}
.team-flex .wpb_content_element{
	margin-bottom: 0;
}
.team-name{
	text-align: center;
    font-family: 'Josefin Sans';
    font-size: 26px;
    color: #1e1e1e;
	margin-top: 20px;
}
.profile-text {
    color: #333;
}
#bottom-bar .wf-container-bottom #branding-bottom, #bottom-bar .wf-container-bottom .wf-float-left{
	display: none;
}
.blog-content .entry-title {
    font-family: 'Josefin Sans';
    font-size: 32px;
    line-height: 42px;
    color: #1e1e1e;
}
.single-post .page-title h1 {
    color: #fff !important;
}
.page-video {
    margin-top: 20px;
}
.shaklee-title{
	width: 37%;
	margin-left: auto;
	margin-right: auto;
}
.faq-section h3{
	color: #1e1e1e;
	margin-bottom: 5px;
    margin-top: 20px;
}
.page-id-2754 .rss_header h2 a{
	display: none;
}



@media screen and (max-width:768px){
	
.banner-bg {
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.book-btn {
    text-align: center;
}
.book-btn a {
    display: block;
    margin-right: 0px;
    padding: 10px 6px;
    font-size: 14px;
}
.home-2-outer {
	flex-wrap: wrap;
}
.home-2-innner {
    width: 100%;
	margin-bottom: 10px;
	 padding: 20px 15px 120px;
   }
   
.page-image-left{
	float: left;
    width: 100%;
    margin-right: 0px !important;
	margin-bottom: 15px !important;
}
.page-image-right{
	float: none;
    width: 100%;
    margin-left: 0px !important;
	margin-top: 15px !important;
}
.section-heading {
    font-size: 24px;
    line-height: 35px;
    width: 100%;
    display: inline-block;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100%;
}
.mission-text {
    font-size: 24px;
    line-height: 36px;
}
.mission-text-inner{
	margin-top: 0%;
}
.wpb_content_element {
    margin-bottom: 0px !important;
}
#main {
    padding: 30px 0 30px 0;
}
.shaklee-title{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sub-text-head {
    margin-bottom: 15px !important;
}
.divider-des {
    display: none;
}
.l-more {
    bottom: 13%;
}
.faq-section h3 {
    font-size: 22px;
    line-height: 28px;
}
   
}
