/*
 Theme Name:   Reprizo Child Theme
 Theme URI:    https://reprizo.axiomthemes.com/
 Description:  Reprizo Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     reprizo
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  reprizo
*/


/* =Theme customization starts here
------------------------------------------------------------ */
.buttondesign {
    margin-left: 15px !important;
}
.buttondesign a {
    border: 2px solid #ccc !important;
}
.slider_container:not(.slider_height_fixed) .slider-wrapper {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.home .homeremove {
    display: none !important;
}
.servicesec a.sc_action_item_link {
    color: #fff !important;
}
.archive.post-type-archive-cpt_services .sc_services_item_content {
    display: none !important;
}
.servicesec .sc_action_item_link:after {
    bottom: 0px !important;
    background-color: #ffffff !important;
}
.sc_action_item_inner_content {
    margin: 0 !important;
    width: calc(100% - 10px) !important;
}
.sc_action.sc_action_default .sc_action_item .sc_action_item_inner .sc_action_item_inner_content .sc_action_item_link {
    font-size: 20px !important;
}
.sc_services_default .sc_services_item_info {
	min-height: unset !important;
}
@media only screen and (max-width: 768px){
	.buttondesign {
		margin-left: 0 !important;
		padding: 10px !important;
	}
	.buttondesign {
		margin-left: 0 !important;
		display: inline-block;
		margin-top: 10px !important;
	}
	.menu_mobile .menu_mobile_nav_area li a {
		font-size: 16px !important;
	}
	
	.buttondesign a {
		padding: 10px !important;
	}
}
@media (max-width: 479px) {
    .mobile_device .menu_mobile .menu_mobile_nav_area, .mobile_layout .menu_mobile .menu_mobile_nav_area, .mobile_device .menu_mobile .search_mobile, .mobile_layout .menu_mobile .search_mobile {
        margin: 2em auto 0;
        width: 320px !important;
    }
}