/*
	Theme Name: The Voux Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>A Premium theme for magazine, editor, community and more! WordPress Theme by <a href="http://www.themeforest.net/user/fuelthemes">fuelthemes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: thevoux-wp
*/

@import url("../thevoux-wp/style.css");

.widget > strong span {
background-color: #c2dbff;
}
.logoimg img { width: 80%; height: auto; }
.share-article{
margin-top:200px;
}
.wide-ad{
height:90px;
width:100%;
}
.post-excerpt {
display:none;
}
.wpcf7-form-control{
margin-bottom:15px;
}
.wpcf7-form p {margin-bottom:5px!important}
.wpcf7-form br {display:none;}
textaraea {margin-bottom:0;}
#infinite-article{padding-bottom:0}
.ad_container_bottom .ad_footer_center{max-width:1170px; margin-left:auto; margin-right:auto;}

.wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="date"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="email"], .wpcf7-form input[type="number"], .wpcf7-form input[type="search"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="time"], .wpcf7-form input[type="url"]{ 
width:100%;
max-width:400px;
text-align:center;
}
.wpcf7-form input[name="your-subject"]{
max-width:500px;
}
.wpcf7-form textarea {
width:100%;
max-width:600px;
}

#archive-container h2{ text-align:center; }
#archive-container ul{
list-style-type:none;
-webkit-column-count: 4; /* Chrome, Safari, Opera */
-moz-column-count: 4; /* Firefox */
column-count: 4;
margin:0 0 40px 0;
text-align:center;
}
@media only screen and (max-width: 510px) {
#archive-container ul{
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
}
}