/*
Theme Name:  Duplexo Child Theme
Description: Child theme for the Duplexo theme
Author:      ThemetechMount
Author URI:  https://cymolthemes.com/
Template:    duplexo
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
 *  Red: #db0100
 *  Blue: #002c5b
-------------------------------------------------------------- */
.custom-top-bar-style {
	text-align: center;
    font-size: 18px;
    font-family: inherit;
    padding: 10px;
    color: #08376e;
    font-weight: 600;
}
.top-contact {font-size: 14px;}
.top-contact i{font-size: 17px; color:#ffffff!important;}
.cymolthemes-box-service.cymolthemes-servicebox-styletwo .cymolthemes-serviceboxbox-readmore a {
    font-size: 18px!important;
	background-color: #002c5b!important;
    color: #fff!important;
}
.cymolthemes-box-service.cymolthemes-servicebox-styletwo .cymolthemes-serviceboxbox-readmore a:hover {
    font-size: 17px!important;
	background-color: #db0100!important;
    color: #fff!important;
}

.cymolthemes-box-title h4 a{color: #db0100!important;}

.cmt-sboxfeatured-wrapper {    
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
}

.cmt-sboxcmt_service-featured-wrapper {    
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
}

.box-shadow {    
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
}

.cmt-vc_general.cmt-vc_btn3.cmt-vc_btn3-color-skincolor.cmt-vc_btn3-style-outline {
    background-color: #002c5b!important;
    color: #ffffff!important;
    border-color: #ffffff!important;
}

.footer-logo img {
    max-height: 120px!important;
}
.box-desktop {display: block;} @media only screen and (min-device-width : 120px) and (max-device-width:812px) {.box-desktop {display: none;}}

.box-mobile {display: none;} @media only screen and (min-device-width : 120px) and (max-device-width:812px) {
	.box-mobile {
		display: block;
	}
}


.codedropz-upload-inner h3 {
    color: #002c5b!important;
}

.codedropz-upload-inner h3 {
    font-size: 20px!important;
}
.sidebar .widget a {
    font-size: 13px!important;
}