/*
 Theme Name:     Champion Child Theme
 Description:    Champion Child Theme
 Author:         Modo Modo Agency
 Author URI:     https://www.modomodoagency.com
 Template:       champion
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/*Blog Edits by Matias*/
.champion-blog p {
	font-size:1.2em !important;
}
.champion-blog h2 {
	margin:60px 0 20px 0;
	font-weight: 600;
	
}
.champion-blog h3 {
	margin:40px 0 20px 0;
	font-size:1.7em;
	color:#666;
}
.champion-blog li {
	font-size:1.2em !important;
	color:#3A3B3D;
}
.champion-blog .cat-links.text-yellow a {
	font-size:0.8em;
}
@media (max-width: 576px) {
	.champion-blog .col-11 {
		flex: 0 0 100%;
		max-width:100%;
	}
}
/*End blog edits*/


.poadcast-content{
	margin-top: 30px;
}
.poadcast-content b {
    font-weight: bold !important;
    padding-bottom: 3px !important;
	font-size : 17px;
	color: #3A3B3D;
	display: block;
	margin-top: 20px;
}

.poadcast-content p {
    margin-bottom: 7px !important;
}
.page-template-page-design-resources h3.podcast_title {
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-template-page-design-resources .podcast_link {
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-template-page-design-resources .podcast_link a{
	color: #3A3B3D;
	font-weight: 600;
	font-size: 18px;
}
.single_podcast{
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #afafaf;
}
.single_podcast h3{
    margin-bottom: 20px;
    color: #3A3B3D;
}
.single_podcast .key_points span:after {
    position: absolute;
    content: "";
    height: 2px;
    background: #3A3B3D;
    left: 0;
    bottom: -8px;
    width: 50%;
}
.single_podcast .key_points span{
    font-size: 22px;
    position: relative;
    color: #3A3B3D;
}
.single_podcast .podcast_content ul li{
    font-size: 20px;
    color: #3A3B3D;
    padding-left: 8px;
    list-style: disc !important;
}
.single_podcast .col-md-9{
    padding-left: 30px;
}
.single_podcast .podcast_link a {
    color: #3A3B3D;
    font-size: 18px;
    text-decoration: underline;

}
.podcast_transacript{
    margin-top: 0px;
}
.podcast_transacript .dib.mw4{
    font-weight: bold;
    color: #3A3B3D;
    margin-right: 12px;
    font-size: 17px;
}
.with-timestamp.col-xs-12{
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    clear:both;
}
.podcast_image img{
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.podcast_image .author_name{
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
}
.podcast_image .author_position,
.podcast_image .author_company{
    text-align: center;
}
.feature_podcast_image_section{
    margin-top: 20px;
}
.feature_podcast_image_section .author_name{
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.feature_podcast_image_section .author_position,
.feature_podcast_image_section .author_company{
    font-size: 14px;
}
.feature_podcast_content h3{ 
    margin-bottom: 10px;
}
.feature_podcast_content .key_points{
    font-size: 16px;
}
.feature_podcast_content ul li{
    margin-bottom: 15px;
}
.featured_podcast_btn a{
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: 700;
    font-size: .75rem;
    color: #74716F;
    border: 2px solid #EAB346 !important;
    background: transparent;
    padding: 0.55rem 1.8rem;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    text-decoration: none !important;
}
.testimonial{
    padding-top: 70px;
    margin: 50px 15px 0;
    border: 1px solid #e7e3e3;
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
}
.testimonial:hover{ border-color: #e7e3e3; }
.testimonial .pic{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #ddd;
    padding: 7px;
    position:absolute;
    top: -50px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    transition: all 0.7s ease 0s;
}
.testimonial:hover .pic{ background: #1d3033; }
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    font-size: 16px;
    font-weight: 700;
    color: #FCB53B;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.testimonial .description{
    font-size: 15px;
    color: #999;
    line-height: 25px;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 25px 35px;
    margin: 0;
    min-height: 210px;
}
.testimonial .testimonial-content{
    padding: 15px 25px 12px;
    border: 1px solid #f7f7f7;
    border-top: none;
    position: relative;
    text-align: center;
    transition: all 500ms ease 0s;
}
.testimonial:hover .testimonial-content{ border-color: #1d3033; background: #1d3033;}
.testimonial .testimonial-content:after{
    content: "";
    width: 100%;
    height: 0;
    background: #1d3033;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.testimonial:hover .testimonial-content:after{ height: 100%; }
.testimonial-content .testimonial-profile{ display: inline-block; }
.testimonial .name{
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
    margin: 0 0 3px;
    transition: all 700ms ease 0s;
}
.testimonial:hover .name{ color: #F8F8F8; }
.testimonial .post{
    font-size: 14px;
    color: #FCB53B;
    text-transform: capitalize;
}
.testimonial .rating{
    display: inline-block;
    padding: 1px 5px;
    margin: 0;
    list-style: none;
    background: #FCB53B;
    position: absolute;
    right: 25px;
}
.testimonial .rating li{
    display: inline-block;
    font-size: 14px;
    color: #F8F8F8;
}
.owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 45px;
    height: 40px;
    line-height: 37px;
    border-radius: 3px;
    background: #F8F8F8;
    border: 1px solid #ececec;
    padding: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background: #FCB53B;
    border-color: #FCB53B;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: -3%;
}
.owl-next{
    left: auto;
    right: -3%;
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.owl-next:before{ content: "\f105"; }
.video_btn a,
.read_more_btn a{
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: 700;
    font-size: .75rem;
    color: #74716F;
    border: 2px solid #EAB346 !important;
    background: transparent;
    padding: 0.55rem 1.8rem;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    text-decoration: none !important;
}
.video_btn a:hover,
.read_more_btn a:hover{
    color: #F8F8F8;
    background: #EAB346;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.bg-f4{
    background-color: #f8f8f8;
}
header .top_header{
    background-color: #E4F2F3;
    padding-top: 30px;
    padding-bottom: 30px;
}
.top_header_text{
    color: #3A3B3D;
}
.top_header_text span{
    font-weight: bold;
    font-family: sans-serif;
    font-size: 18px;
}
.top_header_text a{
    color: #EAB346;
}
.top_header .col-md-3{
    padding-top: 10px;   
} 
.lear_more_btn{
    padding: 12px 46px;
    background: #EAB346;
    color: #F8F8F8 !important; 
    border-radius: 20px;
    font-size: 18px;
    text-transform: uppercase;
}
.page-template-page-career .gfield_radio li{
    margin-right: 15px !important;
} 

#video-list { margin-top: 40px; }
.page-id-3171 .py-md-5 { padding-top: 0 !important; }


.country_field select{
	width: 100%;
	background: #F7F7F5;
	border-radius: 50px;
	border: none;
	padding: 6px;
}
.country_field select { 
	/* for Firefox */ 
	-moz-appearance: none; 
	/* for Safari, Chrome, Opera */ 
	-webkit-appearance: none; 
    appearance: none;
} 

/* for IE10 */ 
.country_field select::-ms-expand { 
	display: none; 
} 
@media only screen and (max-width: 990px){
    .owl-theme .owl-controls,
    .owl-prev,
    .owl-next{
        position: relative;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 768px){
    .testimonial .testimonial-content{
        padding: 15px 10px 12px;
    }
    .testimonial .rating{
        right: 12px;
    }
    .top_header .col-md-3{
        text-align: center; 
        padding-top: 25px;
    }
	article img{
		max-width: 100%;
		height: auto;
	}
}

.responsive-iframe {
    height: 1650px;
}

@media (max-width: 767px) {
    .responsive-iframe {
        height: 2030px;
    }
	.w-md-100 {
		width:100%
	}
}

@media (max-width: 479px) {
    .responsive-iframe {
        height: 2100px;
    }
}


.card--product img, .card--product:hover img {
	-webkit-transform: scaleX(1) translateY(0px);
    -ms-transform: scaleX(1) translateY(0px);
    transform: scaleX(1) translateY(0px);
}


.card--product:hover img {
	-webkit-transform: scaleX(1) translateY(-8px);
    -ms-transform: scaleX(1) translateY(-8px);
    transform: scaleX(1) translateY(-8px);
}
.tmcp-field-wrap input, .tmcp-field-wrap select {
	padding:5px;
	border: 1px solid #aaa;
    border-radius: 4px;	
}

.tm-extra-product-options h6.tc-epo-label {
	margin: 5px 0px;
}

.quantity-wrapper {
	display: flex;
    align-items: center;
    grid-gap: 10px;
}

.quantity-wrapper input.qty {
	padding:5px;
}

.woocommerce-checkout input.input-text, .woocommerce-checkout input[type=text], .woocommerce-checkout input[type=email] {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 42px;
    max-width: 100%;
    padding: 0 0 0 10px;
}
.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0;
}
.woocommerce form .form-row select, .woocommerce-page form .form-row select {
    width: 100%;
}
select, input[type=tel] {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 42px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 338px;
}
span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
li.wc_payment_method.payment_method_gpls-rfq {
    list-style-image: unset;
}

.woocommerce input.button.alt {
    background-color: #fcb53b;    
    transition: 350ms;
}

.woocommerce input.button.alt:hover {
    background-color: #fcb53b;    
    color:#74716F;
}

.rfqcart-link-shop.rfqcart-link-shop-custom {
	display:none;
}