/*
Theme Name: Mr. Tailor Child
Theme URI: http://mrtailor.getbowtied.com/
Description: This is a child theme for Mr. Tailor.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: mrtailor
Version: 1.0
*/

@import url("../mrtailor/style.css");

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

#site-navigation a{
	color: #187ce0 !important;
}
#site-navigation a:hover{
	color: #f04124 !important;
}

.widget h3{
	font-size: 18px;
}
.widget ul{
	font-size: 16px;
}
.widget li {
    margin: 0 0 5px 0;
}
p{
	font-size:16px;
	margin-bottom: 0px;
}

.main-slider .slide_1 h2{
	background-color: #ffffff !important;
	color: #0066ca !important;
}
.vc_btn3.vc_btn3-size-lg {
	font-size: 18px;
	padding: 19px 50px;
 }

 article{
 	margin-bottom: 0px !important;
 }

/*novedades*/

.entry-meta, .post-navigation{
	display: none !important;
}

.category #primary{
	padding-top: 0px !important;
}

/***Title***/
.page-title {
	background:#ffa500;
	color:white;
	font-size:55px !important;
	padding:0px 20px 20px 20px;
}
.vc_col-has-fill>.vc_column-inner{
	padding-top: 0px !important;
}


/*ARCHIVE*/
.archive .entry-title{
	font-size: 40px !important;
	font-weight: bold !important;
}

header.archive{
	margin: 0px !important;
}
.archive{
	margin: 20px 0px;
}

.content_hr{
	margin: 20px 0px !important;
}

/*logo quinquin*/
#text-9{
	width: 20%;
    float: right;
    position: absolute;
    top: -110px;
    right: 0px;

}


/****************************************************************/
/****************************************************************/
/****************************************************************/