/*
 Theme Name:     Fortuna Child
 Description:    Fortuna Child Theme
 Author:         BlueOwlCreative
 Template:       fortuna

*/
 
@import url("../fortuna/style.css");
 
/* Theme customization starts here */

body {
    background: #f8f8f8;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important; 
    font-size: 13px;
    line-height: 190%;
    color: #666;
}
.content_body p{
	font-size: 15px;
	font-weight: 400;
	color: #333;
}
.content_body li {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    text-indent: -28px;
    margin-left: 32px;
}
.content_body a {
	color: #8D0021 !important;
	font-weight: 600;
}
.content_body a:hover {
	color: #8D0021 !important;
	font-weight: 600;
}
/* ------------------------------------ Headings ------------------------------------ */

h1, h2, h3, h4, h5, h6, .heading_font {
    text-transform: none;
    letter-spacing: 0;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
}

.section_big_title h1 strong, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
    color: #999!important;
}

h1, .page_heading h1 {
    font-size: 37px;
    color: #444 !important;
    margin: 0 0 15px;
    font-weight: 500;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    text-transform: uppercase;
}

h2 {
    font-size: 26px;
    color: #8D0021 !important;
    margin: 0 0 15px;
    font-weight: 500;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    text-transform: uppercase;
}

h3 {
    font-size: 16px;
    color: #0F2556 !important;
    margin: 21px 0px 10px;
    font-weight: 500;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    color: #999;
    margin: 0 0 10px;
    font-weight: 500;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    text-transform: uppercase;
}
h5 {
    font-size: 16px;
    color: #444;
    margin: 0 0 5px;
    font-weight: bold;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    text-transform: uppercase;
}
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:0px;
}

#wrapper.full_width_wrapper .content_body .page .section .vc_row {
    margin-left: -20px;
    margin-right: -20px;
}

#map_canvas {
    width: 100%;
    height: 400px !important;
}

/* Boxed main padding */
.content_body .page .section {
    padding: 20px 0px;
}

/* Boxed content padding */
.content_body .container > .section{
    padding: 20px;
}
/* Home boxed content padding - removing side padding */
.home .content_body .container > .section {
    padding: 20px 0px;
}


/* 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 #e4e4e4;
    border-radius: 0;
    color: #666;
    width: 100%;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

textarea {
    height: 160px;
}

/* ------------------------------------ Buttons ------------------------------------ */

.button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #444!important;
    line-height: 180%;
    padding: 8px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight:bold;
    text-transform: uppercase;
    text-shadow: none;
    border-radius:0;
    -webkit-border-radius:0px;
    -webkit-appearance: none;
}

.button:hover, a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: #999!important;
}


/* ------------------------------------ Header ------------------------------------ */
.header {
    background: #fbfbfb;
    box-shadow: 2px 0px 8px #DCDCDC;
    z-index: -1;
}
#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;
}

.full_header {
    background: #ededed !important;
    border:0;
    padding: 5px 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: #0F2556 !important;
    font-size: 15px;
    font-weight: 600;
}
.header_contacts a:hover {
    color: #8D0021 !important;
}

.header_contacts .icon {
    color: #0F2556;
    margin-right: 8px;
}

.header_contacts .icon.icon-phone3 {
    margin-right: 4px;
}

/* header social media */
a.header_soc_icon {
    opacity: 1;
    color: #fff;
    margin: 4px 0 0;
    opacity: 0.9;
    background: rgb(68, 90, 139) none repeat scroll 0% 0%;
    padding: 13px 11px 8px 10px;
    margin-top: -10px;
    margin-bottom: -5px;
}

a.header_soc_icon:hover {
    color: #fff;
}

/* ------------------ Main Header ------------------ */


#logo {
    padding: 30px 0px;
}

#header.scrolled #logo {
    padding: 10px 0px;
}

#header .block_header #logo {
    padding:0;
}

#header.scrolled .block_header #logo {
    margin-top: 5px;
}

#header .block_header #logo .logo_img {
    margin: 20px auto 5px;
    display:block!important
}

.mobile-phone, .mobile-social, #mobile_contact {
    display: none;
}



/* ------------------ 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: 60px!important;
}

/* menu underline hover effect */
.main_menu_underline_effect #menu > ul > li > a::after {
    background-color: #8D0021!important;
}

#menu {
    font-family: 'Open Sans', sans-serif;
}

#menu > ul > li > a {
    color: #0F2556 !important;
    padding: 4px 15px 0px 15px;
    font-size: 13px;
    font-weight: 600;
}

#menu > ul > li > a:hover {
    color: #8D0021 !important;
}

#menu > ul > li > div {
    border-top:0 !important;
    background: none !important;
}

#menu > ul > li ul > li > a {
    background: #fbfbfb !important;
    padding: 10px 15px;
    border-bottom: 1px solid #EEEEEE;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #0F2556 !important;
}

#menu > ul > li ul > li > a:hover {
    background: #fbfbfb!important;
}
.sub-menu{
    border: 1px solid #EDEDED;
}
.custom_menu_4 #menu > ul > li > div > ul {
    border-top: 1px solid #EDEDED !important;
}

/* ------------------ 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: #999;
}

#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 {
	padding: 0px;
}
.page_heading h1 {
    color: #0F2556 !important;
    width:100%;
    max-width: 500px;
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 0px !important;
}
.breadcrumb a {
    color: #aaa;
}

.breadcrumb a:hover {
    color: #999;
}


/* ------------------------------------ Slideshow ------------------------------------ */
.tp-caption {
    text-shadow: 0px 0px 3px #939393;
}
.slider-heading {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
	font-size: 35px !important;
	text-shadow: 1px 1px 2px #939393;
}

.slider-text {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;

}

.slider-button {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,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: #8d0021!important;
    color: #fff;
}

.slider-button:hover {
    background: #6d0001!important;
}


/* ----------- 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: #0F2556;
    padding:0;
    color: #fff;
    font-size: 12px;
    border-top: 4px solid #001647;
}

#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 !important;
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 600;
}

#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: #0F2556;
    border-top: 1px solid #001243;
    overflow: auto;
    line-height: 100%;
}

#powered {
    color: #fff;
    margin:6px 10px 0 0;
}

a.footer_soc_icon {
    color: #fff!important;
}

#contact-form {
    margin-bottom: 0px;
    border-top: 2px solid #e9e9e9;
}
#contact-form h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    color: #8D0021;
    font-weight: 600;
    padding-bottom: 10px;
}
#contact-form .form-left{
    float: left;
    width: 49%;
}
#contact-form .form-right{
    float: right;
    width: 49%;
}
#contact-form textarea {
    height: 84px;
}
#contact-form .button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    padding: 6px 20px;
    width: 100%;
    background: #8D0021 !important;
}
#contact-form .button:hover, a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    padding: 6px 20px;
    width: 100%;
    background: #8D0021 !important;
}
.boc_search_border {
    display: none;
}
.boc_search_toggle_li {
    display: none;
}
.book-now-header {
    float: right;
    width: auto;
    margin-top: -6px;
    margin-bottom: -6px;
}
.book-now-header a {
    color: #fff;
    text-align: center;
    background: #0F2556;
    padding: 7px 30px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.book-now-header a:hover {
    color: #fff;
    background: #001546;
    transition: background 0.5s ease;
}
#home-google-map {
  margin-bottom: 0px;
}
#book{
   margin-bottom: 0px; 
}
#book .upb_row_bg{

}
#book .button {
    width: 200px !important;
    float: left;
    text-align: center;
    background: #001546 !important;
    padding: 10px 0px;
    margin-top: 5px;
    color: #fff !important;
}
#book h2 {
    margin-top: 0px !important;
    color: #fff !important;
    float: right;
    margin-bottom: 0px !important;
    line-height: 58px !important;
    font-weight: 600 !important;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    text-transform: none;
}
#main-text {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    margin-bottom: 0px;
}
#main-text h1{
    color: #0F2556 !important;
}
#main-text p {
    color: #333;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    font-size: 17px;
    line-height: 27px;
    text-align: justify;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}
#footer .sub-menu {
    display: none
}
#opening-hours{
    margin-top: -1px;
    margin-bottom: 0px;
}
#opening-hours p{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.textwidget img {
    max-width: 220px;
    width: 100%;
}
.team_block .team_desc{
	text-align: left !important;
}
.team_block h4{
	text-align: left !important;
	line-height: 22px;
	color: #0F2556;
	font-weight: 600;
}
.team_block {
    text-align: justify !important;
}
.team_image {
    max-width: 170px;
    display: block;
    float: left;
    margin: 0px 30px 10px 0px;
}
#team ul {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    text-align: left !important;
    color: #0F2556;
    font-size: 14px;
}
.team_block .team_desc {
   	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif !important;
    font-style: italic;
    font-size: 15px;
    color: #8d0021 !important;
    text-align: center;
    margin: 0 0 12px;
}

.team_block p{
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}
#team h3 {
    font-size: 16px;
    color: #0F2556;
    margin: 21px 0px 10px;
    font-weight: 500;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.breadcrumb {
	display: none !important;
}
.full_container_page_title {
	width: 100% !important;
	background-size: cover !important;
}
.page-id-107 .content_body ul{
	-moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap:20px;
    column-count: 3;
    column-gap: 20px;

}
.page-id-105 .content_body ul{
	-moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap:20px;
    column-count: 3;
    column-gap: 20px;

}

.page-id-105 .content_body ul > li > ul{
	-moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap:20px;
    column-count: 1;
    column-gap: 20px;

}
.page-id-178 .content_body ul{
	-moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap:20px;
    column-count: 3;
    column-gap: 20px;

}

.page-id-178 .content_body ul > li > ul{
	-moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap:20px;
    column-count: 1;
    column-gap: 20px;

}
.page-id-180 .content_body ul{
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap:20px;
    column-count: 2;
    column-gap: 20px;

}
.page-id-184 .content_body ul{
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap:20px;
    column-count: 2;
    column-gap: 20px;

}
.page-id-186 .content_body ul{
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap:20px;
    column-count: 2;
    column-gap: 20px;

}
.home .post_content {
	padding-top: 0px;
	padding-bottom: 0px;
}
.post_content {
	padding-top: 30px;
	padding-bottom: 30px;
}
.page-id-60 #contact-form {
	margin-bottom: -49px;
}
.fortuna_table th {
    border: 1px solid #e2e2e2;
    background-color: #0e2352 !important;
    text-align: center;
    padding: 8px 14px;
    text-align: left;
    font-weight: 600;
    color: #fff !important;
}
.fortuna_table td {
    padding: 8px 14px;
    border: #e2e2e2 1px solid;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #C3D5DF;
    color: #0e2352 !important;
}
#rev_slider_3_1 a{
    color: #fff !important;
}

/*#footer div.boc_contact_icon:nth-child(2):after{
    content: " (0436 GP COMO)";    
}
.header_contacts > div:nth-child(1) > a:nth-child(1):after{
    content: " (0436 GP COMO)";    
}*/
#widget-header > div:nth-child(1) {
	background: #0F2453 !important;
}
.team_block_content .team_text img{
    max-width: 60px;
    width: 100%;
}
div.mobile-phone:nth-child(3) > a:nth-child(1) {
    background: #102252;
}
div.mobile-phone:nth-child(2) {
    float: left;
}
div.mobile-phone:nth-child(3) {
    float: right;
}