/*
Theme Name: Cousteau Child
Theme URI: http://www.cssigniter.com/ignite/themes/cousteau
Author: CSSIgniter
Author URI: http://www.cssigniter.com
Description: Cousteau Child Theme
Template: cousteau
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../wp_cousteau5-v1.3/style.css");
/* Place your custom styles below this line

/*---------------
			Header		
----------------*/
#header-wrap { 
	padding-top: 0; 
	color: #fff;
}
.top-bar { 
	margin-bottom: 20px;
	padding-top: 10px;
}
#socials-ignited-3 i {
	background: none;
}
#navigation > li:last-child > a {
	padding: .4em;
}
#nav {
	text-align: center;
}
#navigation > li {
	display: inline-block;
	float: none;
}
#gtranslate {
	list-style: none;
  margin-bottom: 0;
}
.logo { 
	margin-bottom: 1em; 
}
#logo-row h1 {
 	margin-bottom: 1em;
}
#text-5, #text-6, #search-4 {
	margin-bottom: 1em;
}
#text-5, #text-6 {
	text-align: right;
}

.fadeMe {
    opacity:    0.3;
    background: #000;
    width:      100%;
    height:     100%;
    z-index:    1000;
    top:        0;
    left:       0;
    position:   fixed;
}

.tour {
    border-bottom: 1px solid;
    margin-bottom: 10px;
    border-color: #e9e9e9;
    padding: 0px;
}

.tour h5 {
    margin-bottom: 0px;
    font-size: 18px !important;
    text-decoration: underline;
    font-weight: bold;
}

.tour .date_range {
    display: inline-block;
   /* width: 32%;*/
   /* text-align: left;*/
    font-weight: bold;
    font-size: 16px;

}

.tour .grade {
    display: inline-block;
    /*width: 32%;*/
    /*text-align: center;*/
    font-size: 14px;
    color: #7f7f7f;
}


.tour .price {
    display: inline-block;
   /* width: 32%;*/
   /* text-align: right;*/
    font-size: 1.2em;
    font-weight: bold;
    color: #3588b7;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

/*ADDED BY SRV FOR MULTILINGUAL SUPPORT*/
#logo-row p#contact-phone{ font-size:1.73em !important;}
#logo-row p#contact-email{ font-size:1.2em !important;}
/*ADDED BY SRV FOR MULTILINGUAL SUPPORT*/