/*
Theme Name: Simplicity
Theme URI: http://demo.qodeinteractive.com/simplicity/
Description: Simplicity Theme
Tags: flat, smooth, smooth scroll, modern, interactive, parallax, multi-purpose, ajax, retina, responsive, creative, portfolio, blog, wpml
Author: Qode Interactive
Author URI: http://www.qodeinteractive.com/
Version: 1.0.4
License: GNU General Public License
License URI: licence/GPL.txt

*/

/*
CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

Changelog

1.0.4
- Updated LayerSlider to version 5.0.2
- Fixxed duplicated portfolios when click "load more" button
- Fixed 'qode like' functionality on portfolios that are inerted via 'load more' functions

1.0.3
- Fixed WP 3.8 notices
- Updated LayerSlider to version 4.6.6

1.0.2
- Updated smooth scroll on/off logic to choose between all devices and all without Mac devices (all devices are not including touch devices)
- Updated vieport meta tag for non responsive sites
- Updated LayerSlider to version 4.6.5
- Fixed centered logo on scroll
- Fixed color bars number in footer
- Fixed home.php title bug
- Fixed horizontal scroll bug on iPhone
- Fixed mobile 3rd level menu separators bug
- Fixed contact page when recaptcha is enable
- Fixed overflow on of footer on touch devices
- Fixed deliting of custom sidebars
- Fixed portfolio list for new version of Chrome
- Remove ie9.css file because it's empty

1.0.1
- Fixed smooth scroll
- Fixed third level menu flyout on boxed layout
- Fixed social widget sidebar on last two sizes
- Fixed logo size on last two sizes
- Fixed w3c validation html errors
- 

*/


body{
    background-color: #ebe3d2 !important;
    color: #00263c !important;
}

header{
    background-color: #00263c!important;
    color: #ffffff !important;
}

.projects_holder.type2 .mix .hover h3{
	color: #99948d;
}

.title.loaded h1, .title.loaded .subtitle{
	color: #00263c;
}

.contact_form h2{
	color: #00263c;
}

nav.main_menu ul li a {
    color:white !important;
    -webkit-transition: all 1s ease 0s !important;
    -moz-transition: all 1s ease 0s !important;
    -o-transition: all 1s ease 0s !important;
}

h5{
    color: black;
}

.load_more{
    background-color: #27434c !important;
}


.portfolio_paging .load_more a {
    background-color: #2a465f !important;
}

.icon_holder:hover {
    background-color: #696747 !important;
}

.video-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.video-container iframe, .video-container object, .video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.portfolio_navigation .portfolio_button a {
    width: 60px !important;
}

.footer_top_holder{
    background-color:#df2920;
}
.footer_bottom{
    background-color:#7d1b1b !important;
}
.background-home{
    background-image: url("img/fundo-com-textura.jpg");
}

@media only screen and (max-width: 768px) {
#social_icons_widget { display: none !important; }
}

.parallax section{
margin-top: -40px; 
margin-bottom: -140px; 
height: 400px;
    background-attachment: initial !important;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.iframe-yt{
	margin-left: 100px;
    	margin-right: 100px;
	margin-top: 100px;
	margin-bottom: 100px;
}

.sub_titulo_campanha{
    margin-top: 10px;
    width: 80%;
    margin-left: 10%;
}

/*PAGINA CAMPANHA*/

.div_lookbook_campanha{

    background-image: url('https://redmax.com.br/wp-content/uploads/2022/03/miniatura-lookbook.jpg');
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 100% auto;

}

.div_colecao_campanha{

    background-image: url('https://redmax.com.br/wp-content/uploads/2023/09/02.png');
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 100% auto;

}

.div_wallpapers_campanha{

    background-image: url('https://redmax.com.br/wp-content/uploads/2023/09/03.png');
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 100% auto;

}

/*FIM DA PAGINA DO CAMPANHA*/

/*PAGINA LOJISTA*/

.div_lookbook_lojista{

    background-image: url('https://redmax.com.br/wp-content/uploads/2022/03/banner-miniatura-1.jpg');
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 100% auto;

}

.div_colecao_lojista{

    background-image: url('https://redmax.com.br/wp-content/uploads/2023/09/01-1.jpg');
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 100% auto;

}
.div_colecao_lojista2{

    background-image: url('https://redmax.com.br/wp-content/uploads/2019/07/video2020.jpg');
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 100% auto;
}

.div_institucional_lojista{

    background-image: url('https://redmax.com.br/wp-content/uploads/2018/06/Video-institucional-535x250px1.jpg');
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 100% auto;

}
.ajuste_video_lojista{
    margin-left: 50%;
}


@media only screen and (max-width: 992px) {
  
.ajuste_video_lojista{
    
    margin-left: 0%;
    
}


@media only screen and (max-width: 500px) {
  
.div_institucional_lojista{
    
    background-image: url('https://redmax.com.br/wp-content/uploads/2018/06/Video-institucional-535x250px.jpg');
    
}

}

/*FIM DA PAGINA DO LOJSTA*/


@media only screen and (max-width: 1024px) {
	
	.div_formulario{
		height: 1210px !important;
	}
	.video_institucional p{
		margin-top: -270px !important
	}
	.video_institucional{
		margin-top: 0px !important;
	}
	
}

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

	.video_institucional p{
		margin-top: -200px !important
	}

	
}


@media only screen and (max-width: 1000px) {
    .iframe-yt{
	margin-left: 0px !important; 
	margin-right: 0px !important; 
     }

}
}
.footer_top form input[type="submit"]{
	height: 20px !important;
	width: 8% !important;
}

.post_content_holder .post_text p{ color:#ffffff !important;}

.contact_form #fname{width:100% !important;}

.contact_form #lname{width:100% !important;}

.contact_form #email{}

.contact_form #message{}




