/*
Theme Name: FinTheme Child
Description: Child theme for FinTheme
Author: Maas Kamphuis
Template: fintheme
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*Child Theme Style Code Here*/

@media screen and (max-width: 1199px){
	.zozo-revslider-section{display:none !important;}

	.show-mobile{
		display:block;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	}

	#mobile-top-text{
		height: 50px;
		padding: 10px 0;
		background-color: #000;
	}
	a.zozo-button-1.btn.btn-custom.btn-xs{
		display:inline-block;
	}

	a.zozo-button-2.btn.btn-custom.btn-xs{
		display:inline-block;
	}

	#mobile-top-text > div.container{
		padding-left:8px;
		padding-right:8px;
	}
}

@media screen and (min-width: 1200px){
	.show-mobile{
		display:none !important;
	}
}



/**** header top-bar & menu font-size ****/
#header-contact-info > ul > li > a,
div.top-bar-item.item-text > a,
.zozo-social-icons i{
    font-size: 18px !important;
}
.zozo-main-nav > li > a{
	font-size: 14px;
}
#header-social-links > ul > li > a{
	font-size: 14px;
}
/**** services pages download button ****/
#text-3 > div > p:nth-child(1) > a,
#text-3 > div > p:nth-child(2) > a{
	display:block;
}
#menu-service-footer-menu-1 > li > a:hover{
	color:#0087cf;
}
#copyright-text > p > a{
	color:#e2e2e2;
}
#copyright-text > p > a:hover{
	color:#0087cf;
}

a.services-cta:hover{
	background-color:#fff !important;
	color:#0087cf !important;
}
a.services-cta{
	color:#fff !important;
}

/**** footer form ****/

.col-md-10.newsletter > span:nth-child(1) > input:nth-child(1){
background:none;
border: 1px solid #7c7c7c;
}
.col-md-2.newsletter > input:nth-child(1){
padding-left:8px; 
padding-right:8px;
}
