/*
Theme Name: trioflex
Text Domain: trioflex
*/
.margin-auto {
	margin: 0 auto!important;
}
.page {
	margin-bottom: 0;
}
.read-more {
    display: inline-block;
    background: #e84000;
    color: #fff;
    border-radius: 20px;
    padding: 10px 40px;
    font-weight: bold;
    font-size: 18px;    
    text-decoration: none;
    margin: 20px 0;
}
.read-more:hover {
    background-color: #ff5b1c;
	color: #fff;
	text-decoration: none;
}
.page article, .error404 article {
	margin-bottom: 40px;
	min-height: 15vh;
}
input[type=submit]:hover, input[type=submit] {
	border: 0;
}
.wp-element-caption, 
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	font-size: 18px;
	background: linear-gradient(0deg,#000000b3,#0000004d 93%,#0000);
}
.wpcf7-spinner {
	position: absolute;
}
.page404 {
	display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
	.main-slider p {
		font-size: 16px;
	}	
    .custom-slide h1 {
        font-size: x-large;
    }
    .custom-slide p {
        margin-bottom: 0;
        font-size: xx-large;
    }
	.service-title {
		margin-top: 20px;
	}
	.footer-top .col-12 {
		margin-bottom: 20px;
	}
	.copyright p {
		text-align: left;
	}
	.to-top {		
		bottom: 20px;
		right: 20px;	
	}
	.call-btn {        
        margin: 20px 0 10px;
    }
}
}

.time {
    font-size: 16px;
}

.block-socio-icons a {
    margin-right: 10px;
}

.news-text time {
    font-size: 16px;
}

.item-text-title strong {
    font-weight: 700;
}

.main-slider {
    margin-bottom: 30px;
}

.news-item .news-text {
    padding: 10px 10px 20px;
}

.news-item .item-text .item-text-title {
    font-size: 18px;
}

figure.wp-block-gallery.has-nested-images,
.single-news figure {
    width: 100%;
}

.news-full img {
    margin-bottom: 0;
}

.header-title {
    max-width: 315px;
    margin: 5px 10px 0;
}

.header-title span {    
    color: #000000;
    font-weight: 500;
    font-size: 16px;	
	font-style: italic;
}

.send input[type=submit], .callnum {    
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background-color: #E84000;
    border-radius: 20px;
    padding: 10px 20px;   
}

.send input[type=submit]:hover, .callnum:hover {
    background-color: #f37644;
    color: #fff;
    text-decoration: none;
}

.header-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.locations {
    max-width: 300px;
    text-align: left;
}
.address {
    display: block;
    margin: 0 10px;
    padding-left: 40px;
    background: url('./svg/geo.svg') no-repeat center left 5px;
}
.phone {
    display: block;
    margin: 0 10px;
    padding-left: 40px;
    background: url('./svg/phone.svg') no-repeat center left 5px;
}
.time {
    display: block;
    font-style: italic;
    margin: 0;
    padding-left: 30px;
    background: url('./svg/calendar.svg') no-repeat center left;
}
.news-item:hover .time {
    background: url('./svg/calendar-white.svg') no-repeat center left;
}
.phone {
    display: block;
    margin: 0 10px;
    padding-left: 40px;
    background: url('./svg/phone.svg') no-repeat center left 5px;
}
.phone-white {
    display: block;
    margin: 0;
    padding-left: 40px;
    background: url('./svg/phone-white.svg') no-repeat center left;
}

article .contact-form-style {
	background: #d3f0ff;
    border-radius: 8px;
}
.wrapper-maps {
	display: flex;
}
input[type=text], input[type=number], input[type=url], input[type=tel], input[type=email] {
	padding: 5px 10px;
	border: 1px solid #3e85ac!important;
}
.wp-singular figcaption {
	color: white;
    margin: 0;
    padding: 10px;
}
@media all and (max-width: 1000px) {
    .locations {
        display: none;
    }
    .header-options .phone {
        background: url('./svg/phone-white.svg') no-repeat center left 5px;
        color: #fff;
        margin-top: 5px;
    }
}