/*
Theme Name: Projekt X Child
Author: WebExperten Online-Marketing GmbH
Author URI: http://www.webexperten.net
Description: 
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: projekt-x
Text Domain: the7mk2
*/


/* Main Menue for smaller devices */
@media screen and (max-width: 1150px) {
	.main-nav > li > a .menu-text {font-size: 18px!important;}
	.main-nav>li {margin-left: -10px; }
}

/*==================================================================
▐	0. GENERAL
===================================================================*/
.content .list-st-none {
	list-style-type: none;
	margin: 0;
}


/*==================================================================
▐	1. HEADER, FOOTER, SIDEBARS
===================================================================*/

/*  1.2 FOOTER
-------------------------------------------------------------------*/

.footer .custom-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer .custom-nav li + li {
	margin-left: 10px;

}

/*@media (min-width: 769px) {
	.soc-ico {
		text-align: center;
	}
}*/

/*==================================================================
▐	2. TWEAKS FOR THEME ELEMENTS
===================================================================*/

/*  2.1 Blockquote
-------------------------------------------------------------------*/
blockquote:not(.shortcode-blockquote) {
	background: #fff;
}

blockquote:not(.shortcode-blockquote) p{
	color: inherit;
	font-weight: 500;
}


/*  2.2 Icon box
-------------------------------------------------------------------*/
.aio-icon-description a {
	color: inherit !important;
	text-decoration: none;
}

.aio-icon-description a:hover {
	color: #0faaaa !important;
}

/*  2.3 Portfolio Grid/Mansory
-------------------------------------------------------------------*/

.filter-bg-decoration .filter-categories a.act {
	color: #333 !important;
	background-color: #fff !important;
}

/*==================================================================
▐	3. CUSTOM ELEMENTS MADE FROM THEME ELEMENTS
===================================================================*/

/*  3.1 Tabs with custom navigation | Tabs
-------------------------------------------------------------------*/
.custom-tabs-nav {
}

.custom-tabs-nav li {
	background: #fff;
	padding: 10px 30px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all 0.2s ease-out;
}

.custom-tabs-nav li:hover {
    background: #dedede;
    color: #0faaaa;
}

.tabs-with-custom-nav .wpb_tabs_nav {
	display: none;
}

h2.ult-new-ib-title.ult-responsive {
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold!important;
}

/*  3.2 Portfolio tabs | Tabs
-------------------------------------------------------------------*/
@media (max-width: 767px) {
	.portfolio-tabs-1 .__middle-column .ult-spacer  {
		height: 0 !important;
		margin-top: -25px !important;
	}
}


/*==================================================================
▐	4. PAGES / POSTS
===================================================================*/
/*  4.1 Portfolio item | single post
-------------------------------------------------------------------*/

.portfolio-item-desc strong{
	/*
	color: #10b4b4;
	*/
}

.single-portfolio .slider-post-caption {
	display: none;
}

/*==================================================================
▐	7. PLUGINS
===================================================================*/


/*  7.1 Caldera Form
-------------------------------------------------------------------*/

.caldera-grid label {
	font-weight: 500 !important;
}
.caldera-grid .form-group {
	margin-bottom: 12px !important;
}

.caldera-grid .f-single-checkbox {
	margin-bottom: 16px !important;
}
.caldera-grid .f-single-checkbox input {
	margin-right: 5px !important;
}
.caldera-grid .f-single-checkbox .help-block {
	font-size: 13px;
	line-height: 1.5;
	margin-top: -6px;
}
.caldera-grid .f-single-checkbox .caldera_ajax_error_block {
	margin-top: 3px !important;
}

.caldera-grid .f-single-checkbox a {
	color: #0faaaa;
}

.caldera-grid .f-single-checkbox a:hover {
	text-decoration: underline;
}

h2, h3.aio-icon-title {
	text-transform: none;
}

.bannersm {
	display: none!important;
}

@media screen and (max-width: 1300px) { 
	
#presscore-custom-menu-two-3 {
	width: 100%;
	clear: both;
	display: block;
}
	
.bannerr {
	display: none!important;
}

.bannersm {
	display: block!important;
}

}



