/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


.header_hor .ush_menu_1.type_desktop .w-nav-list.level_1 > .menu-item > a{
    text-transform: uppercase;
    font-weight: 400;
}

.l-titlebar.size_huge h1{
    font-family: "Lato", sans-serif;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px #333;
}

.l-titlebar.size_huge .l-titlebar-h {
    padding-top: 235px;
    padding-bottom: 235px;
}

.tagline-icon{
    margin:0px auto;
    max-width:200px;
}

h2{
	position:relative;
}

.home .w-iconbox .w-iconbox-title{
	color:#fff;
}


@media screen and (max-width: 767px){
	
	.service-image .vc_column-inner{
		margin:0px 15px 0px 15px;	
	}
	
	.service-row:nth-child(even) .vc_col-sm-6:first-of-type{
		order:2;
	}
	
	.service-row:nth-child(even) .vc_col-sm-6:nth-child(2){
		order:1;
	}
	
	.service-button{
    	padding: 20px 0px 0px !important;	
	}
	
}

