/*
Theme Name:     Argent Child
Description:    Child theme Argent
Author:         Ocsico
Template:       argent
Version:        1.0.0
*/

@import "../argent/style.css";

/****common****/
body, button, input, select, textarea {line-height:1.5;}
p, ul, ol, img, form, h1, h2, h3, h4,h5 {margin-bottom:20px;}

h1 {font-size: 45px; color: #60502d;}
h2 {font-size: 36px; color: #60502d;}
h3 {font-size: 30px; color: #60502d;}
h4 {font-size: 24px; color: #60502d;}
h5, h6 {font-size: 18px; color: #60502d;}

td {border:0;}

.single .entry-title, .page-title, .page-title {font-size:45px; padding: 0px 15px; line-height: 1.5;}
.page-title-404 {text-align: center; font-size: 150px; line-height: 1;}

.single .entry-content, .page .page-content {font-size: 20px;}
/************************************/

/*.woocommerce table th {padding:7px; text-transform: none; font-size:14px;}*/
/***header***/
.main-navigation {background-color: #4D535E;} 
#primary-menu .menu-item-47 a {color: #ff5700;}
.site-branding {padding:30px 0px;}
.site-branding:before {content: ""; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,0.35);}
.site-branding img {position:relative; max-height: 200px; margin:0;}
/**********/

/***slider***/
.home .metaslider .caption-wrap {top:40%; bottom:auto; left:5%; max-width:500px;}
.home .metaslider.ms-theme-simply-dark .rslides .caption-wrap .caption {font-size: 30px; font-family: inherit; font-weight: bold;}
.home .rslides {position: relative;}
.home .rslides:before {content:"";display:block;position:absolute;top:50%;left:10%;z-index: 9;width: 160px;height:200px;background-image: url('/wp-content/uploads/2019/02/450-400.png');background-position: center;background-size: 100% auto;background-repeat: no-repeat;
-webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}
/************/

/***pre-footer***/
.pre-footer {box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.25)}
.pre-footer__title {width:100%; text-align: center; font-size:40px;}
.pre-footer .widget-wrapper {display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top:50px; padding-bottom:20px;
	-webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
.pre-footer__item {padding-left:15px; padding-right:15px; margin-bottom:20px; text-align: center;}
.pre-footer__image {width:200px; margin:0;}
.pre-footer__item p {margin:0;}
/***************/

/****footer****/
.site-footer {background-color: #4D535E;}
.footer-widget-area {background: #5D6471;}
.footer-widget-area .widget-title {color:#fff;}
/**************/

/**social icons***/
.mysocialwid {text-align:center;}
.mysocial a {font-size:inherit;}
/***************/

/***wp builder***/
.wp-block-media-text {margin-bottom:30px;}
/***************/

.single-post .entry-content {width:100%;}

/***layout***/
.footer-widget-area {padding-top:50px;}
.site-main {margin: 30px 0;}
.single .entry-header, .page-header {margin-bottom: 30px;}
/*****************/


@media screen and (min-width: 768px) {
	.single-jetpack-portfolio .entry-header, .page-header, .single-jetpack-portfolio .entry-content, .page-content, .page .entry-meta,
	.single-jetpack-portfolio .entry-meta, .comments-area, .post-navigation, .posts-navigation {
		width: 100%; max-width: 830px; padding: 0px 15px;
	}
	.blog .hentry, .archive:not(.post-type-archive) .hentry, .search .hentry, .single-post .hentry, .single-post .comments-area, .single-post .post-navigation {
		width: 100%; max-width: 830px; padding: 0px 15px;
	}
}
@media screen and (min-width: 992px) {
	.home .rslides:before {width: 450px; height: 400px;}
}
/************/