/*
Theme Name: SERENITY - Basic 01
Author: Webpartner
Author URI: https://webpartner.lu/
Description: Our Basic theme is clean, simple, and responsive.
Version: 0.1
Text Domain: webpartner
*/

/***** OVER *****/
::selection {
	background: #d3d3d3;
	color:#404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
::-moz-selection {
	background: #d3d3d3;
	color:#404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/***** GLOBAL FONT *****/
html {
	font-size: 100%;
}
body{
    font: 100%/200% 'Open Sans',Verdana, sans-serif;
}

/***** FONTS *****/
.hero-title {
	color: #ffffff;
    font-size: 270%;
    font-weight: 600;
    height: 130px;
    line-height: 100%;
    overflow: hidden;
    word-wrap: break-word;
}
h1 {
	margin: 0 0 5% 0;
    font-size: 225%;
}
h2 {
    font-size: 175%;
}
h3 {
    font-size: 175%;
}
h4 {
	font-size: 150%;
}
h5 {
	font-size: 135%;
}
h6 {
	font-size: 120%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
	text-transform: uppercase;
	max-width:100%;
}
h2, h3, h4, h5, h6 {
	margin: 5% 0 2.5% 0;
}

/***** LINKS + ACCENTS *****/
body a {
    text-decoration: none;
}
body a:hover,
body a:active,
body a:visited,
body a:focus {
    text-decoration: none;
	border-bottom: none;
	outline: medium none;
}

/***** LOGO *****/
.navbar>.container .header-logo {
    padding: 0 !important;
	margin-left: 0;
}
.navbar>.container .header-logo img {
    width: 140px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

/***** LOGO STICKY HEADER *****/
.navbar>.container .header-logo img.logo-shrunk {
    width: 90px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

/***** NAVIGATION (.navbar-default) *****/
.navbar {
    background-color: rgba(255,255,255,0.85);
    border: none;
}
.navbar-default .navbar-nav > li > a {
	font-size: 90%;
    padding: 20px 30px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.current-menu-parent > a {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.current-menu-parent > a {
    /*background-color: #2197f2;*/
    color: #fff;
}

/***** NAVIGATION SUBMENU (.dropdown-menu) *****/
.dropdown-menu {
    float: left;
    font-size: 90%;
    min-width: inherit;
    padding: 0;
    text-align: center;
	border-radius: 0;
	border: none;
}
.dropdown-menu > li > a {
    color: #444;
    padding: 25px 35px;
    text-align: center;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    background-color: #efefef;
    color: #444;
}
.navbar-default .navbar-collapse .open > ul > li > a {
    padding: 20px 30px;
	font-size: 90%;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #2197f2;
    color: #fff;
}

/***** NAVIGATION COLLAPSE (.navbar-toggle) *****/
.navbar-default .navbar-toggle {
    background-color: #fff;
	margin-top: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    height: 5px;
    width: 30px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    border-color: #efefef;
	background-color: #efefef;
}

/***** LANGUAGES SELECTOR *****/
#top-language-selector {
    display: block;
    line-height: 60px;
    padding: 0;
    width: 60px;
	float: right;
}
#top-language-selector .dropdown-toggle {
    height: 45px;
    width: 60px;
}
#top-language-selector .dropdown-menu {
    margin: -1px 0 0 0;
    max-width: 60px;
    min-width: 60px;
    width: 60px;
}
#top-language-selector .dropdown-menu > li > a {
    padding: 10px 0;
    text-align: center;
}

/***** MyCAROUSEL SLIDER *****/
.wp-post-image {
    margin: 0 auto;
}
#myCarousel {
    margin-top: 60px;
}
.carousel-inner {
    max-height: 550px;
}
.carousel-caption {
    bottom: 25%;
    left: 25%;
    padding: 0;
    text-align: left;
}
.carousel-indicators {
	bottom: 50px;
    left: 0;
    margin-left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border: 0;
    margin-right: 10px;
}
.carousel-indicators li.active{
    width: 20px;
    height: 20px;
    background-color: #DE4A47;
	border: 0;
    margin-right: 10px;
}

/***** GLOBAL THEME SETTINGS *****/
.contact-info {
	margin-bottom: 5%;
}

/***** CONTAINER *****/
.main-content {
    padding: 60px;
	margin: -40px auto 60px auto;
	border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

/***** SEARCH FORM *****/
#s {
	display: inline-block;
    width:70%;
}
#searchsubmit {
	display: inline-block;
    width: 28%;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 34px;
}

/***** SIDEBAR WIDGETS *****/
#sidebar > div {
    margin-bottom: 40px;
}
#sidebar > div:last-child {
    margin-bottom: 0;
}
.textwidget > img {
    width: 100%;
}

/***** POSTS *****/
.post-bloc {
    border-bottom: 1px solid #ffffff;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.post-bloc:last-child {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.post-title {
    margin-bottom: 5px;
}
.post-date {
	font-weight: 600;
}
.post-bloc > p,
.post-content {
    margin: 30px 0 0;
}
.post-read-more {
    font-size: 90%;
    font-style: italic;
    font-weight: 600;
	text-align: right;
}
.post-edit-link:before {
    font-family: "dashicons";
    content: "\f464";
    vertical-align: top;
}
.post-edit-link,
.post-edit-link:hover,
.post-edit-link:active,
.post-edit-link:visited{
    text-decoration: none;
    margin-left: 2%;
}

/***** GALERIE *****/
body .gallery .gallery-item {
    margin: 1% !important;
    width: 23% !important;
}
body .gallery img {
    border: medium none !important;
    height: auto !important;
    width: 100% !important;
}

/***** COMMENTS / RESPONSE *****/
#respond h3 {
    margin: 5% 0 2.5%;
}

/***** GRAVITY FORMS *****/
.gform_wrapper {
    clear: both;
    padding: 0;
}
.gform_wrapper .gform_heading h3,
.gform_wrapper .top_label .gfield_label {
    font-weight: 400;
}
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .instruction {
    font-size: 0.775em;
    font-style: italic;
    font-weight: normal;
	letter-spacing: 0;
}
.gform_wrapper .gform_footer .gform_button.button {
    border-style: solid;
    border-width: 1px;
    color: #fff;
    font-size: 125% !important;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 20px 30px;
    text-transform: uppercase;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.gform_wrapper .gform_footer .gform_button.button:hover,
.gform_wrapper .gform_footer .gform_button.button:focus {
    background-color: #fff;
}
.gform_confirmation_wrapper {
    background-color: #6bbb04;
    clear: both;
    color: #fff;
    font-size: 125%;
    font-weight: 400;
    padding: 20px 40px;
    text-align: center;
}
.gform_wrapper .top_label .gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield_html {
    width: 100%;
	max-width: 100%;
}
.gform_wrapper div.validation_error {
    background-color: #ffe866;
    border-bottom: 1px solid #790000;
    border-top: 1px solid #790000;
	font-size: 115%;
    font-weight: 400;
    padding: 20px 40px;
    text-align: center;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border-bottom: medium none;
    border-top: medium none;
    padding: 0;
}
.gform_wrapper li.gfield_error input[type="email"],
.gform_wrapper li.gfield_error input[type="number"],
.gform_wrapper li.gfield_error input[type="password"],
.gform_wrapper li.gfield_error input[type="tel"],
.gform_wrapper li.gfield_error input[type="text"],
.gform_wrapper li.gfield_error input[type="url"],
.gform_wrapper li.gfield_error textarea {
    background-color: #ffe866;
}

/***** MAPPRESS ****/
.mapp-layout {
    display: block;
    margin: 0 auto 5% auto;
	border: medium none !important;
	float: left;
}
.mapp-map-links {
    background-color: transparent;
    border-bottom: medium none;
    border-top: medium none;
}

/***** FOOTER *****/
#footer {
	position: relative;
    padding: 40px;
}
#footer .row {
	position: relative;
}
#footer .container {
    padding: 0 60px;
}
#footer h4 {
    margin: 0 0 2.5% 0;
}
#footer p {
    font-size: 90%;
    line-height: 110%;
}
#footer-link-social {
    display: block;
    margin-bottom: 40px;
}

#footer-link-social a .dashicons {
    display: inline-table;
    font-size: 50px;
    margin: 10px 20px 0 -5px;
}

/***** FOOTER COPYRIGHT *****/
#footer #footer-copyright {
	text-align: center;
	padding: 80px 10px;
}
#footer .footer-copyright-text {
    font-size: 75%;
	line-height: 110%;
}
#footer .footer-copyright-link {
	font-family: 'Montserrat', sans-serif;
	color: #de4a47;
    font-size: 115%;
    font-weight: 600;
}
#footer .footer-copyright-link:hover,
#footer .footer-copyright-link:focus {
    color: #ff0500;
}

/***** WYSIWYG STUFFS *****/
#customize-theme-controls .container {
    width:100%;
}
.alignright {
    float:right;
    margin-left:20px;
}
.alignleft {
    float:left;
    margin-right:20px;
}


/*********************************
*********** RESPONSIVE ***********
*********************************/
@media screen and (max-width:555px) {
	body #gallery-1 .gallery-item {
		width: 48%;
	}
}

@media screen and (max-width:767px) {
	#myCarousel,
	#top-language-selector,
	.hero-title 	{
		display: none;
	}
	h1 {
		font-size: 200%;
	}
	h2 {
		font-size: 175%;
	}
	h3 {
		font-size: 150%;
	}
	h4 {
		font-size: 125%;
	}
	h5 {
		font-size: 110%;
	}
	h6 {
		font-size: 100%;
	}
	.navbar-brand.header-logo img {
		width: 90px !important;
	}
	.navbar-default .navbar-collapse {
		background-color: #fff;
		border: medium none;
		font-size: 125%;
		text-align: center;
	}
	#main-content {
		margin-top: 120px;
		padding: 30px;
	}
	#footer {
		padding: 30px;
	}
	#footer .container {
		padding: 0;
	}
	.contact-info {
		margin-bottom: 5%;
	}
	.mapp-layout {
		width: 100% !important;
	}
	#footer .footer-copyright-text {
		font-size: 70%;
		line-height: 140%;
		text-align: center;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.navbar-brand.header-logo img {
		width: 120px !important;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 80%;
		padding: 20px 30px;
	}
	#myCarousel,
	#top-language-selector {
		display: block;
	}
	.hero-title,
	.carousel-indicators {
		display: none;
	}
	#main-content {
		padding: 60px;
		margin: -40px auto 60px auto;
	}
}

@media screen and (max-width:992px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 80%;
		padding: 20px;
	}
	.mapp-layout {
		width: 100% !important;
	}
}

@media screen and (max-width:1200px) {
	.carousel-indicators {
		display: none;
	}
	.hero-title {
		font-size: 200%;
		height: 100px;
	}
	#footer #footer-copyright {
		padding: 10px 20px;
	}
}


.aligncenter {
    display: block;
    margin: 0 auto;
    width: auto;
}
