/*
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
-------------------------------------------------------------- */



@media (min-width: 320px) and (max-width: 1199px) {
  
	.ccfnq-header-main.fixed{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999999999;
		width: 100% !important;
	}

  
}

.cta-callnow-mobile{
	float: right; 
	position: absolute; 
	top: 33px; 
	right: 10px;
	display:none;
}


@media (min-width: 320px) and (max-width: 1199px) {
	.cta-callnow-mobile{
		display: block !important;
	}
	
	.cta-callnow-mobile .ccfnq-call-now-button{
		padding: 10px 20px !important;
		font-size: 14px !important;
	}
}

@media (min-width: 320px) and (max-width: 459px) {
	
	.cta-callnow-mobile .ccfnq-call-now-button{
		padding: 10px 15px !important;
		font-size: 12px !important;
	}
}

@media (min-width: 320px) and (max-width: 360px) {
	
	.cta-callnow-mobile .ccfnq-call-now-button{
		padding: 10px 12px !important;
		font-size: 11px !important;
	}
}