/*
Theme Name: Caverta Child
Theme URI: http://matchthemes.com/demowp/caverta
Description: Child theme for the Caverta theme 
Author: MatchThemes
Author URI: https://matchthemes.com
Version: 1.0
Template: caverta
*/


#header-2 {
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 1% 0 !important;
    /* left: 0; */
    position: relative !important;
    top: 0;
    width: 100%;
    z-index: 100;
    max-width: 1600px;
    margin: 0 auto;
}

.footer-social li a {
    color: #fff;
}

.footer-social li {
    font-size: 16px;
}

.logo,
.logo a {
    /*text-align: center !important;*/
	margin: 0 auto;
	display: block;
}

.logo img {
	max-width: 184px;
}

.nav-button,
.nav-holder {
	display: none !important;
}

#custom_html-5 {
	text-align: right !important;
}


.textwidget img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}


.footer-widgets .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.wpcf7 .ajax-loader {
	display: none;
}

.aiowps-captcha-equation {
	margin-bottom: 20px;
}

.wp-singular .col-md-3 {
  display: none;
}

footer .footer-widgets {
	text-align: center !important;
	margin: 0 auto !important;
}

footer .col-md-3:nth-child(2) {
	display: none;
}

footer .col-md-3:nth-child(1) {
	max-width: 100% !important;
	flex: 0 0 100%;
}

.footer-copy {
	text-align: center;
}

@media screen and (max-device-width: 1024px),
screen and (max-width: 1024px) {
    .btn-header {
        display: block !important;
    }

    .logo-2 {
        flex: 1 1 0;
        text-align: left;
    }
}

@media screen and (max-device-width: 800px),
screen and (max-width: 800px) {

	#header-2 {
		padding: 1% 2% !important;
	}

    .logo img {
        max-width: 144px;
        padding-top: 2px;
    }


}


@media screen and (max-device-width: 768px),
screen and (max-width: 768px) {

    #header-2 {
        padding: 1% 2% !important;
    }

    .logo img {
        max-width: 144px;
        padding-top: 3px;
    }


}