/*
 Theme Name: 	Boiler Theme Child
 Theme URI: 	http://www.vertiqalteam.com/wordpress-boiler/
 Description: 	Boiler is a new and fresh business theme that will add a spicy touch to your company’s website. With a collection of 
 				portfolio pages Boiler can be perfect for a creative business also. Inside the pack you will find a revolutionary 
				multilayer parallax plugin , easy to use, to create a whole new universe for your business. Just let your imagination 
				run wild and create a statement website for your business with Boiler.
 Author: 		Vertiqal
 Author URI: 	http://themeforest.net/user/vertiqal
 Template:     	boiler-theme
 Version:      	1.0.0
 License:      	GNU General Public License v2 or later
 License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
 Tags: 			two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, 
				editor-style, featured-images, microformats, post-formats, translation-ready
 Text Domain: 	boiler-theme-child
*/


/* */
/* HEADER */
#header-container {
    background: #fff;
}

#page-header {
    background-repeat: no-repeat!important;
    margin-bottom: 50px;
}

.no-results .page-header {
    margin-top: 0;
}

#page-header-content h1 {
	max-width: 650px;
}


/* */
/* LOGO */
#logo {
    max-width: 160px;
    margin: 10px 0;
}


/* */
/* MENU */
.menu > li > a {
    padding-bottom: 24px;
}

#mobile-menu {
    display: none;
}


/* */
/* SEARCH */
#search-form {
	z-index: 8100;
}


/* */
/* BREADCRUMBS */
.breadcrumb-container {
    background: rgba(255,255,255,0.7);
}


/* */
/* FOOTER */
#footer-container {
    background-color: #4f4d51;
}

#footer {
    padding: 30px 0;
}


/* */
/* SIDEBAR & WIDGETS */
#boiler-sidebar .widget:first-child {
    margin-bottom: 20px;
}

.widget-title {
    margin-bottom: 20px;
}


/* */
/* HOME */
.home-main-headline h1 {
    font-size: 36px;
    line-height: 48px;
}


.recent-posts-home .blog-article {
    margin-bottom: 0;
}
.recent-posts-home .blog-article-details {
    text-align: left;
    margin-bottom: 30px;
}

.recent-posts-home .blog-article-thumbnail .date {
    margin-top: 20px;
}

.recent-posts-home .blog-article-thumbnail:before {
    margin: -10px -10px 55px;
}

@media (max-width: 767px) {
    .recent-posts-home .blog-article-thumbnail:before {
        margin: -10px -10px 60px;
    }
}

.recent-posts-home .blog-article-details h6 i {
    margin-right: 5px;
}

.recent-posts-home .blog-article-details h6 a i {
    display: none;
}

.recent-posts-home .blog-article-details .btn-style-1 {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 15px 30px;
    margin: 10px 5px 20px 0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    color: #69c452;
    border: 1px solid #69c452;
    border-radius: 0;
    background-image: none;
    background-color: transparent;
}

.recent-posts-home .blog-article-details .btn-style-1:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #69c452;
}

.recent-posts-home .blog-article-details .btn-style-1:hover {
    outline: 0;
    text-decoration: none;
    border: 1px solid #69c452;
    background-color: transparent;
    color: #fff;
}

.recent-posts-home .blog-article-details .btn-style-1:hover:before {
    height: 100%;
}


/* */
/* BLOG (SINGLE) ARTICLES */
.blog-article {
	margin-top: 0;
	font-size: 16px;
	line-height: 28px;
}

.single-post .blog-article {
    padding-left: 0;
}

.single-post .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.blog-article-details {
	margin-bottom: 50px;
	font-weight: 700;
}


/* */
/* ELEMENTS */

/* BLOCKQUOTE */
blockquote {
    padding-left: 10%;
    padding-right: 10%;
}

blockquote:before {
    text-align: center;
    display: block;
}

/* HEADLINES */
h1 {
    font-size: 48px;
}

#page-header-content h1 span {
    background: rgba(255,255,255,0.7);
    padding: 20px;
    line-height: 58px;
}

h2 {
    font-size: 35px;
    line-height: 45px;
    color: #3581CD;
}

@media (max-width: 767px) {
    h2 {
        font-size: 28px;
        line-height: 38px;
    }
}

h2.title-category,
h2.title-tag {
    margin-bottom: 50px;
}

h3 {
	font-size: 30px;
	line-height: 40px;
}

@media (max-width: 767px) {
    h3 {
        font-size: 24px;
        line-height: 34px;
    }
}

/* TEXT HIGHLIGHT */
strong.text-highlight {
	font-weight: normal;
}

/* TAGS */
.widget_tag_cloud a {
    color: #4f4d55;
    background-color: #fff;
    border: 1px solid #69c452;
    font-family: "Delius", sans-serif;
    line-height: 1.2;
    padding: 6px 12px;
}

.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus {
    color: #fff;
    background-color: #69c452;
}

.widget_tag_cloud a:before {
    width: 0!important;
    height: 0!important;
    background-color: transparent;
}

.widget_tag_cloud a:hover:before {
    height: 0!important;
}

/* BUTTONS */


/* FORM */
#card-form-en .wpcf7-list-item {
	display: block;
}

#card-form-en .wpcf7-list-item label {
	display: table;
	vertical-align: middle;
}

#card-form-en .wpcf7-list-item label input[type="radio"] {
	display: table-cell;
	height: auto;
}

#card-form-en .wpcf7-list-item label .wpcf7-list-item-label {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}



/* */
/* COOKIE BANNER */
#catapult-cookie-bar {
    border: 2px solid #e9ecf7;
    font-size: 12px;
    line-height: 18px;
}

button#catapultCookie {
    border: 1px solid #69c452!important;
    border-radius: 0!important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #4f4d55;
}

#catapultCookie:hover {
    background-color: #69c452;
    color: #fff;
}

.has-cookie-bar #catapult-cookie-bar {
    padding-top: 0;
    padding-bottom: 5px;
}

#catapult-cookie-bar a {
	color: #4f4d55!important;
    text-decoration: underline;
}
