/*
Theme Name: virgo
Theme URI: http://virgo.paul-themes.com/
Author: VK
Author URI: http://paul-themes.com/
Description: virgo - Architecture WordPress Template
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-colors, custom-header, custom-menu, featured-images, sticky-post, threaded-comments
Text Domain: virgo

*/


/* =WordPress Core
-------------------------------------------------------------- */


.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption p{
    margin-bottom:15px;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


.gallery-caption {
    color: #707070;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 0;
}
.bypostauthor {
    width: 100%;
}

.admin_bar_showing  .navbar.affix,
.admin_bar_showing .navbar-left {
    top: 32px !important;
}

.admin_bar_showing  .navbar {
    top: 32px !important;
}
.logostiky {
    display: none;
}
.affix .enable_sticky_logo.logostiky {
    display: inline-block;
}
.affix .enable_sticky_logo.logoheader {
    display: none;
}
/*.isotope .isotope-item{width:25% !important}*/

/*page 404*/

body > div > main > div.container > div > a {
	background: transparent;
    box-shadow: none;
    border: 1px solid #fff;
    border-radius: 21px 21px 21px 21px !important;
	font-weight: 500;
}

body > div > main > div.container > div > a:hover {
	background-color: #fff;
	color: #677b94;
}

.footer {
	background-color: #fff;
}

#menu-collapse-2 li a{
	color: black;
}

body > div > main > div.container > div > p {
	font-family: Montserrat, sans-serif;
}

@media only screen and (max-width:769px) {

    #footer .container {
        width:100%!important;
    }
    
    #footer .container #custom_html-5 {
        text-align:center;
        margin-left:0px!important;
    }
    
    input.input-form-rodape {
    	width: 100%!important;
    	margin-bottom: 20px;
    	margin-right: 0px!important;
	}

	textarea.input-form-rodape {
    	margin-top: 10px!important;
    	margin-right: 0px!important;
	}
    
    .row-clientes .coluna-cliente {
        width:49%!important;
    }
    
	#Projetos .titulo-padrao-bottom {
      padding-left:15px;
      padding-right:15px;
    }
   	
	html body .padding-mobile-reset-top .vc_column-inner {
        padding-top:0!important;
    }
   	
	html body .mobile-padding {
    	padding-left:15px!important;
    	padding-right:15px!important;
	}

	html body .img-titulo-quem-somos {
    	padding-left:0px!important;
    	text-align: center!important;
	}
	
	.img-ideia {
		position:absolute;    
	}
	
	body > div > main > div.container > div > p {
    	width: 90% !important;
    	top: 50% !important;
    	/* position: relative; */
    	transform: translate(-48%, -15%) !important;
	}

	#jarallax-container-0 > img {
		width: 190% !important;
    	height: 137% !important;
    	margin-top: -40% !important;
    	margin-left: -45% !important;
	}
	
	#custom_html-6 > div > div > div.phone-wrapper {
		    left: 23% !important;
    		position: relative !important;
	}
	
	#custom_html-6 > div > div > div.cell-phone-wrapper {
		    left: 10% !important;
    		position: relative !important;
	}
	
	#custom_html-6 > div > div > div.email-wrapper > div:nth-child(1) {
		margin-left: 7% !important;
		
	}
	
	#custom_html-6 > div > div > div.email-wrapper > div:nth-child(2) {
		width: 200px !important;
	}
}

@media only screen and (max-width:769px) and (min-width:480px) {
	html body .coluna-img-ideia{
		position:absolute;
	}
	
	.navbar .social-list {
	    display:none;
	}
	
	div#QuemSomos {
    	min-height: 50vh;
	}
	
	.tp-caption span.txt-wrap {
    	margin-top: 370px!important;
	}
	
	html body #QuemSomos .coluna-2-quem-somos .vc_column-inner {
		padding-top: 100px!important;
	}
	
	html body #QuemSomos .coluna-1-quem-somos, html body #QuemSomos .coluna-2-quem-somos {
		margin:auto;
	}
	
	p.brindes-personalizados {
		margin-left: -30px;
	}
	

}

@media (min-width: 992px) {
	
	.isotope .isotope-item {
    	width: 25% !important;
	}

}
