/*
Theme Name: pickton child
Author: Theme Kalia
Version: 1.0.0
Author URI: http://themeforest.net/user/themekalia
Theme URI: http://tonatheme.com/newwp/pickton
Description: This is The Pickton WordPress theme
License: copyright commercial
License URI: http://themeforest.net/user/themekalia
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
Text Domain: pickton
Template: pickton
*/

/* Custom Css */
.social-links a {
    padding-right: 15px;
}
nav.main-menu ul.navigation ul.submenu li a {
    text-transform: uppercase;
}
.gallery-section {
	padding:0;
}
.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
	margin-bottom: 0;
}
.history-section {
    padding-bottom: 0;
}	
.project-section .theme-btn.btn-style-three, .about-block .theme-btn.btn-style-three {
    background-color: #fa9928;
    color: #fff;
    text-decoration: none;
}
.page-wrapper .choose-section, .page-wrapper .services-section, .page-wrapper .about-section, .page-wrapper .project-section, 
.page-wrapper .testimonial-section, .page-wrapper .news-section {
	padding: 40px 0px 40px;
}
.news-section .news-block {
    width: 50%;
}
/* Responsive CSS */
@media only screen and (max-width: 1024px){

}
@media only screen and (max-width: 767px){
	.header-upper .info-box li strong {
		display: none !important;
	}
	.main-header .header-upper .logo-outer, .main-header .header-upper .upper-right {
		width: 50% !important; 
		display: inline-block;
		text-align: left;
	}
	.main-header .header-upper .upper-right .upper-column.info-box {
		width: 50%;
		float: left;
	}
}
@media only screen and (max-width: 579px){
	.main-header .header-upper .logo-outer, .main-header .header-upper .upper-right {
		width: 100% !important; 
		display: inline-block;
		text-align: left;
	}
	.main-header .header-upper .upper-right .upper-column.info-box {
		width: 50%;
		float: left;
	}
	.news-section .news-block {
		width: 100%;
	}
}
@media only screen and (max-width: 480px){
	.main-header .header-upper .inner-container {
		padding: 0px;
	}	
	.main-header .header-upper .upper-right .upper-column.info-box .icon-box, .main-header .header-upper .upper-right .upper-column.info-box ul {
		display: inline-block;
	}
	.main-header .header-upper .upper-right .upper-column.info-box {
		width:100%;
		margin-bottom: 5px;
	}
	.main-header .header-upper .logo-outer {
		padding: 0;
	}		
}
