/* 
Theme Name: Captial Trailer
Theme URI: https://digitalmango.net
Description: Captial Trailer is a child theme of Hello Elementor, created by Al Amin Ar Rahman
Author: Al Amin Ar Rahman
Author URI: https://digitalmango.net
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
label[for="form-field-consent"] {
	font-size:14px;
	color:#7a7a7a!important;
}
#popup-title{
	font-family: "Oswald", sans-serif;
	font-size:28px;
	font-weight: 600;
	color:#162f59;
}

/* Opening Hours */
.open-day{
	font-family: "Inter", Sans-serif;
	margin:0px;
	margin-top:4px;
    font-size: 12px;
    font-weight: 500;
    color: var( --e-global-color-b4138db );
}
#print:hover{cursor:pointer}
/* Terms Button */
span.detail-content>a, .posted_in>a{    
    background: #dcdcdc;
    padding: 1px 8px 3px 8px;
    border-radius: 50px;
}
span.detail-content>a:hover, .posted_in>a:hover {
    background: #162f59;
    color: #ffffff!important
}
.product_meta{
	line-height: 1.7em!important;
}
/* Estimated Monthly Payment */
.monthly{
	  text-align: right;
    margin-top: -15px;
    font-size: 17px;
    font-weight: 500;
}
/* Social share button gap */
.share .elementor-grid .elementor-grid-item{margin-left:2px; margin-right:2px;}
/* Related products */
.woocommerce ul.products li.product .button{ display: none; }
/* Hide contact from menu*/
@media only screen and (min-width:1024px) {
	.mobile-only{display:none!important;}
}
/* Hide Mountain Image */
@media only screen and (max-width:1024px) {
	#mountain{background-image:none;}
}