/*
Theme Name:  Rueb
Theme URI:   http://divithemes.reviews
Version:     1.1
Description: Divi child theme.
Author:      DDA
Author URI:  https://www.dda.nl
Template:    Divi
*/

@import url("../Divi/style.css");

/* comments fix */
#comment-wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
#main-header {
	background-color: transparent !important;
	background-color: #0072AE !important;
}
.container {
	background-color: #FFFFFF !important;
	padding-left: 20px;
	padding-right: 20px;
}
.et_header_style_left .logo_container {
    position: absolute;
    width: 94%;
    height: 100%;
}
.language_selector {
	width: 100%;
	text-align: right;
}
.language_selector li.lang-item-nl {
	margin-right: 25px;
}
.language_selector li.lang-item-en {
	margin-top: -23px;
	margin-bottom: 23px;
}
.et_pb_slider .et_pb_slide {
    background-position: center !important;
}
.et_header_style_left .logo_container {
    margin-left: -23px;
}
h2 {
    color: #0072AE !important;
	font-size: 20px !important;
}
#footer-info {
    font-size: 13px;
	float: right;
	color: #aaaaaa;
}
#footer-info a {
    font-size: 13px;
	font-weight: 300;
	color: #cccccc;
}
#footer-info a:hover {
    color: #FFFFFF;
	text-decoration: underline;
}
.et-social-icons {
    float: left;
}

#main-footer, #footer-bottom {
    background-color: #0072AE !important;
}
#footer-bottom .container {
    background-color: #0072AE !important;
    padding-left: 20px;
    padding-right: 20px;
}
.footer-widget {
    float: left;
    color: #005493 !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}
.footer-widget .et_pb_widget {
    float: none !important;
    max-width: 100%;
}
.et_pb_gutters3 .footer-widget {
    margin: 0 5.5% 3.5% 0;
}
.et_pb_blog_grid .et_pb_image_container img {
    max-height: 225px;
}
.et_pb_blog_grid .et_pb_image_container {
    border: 1px solid #d8d8d8;
}
h2.et_pb_slide_title {
    font-size: 36px !important;
}
.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
    width: auto;
    margin: auto;
    padding: 20% 8%;
}
h2.entry-title {
    color: #0072AE !important;
    font-size: 16px !important;
text-align: center;
height: 46px;
padding-bottom: 0px;
}
.et_pb_blog_grid .et_pb_post {
    text-align: center;
}
.et_pb_blog_grid .et_pb_post .post-content {
    height: 110px !important;
}
.et_pb_blog_grid .et_pb_post .post-content p{
    font-size: 14px !important;
}
.et_overlay {
    -webkit-transition: all 1.3s;
    -moz-transition: all 1.3s;
    transition: all 1.3s;
}

/*-------------------[Min 981px]------------------*/
@media only screen and ( min-width: 981px ) {
	.et_header_style_left .logo_container {
		margin-left: -23px;
	}
	#logo {
		min-height: 70% !important;
	}
	.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
	    padding-top: 10px;
		padding-bottom: 23px;
	}
}

/*-------------------[1480px]------------------*/
@media only screen and ( max-width: 1480px ) {
	#logo {
		min-height: auto !important;
max-width: 300px;
	}
	.container {
		width: 90%;
	}
	.et_pb_row {
		width: 90%;
	}
}

/*-------------------[1280px]------------------*/
@media only screen and ( max-width: 1280px ) {
	#logo {
		min-height: auto !important;
max-width: 260px;
	}
}

/*-------------------[1080px]------------------*/
@media only screen and ( max-width: 1080px ) {
	#comment-wrap {
		max-width: 934px;
	}
	#logo {
		min-height: auto !important;
max-width: 200px;
	}
}

/*-------------------[1024px]------------------*/
@media only screen and ( max-width: 1024px ) {
	#comment-wrap {
		max-width: 934px;
	}
}

/*-------------------[980px]------------------*/
@media only screen and (max-width: 980px) {
	#comment-wrap {
		max-width: 690px;
	}
}

/*-------------------[600px]------------------*/
@media only screen and (max-width: 600px) {
	#comment-wrap {
		max-width: 400px;
	}
}

/*-------------------[479px]------------------*/
@media only screen and ( max-width: 479px ) {
	#comment-wrap {
		max-width: 450px;
	}
}


/*-------------------[320px]------------------*/
@media only screen and ( max-width: 320px ) {
	#comment-wrap {
		max-width: 274px;
	}
}

