/*
 Theme Name:     Fortuna Child
 Description:    Fortuna Child Theme
 Author:         BlueOwlCreative
 Version:        1.10
 Template:       fortuna

*/
 
 

/* Theme customization starts here */

@import url("../fortuna/style.css");
 
/* Theme customization starts here */

body {
    background: #f8f8f8;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 190%;
    color: #666;
}


/* ------------------------------------ Headings ------------------------------------ */

h1, h2, h3, h4, h5, h6, .heading_font {
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
}

.section_big_title h1 strong, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
    color: #47725d!important;
}

h1, .page_heading h1 {
    font-size: 28px;
    color: #444!important;
    margin: 0 0 15px;
    font-weight: 300;
}

h2 {
    font-size: 24px;
    color: #999;
    margin: 0 0 15px;
    font-weight: 300;
}

h3 {
    font-size: 21px;
    color: #444;
    margin: 0 0 10px;
    font-weight: 300;
}

h4 {
    font-size: 18px;
    color: #999;
    margin: 0 0 10px;
    font-weight: 300;
}
h5 {
    font-size: 16px;
    color: #444;
    margin: 0 0 5px;
    font-weight: bold;
}
h6 {
    font-size: 14px;
    color: #999;
    margin: 0 0 5px;
    font-weight: bold;
}


/* ------------------------------------ Wrapper / Sections------------------------------------ */

#wrapper.boxed_wrapper {
    box-shadow:none;
}

.boxed_wrapper, .boxed_wrapper #header, .boxed_wrapper #footer {
    width: 1200px;
}

.vc_column-inner, .boxed_wrapper .vc_row:not(.vc_inner){
    padding:0!important;
    margin:0!important;
}



/* Full width content width */
#wrapper.full_width_wrapper .content_body .page > .container {
    width: 1200px;
}

/* Full width content padding */
#wrapper.full_width_wrapper .content_body .page .section {
    padding: 20px 0px;
    padding-bottom: 0;
}

#wrapper.full_width_wrapper .content_body .page .section .vc_row {
    margin-left: -20px;
    margin-right: -20px;
}



/* Boxed main padding */
.content_body .page .section {
    padding: 20px 0px;
    padding-bottom: 0;
}

/* Boxed content padding */
.content_body .container > .section{
    padding: 20px;
    padding-bottom: 0;
}
/* Home boxed content padding - removing side padding */
.home .content_body .container > .section {
    padding: 20px 0px;
    padding-bottom: 0;
}


/* Boxed full width rows */
#wrapper.boxed_wrapper .vc_row-fluid {
    width: 100%!important;
    left:0!important;
}

.vc_row-no-padding > div {
    padding:0;
}



/* ------------------------------------ Columns ------------------------------------ */

.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_1_of_3, .span_2_of_3 {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
}

.span_1_of_4 {
    width: 25%;
}
.span_3_of_4 {
    padding-right: 40px;
    width: 75%;
}

.span_1_of_3 {
    width: 34%;
}
.span_2_of_3 {
    padding-right: 40px;
    width: 66%;
}

.vc_column_container {
    padding-left: 20px;
    padding-right: 20px;
}


/* ------------------------------------ Contact Form ------------------------------------ */

.wpcf7-form p {
    margin-bottom: 0;
}

/* ----- Contact Form Validation ------ */
div.wpcf7-response-output {
    padding: 10px;
    margin:0;
}


div.wpcf7-validation-errors {
    border:0;
    background: #eb5300;
    color: #fff;
}

div.wpcf7-mail-sent-ok {
    border:0;
    background:#53a502;
    color: #fff;
}

span.wpcf7-not-valid-tip {
    margin-top: -10px;
    font-size: 12px;
}

/* ------------------------------------ Inputs / Contact Fields ------------------------------------ */

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
    margin: 0 0 10px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 0;
    color: #666;
    width: 100%;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

textarea {
    height: 140px;
}

/* ------------------------------------ Buttons ------------------------------------ */

a.button.btn_small.btn_theme_color.btn_squared.btn_normal_style.readmorebutton {
    width: 107px;
    float: right;
}

a.button.btn_small.btn_theme_color.btn_squared.btn_normal_style.readmorebuttonleft {
    width: 107px;
}

.button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #47725d!important;
    line-height: 180%;
    padding: 8px 20px;
    font-family: 'Heebo', sans-serif;
    font-weight:bold;
    text-transform: uppercase;
    text-shadow: none;
    border-radius:0;
    -webkit-border-radius:0px;
    -webkit-appearance: none;
    width:100%;
}

.button:hover, a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: #3a3a3c!important;
}



/* ------------------------------------ Header ------------------------------------ */

#header {
    background: #fff;
    box-shadow: none;
}

/* Fixed Header */

#header.scrolled {
    background: rgba(255,255,255,0.8);
}




/* ------------------ Top Bar ------------------ */

.full_header.mobile {
    display: none!important;
	background: #47725d!important;
}

.full_header {
    background: #444!important;
    border:0;
    padding: 6px 0px;
}

#subheader {
    color: #fff;
    opacity: 1;
}

/* header contact details */
.header_contact_item {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
}

.header_contacts a {
    color: #fff;
}
.header_contacts a:hover {
    color: #ccc;
}

.header_contacts .icon {
    color: #fff;
    margin-right: 8px;
}

.header_contacts .icon.icon-phone3 {
    margin-right: 4px;
}

/* header social media */



a.header_soc_icon {
    opacity: 1;
    color: #3a3a3c;
    margin: 4px 0 0;
}
#header.transparent_header:not(.scrolled) .social-links-menu a.header_soc_icon {
    opacity: 1;
    color: #fff;
    margin: 4px 0 0;
}
a.header_soc_icon:hover {
    color: #47725d;
}

/* ------------------ Main Header ------------------ */


#logo {
    padding: 30px 0px;
}

#logo .logo_img {
    height: 145px!important;
}

#header.scrolled #logo {
    padding: 10px 0px;
}

#header .block_header #logo {
    padding:10px;
}

#header.scrolled .block_header #logo {
    margin-top: 5px;
}

#header .block_header #logo .logo_img {
    margin: 22px 0px -8px 0px;
    display: block!important;
}

.mobile-phone, .mobile-social, #mobile_contact {
    display: none!important;
}

.block_header #logo {
    float: none;
    text-align: left!important;
}

li#menu-item-152 {
    margin-left: 15px!important;
}

/* ------------------ Menu ------------------ */


/* change these values if you change the header height */
#menu > ul > li > a, #header .header_cart .icon {
    line-height: 116px!important;
}
#header.scrolled #menu > ul > li > a, #header.scrolled .header_cart .icon {
    line-height: 60px!important;
}

#header .block_header #menu > ul > li > a, #header .block_header .header_cart .icon {
    line-height: 35px!important;
}

/* menu underline hover effect */
.main_menu_underline_effect #menu > ul > li > a::after {
    background-color: #444!important;
}

#menu {
    font-family: 'Open Sans', sans-serif;
    top: 63px;
    position: absolute;
    left: 0;
    right:0;
    margin-left: 95px!important;
}

#menu > ul > li > a {
    color: #666;
    padding: 4px 11px 0px 11px;
    font-size: 14px;
    font-weight: 500;
    border:1px solid transparent;
}

#menu > ul > li > a:hover {
    color: #47725d;
}

#menu > ul > li > div {
    border-top:0!important;
    background: none!;
}

#menu > ul > li ul > li > a {
    background: #3a3a3c!important;
    padding: 10px 15px;
    
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

#menu > ul > li ul > li > a:hover {
    background: #47725d!important;
}

#menu-item-151 {
    margin-left: 0px;
}

#header.transparent_header:not(.scrolled) #menu > ul > li:last-child a {
     border: 1px solid #fff;
}

#menu > ul > li:last-child a {
   border: 1px solid #47725d;
    background: #47725d;
    color: #fff!important; 
}


#menu > ul > li:last-child a:hover {
    border: 1px solid #3a3a3c;
    color: #000!important;
    background:#fff;
}

.social-links-menu {
    position: absolute;
    top:72px;
    right:4px;
}
/* ------------------ Search ------------------ */

#menu > ul > li.boc_search_toggle_li > a {
    color: #444;
    font-weight: normal;
    font-size: 15px;
}
#menu > ul > li.boc_search_toggle_li > a:hover {
    color: #47725d;
}

#boc_searchform_in_header {
    background: rgba(0,0,0,0.85);
}

#boc_searchform_close {
    top: 45px!important;
}



/* ------------------------------------ Page Heading ------------------------------------ */

.page_title_bgr .full_container_page_title {
    border-bottom:0;
    padding: 20px 5px!important;
    margin-bottom: 10px!important;
}

.full_container_page_title .container {
    width: 100%;
}

#wrapper.full_width_wrapper .full_container_page_title .container {
    width: 1200px;
}
#wrapper.full_width_wrapper .full_container_page_title .container .section {
    padding: 20px 0px;
}

.page_heading h1 {
    color: #fff!important;
}

.breadcrumb a {
    color: #fff!important;
}
.breadcrumb a:hover {
    color: #47725d!important;
}


/* ------------------------------------ Slideshow ------------------------------------ */

.slider-heading {
    font-family:'Heebo', sans-serif!important;
    font-weight: 300!important
}

.slider-text {
    font-family: 'Open Sans',sans-serif!important;
}

.slider-button {
    font-family: 'Open Sans',sans-serif!important;
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
    line-height: 190%!important;
    padding: 8px 20px!important;
    background: #999!important;
    color: #fff;
}

.slider-button:hover {
    background: #444!important;
    color: #fff!important;
}

div#slide-8-layer-11 {
    background-color: #47725d!important;
    color: #fff!important;
}

div#slide-9-layer-3 {
    background-color: #47725d!important;
    color: #fff!important;
}

div#slide-13-layer-1 {
    background-color: #47725d!important;
    color: #fff!important;
}

div#slide-14-layer-4 {
    background-color: #47725d!important;
    color: #fff!important;
}

div#slide-15-layer-1 {
    background-color: #47725d!important;
    color: #fff!important;
}

div#slide-16-layer-1 {
    background-color: #47725d!important;
    color: #fff!important;
}

/* ----------- Accordian ----------- */
.acc_item {
    background-color: #ffffff;
}

.acc_holder.with_bgr .accordion {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
	background-color: #47725d;
}

.acc_holder.with_bgr .accordion:hover {
    background-color: #3A3A3C;
}

/* ----------- Slideshow Arrows ----------- */

.tp-rightarrow.custom::before, .tp-leftarrow.custom::before {
    color: #fff!important;
    font-size: 38px!important;
    line-height: 60px!important;
}

.tp-leftarrow.custom, .tp-rightarrow.custom, .tp-leftarrow.custom:hover, .tp-rightarrow.custom:hover {
    background: none!important;
}

.tparrows.tp-leftarrow, .tparrows.tp-rightarrow {
    border-radius:0!important;
}


/* ------------------------------------ Blog ------------------------------------ */

.post_item .pic {
    width: 260px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* ------------------------------------ Contact Page ------------------------------------ */

.contact_page_template .section .wpb_column {
    padding:0;
}




/* ------------------------------------ Footer ------------------------------------ */

#footer {
    background: #47725d;
    padding:0;
    color: #fff;
    font-size: 12px;
}

#footer .container {
    padding:0;
    width: 100%;
}

#footer > div > .container {
    padding-left: 0!important;
    padding-right:0!important;
}

#wrapper.full_width_wrapper #footer .container {
    width: 1200px;
}


/* ------------------ Footer Top ------------------ */

.footer-top {
    padding: 40px 20px;
}

#footer h3 {
    color: #fff;
    margin: 0 0 15px;
    font-size: 16px;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #ccc!important;
}

#footer .col {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
}

#footer .span_1_of_3 {
    width: 25%;
}
#footer .span_1_of_3:first-child {
    width: 50%;
}
#footer .span_1_of_3:nth-child(2) {
    width: 15%;
    margin: 0 5%;
}

.margined_left, #footer .col ul.margined_left {
    margin:0;
}

#footer .textwidget {
    padding:0;
}

/* Footer Contact */

.boc_contact_icon .icon {
    color: #fff;
}
.boc_contact_icon .icon {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

/* ------------------ Footer Bottom ------------------ */

.footer-btm {
    margin:0;
    padding: 10px 20px;
    background: #1d1d1d;
    overflow: auto;
    line-height: 100%;
}

#powered {
    color: #fff;
    margin:6px 10px 0 0;
}

a.footer_soc_icon {
    color: #fff!important;
}

.form-spacing {
    padding:70px 10px;
}

.form-spacing h3 {
    color:#fff;
    text-align: center;
}

.float-left{
    float:left;
    width:50%;
}

.padding-right{
    padding-right: 10px;
}

.contact-submit {
    width:160px;
    margin:0 auto;
}

.subscribe-box {
    width:405px;
    margin:0 auto;
}

.email {
    float: left;
    width:240px;
    background: #fff;
    font-size: 12px;
    padding:5px 15px;
    margin-right: 5px;
}

.subscribe-box .button {
    float: left;
    width:160px;
    text-align: center;
    background: #3a3a3c!important;
    color: #fff!important;
}

/*.heartbeat-heading1::before {
    content: url(/wp-content/uploads/heartbeat.png);
    height: 23px;
    position: absolute;
    left: 64px;
    top: -17px;
}*/

/*.heartbeat-heading2::before {
    content: url(/wp-content/uploads/heartbeat.png);
    height: 23px;
    position: absolute;
    left: 390px;
    top: -17px;
}*/

/*.heartbeat-heading3::before {
    content: url(/wp-content/uploads/heartbeat.png);
    height: 23px;
    position: absolute;
    right: 255px;
    top: -17px;
}*/

div.healcode .week_links a, div.healcode .healcode-date-links-area a, div.healcode .week_links a, div.healcode .week_links a:visited, div.healcode .healcode-date-links-area a, div.healcode .healcode-date-links-area a:visited, div.healcode a.hc-button, div.healcode input.hc-button {
    background: #47725d!important;
    font-family:'Heebo', sans-serif!important;
    color: #fff!important;
}

div.healcode a.hc-button:hover, div.healcode input.hc-button:hover, div.healcode .week_links a:hover, div.healcode .healcode-date-links-area a:hover {
    background: #3a3a3c!important;

}

div.healcode .ui-widget {
    width:100%;
    font-family: 'Heebo', sans-serif;
}

div.healcode .ui-widget-header {
    background:#fff;
}

div.healcode .ui-state-default, div.healcode .ui-widget-content .ui-state-default, div.healcode .ui-widget-header .ui-state-default {
    background: #eee;
}

.btn {
	border: 1px solid #47725d;
    background: #47725d;
    color: #fff!important;
	display:block;
	padding: 10px 20px;
	width:150px;
	margin:0 auto;
}

.btn:hover {
	border: 1px solid #000;
    background: #fff;
    color: #000!important;
}

.single.single-post .page_title_bgr .full_container_page_title {
	display:none;
}

#ssb-btn-0 {
    background: #47725d;
}

.price_column.price_column_featured ul li.price_column_title {
    font-size: 17px;
    line-height: 19px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 20px 10px;
}

.price_column > ul li {
    background-color: #eeeeee;
}

.button.btn_medium_stretched, button.btn_medium_stretched, a.btn_medium_stretched, input[type="submit"].btn_medium_stretched, input[type="reset"].btn_medium_stretched, input[type="button"].btn_medium_stretched {
    font-size: 15px;
    padding: 14px 30px;
    TEXT-ALIGN: CENTER;
}

a.footer_soc_icon2 {
    font-size: 50px;
    padding: 0px 20px 0px 20px;
}

@media (max-width: 1228px){
.social-links-menu {
    top: auto;
    left: 0;
    right: 0;
    width: 87px!important;
    margin: 0 auto;
    bottom: 35px!important;
}

}
