/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

#quoteform input, #quoteform select {
	border-radius: 0;
	border: 1px solid #d3d3d3 !important;
	box-shadow: none;
	font-size: 13px;
	padding: 0 .65em;
	line-height: normal;
	color: #555;
	background-color: #fff;
	height: 46px !important;
	width: 30%;
	margin: 1%;
}

.submit-input input.btn.primary-btn.submit-btn{
	background-color: #2e62e6 !important;
	border: 0px !important;
	color: white !important;
	font-size: 16px;
	font-weight: normal;
	text-shadow: none;
	text-transform: uppercase;
}
.submit-input input.btn.primary-btn.submit-btn:hover{
	background-color: red !important;
}
#quoteform.rows4 input, #quoteform.rows4 select {
	width: 22%;
	float: left;
}



#quoteform.cfrm .form-group.grid4 > span {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	position: relative;
	margin-bottom: 10px;
}
#quoteform.cfrm .form-group.grid4 > span:nth-of-type(2) {
	margin: 0 2%;
}
#quoteform.cfrm  input, #quoteform.cfrm  select {
	width: 100%;
}
.wpcf7-response-output {
	display: none;
}

@media screen and (max-width: 700px) 
{#quoteform input, #quoteform select {
	width: 100%;
}
#quoteform.cfrm .form-group.grid4 > span {
	width: 100%;
	margin-bottom: 0;
}
#quoteform.cfrm .form-group.grid4 > span:nth-of-type(2) {
	margin: 0;
}
}

.full-width-sec .x-container {
    width: 100% !important;
    max-width: 100% !important;
}

.single-post .entry-title {
    text-align: center;
	color: #fff!important;
}

.single-post h2 {
    font-size: 35px !important;
	line-height: 1.3em !important;
}

.single-post li::marker {
    color: black;
}

.single-post .entry-header {
    position: absolute;
    top: 214px;
    background: #000000ad;
    padding: 10px 15px;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
}

.single-post article{
	position: relative;
}

.single-post .entry-thumb img {
    height: 300px;
    object-fit: cover;
}

.single-post .entry-wrap {
    padding-top: 30px;
}

.single-post .entry-content img {
    height: 300px;
    object-fit: cover;
}

.single-post h3 {
    font-size: 30px !important;
	line-height: 1em !important;
}

.page-id-1034 .entry-title {
    text-align: center;
}

.post-col {
     background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 140px 35px 35px;
	position: relative; 
}
.post-col .overlay{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, 0.5);
}
.post-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	    column-gap: 14px;
    row-gap: 14px;
}
.post-row h3 {
    font-size: 22px;
    line-height: 1.25;
    color: #ffffff;	
	 margin-top: 0px;
}
.post-row p{
	font-size: 0.8em;
    line-height: 1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}
.pagination {
   	margin-top: 30px;
    display: flex;
    justify-content: center;
    column-gap: 15px;	
    align-items: center;
}
.pagination .current {
    background: #2e62e6;
    color: #fff;
    padding: 5px 15px;
}
.pagination a {
    color: #000;
}
.pagination a:hover {
    color: #2e62e6;
}
@media only screen and (max-width: 1130px){
	.post-row {
    	grid-template-columns: repeat(1, 1fr);
	}
	
	.post-col{
		padding: 140px 20px 20px;
	}
}