/*
Theme Name: Pragma
Description: Child theme for Uncode theme
Author: The Revery
Author URI: http://www.therevery.com.au/
Template: uncode
Version: 1.0.2
Text Domain: uncode
*/

.color-black {
	color: #2e2e37;
}
.text-white {
	color: #fff;
}
.menu-white ul li a {
	color: #fff;
}
.text-center {
	text-align: center;
}

.style-light .link, .style-light.style-override .link, .style-dark .style-light .link, .style-light a, .style-light.style-override a, .style-dark .style-light a, .style-light input[type=checkbox]:checked:before, .style-light.style-override input[type=checkbox]:checked:before, .style-dark .style-light input[type=checkbox]:checked:before {
    color: #8f8fa3;
}

#masthead {
	margin-top: 20px;
}

@media (min-width: 960px) {
	#masthead .menu-container {
		border-bottom: 0;
	}
}

@media (max-width: 960px) {
	p, li, dt, dd, dl, address, label, small, pre, code {
		font-size: 16px;
	}
	
	#page-header .header-wrapper {
		height: 300px !important;
	}
	
	.logos .col-lg-2 {
		width: 33.333333333%;
		float: left;
		clear: none !important;
		padding-top: 0 !important;    
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.bg-mob-white .background-inner {
		background-image: none !important;
	}
}

/* HOME */

.home .owl-prev, .home .owl-next {
	display: none;
}