/*
Theme Name:	 Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:	Child theme made by IProduction
Author:		 IProduction
Author URI: 	https:www.iproduction.com
Template:	   Newspaper
Version:		0.0.0.41 // no need to update for changes to take
*/


/*  ----------------------------------------------------------------------------
	This file will load automatically when the child theme is active. You can use it
	for custom CSS.
*/

body.error404 .td-header-main-menu, body.error404 .td-footer-wrapper {display:none;}

.td-header-menu-wrap-full.td-container-wrap {background-color: #000 !important;}

.menu-item-14 a { color: #FDD856 !important }

#td-header-menu {
    display: table;
    vertical-align: top;
    margin: 0px auto;
}

.td_module_16.td_module_no_thumb .item-details {margin-left:0;}

.activecampform-container{
	color:#fff;
	font-weight:400;
}


.activecampform-container ._checkbox-radio{
	margin-bottom: 5px;
}
.activecampform-container ._checkbox-radio label{
	position: relative;
	padding-left: 23px;
    cursor: pointer;
}

.activecampform-container ._checkbox-radio label:before{
	position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    content: '';
    border: 2px solid #fff;
    background: transparent;
}
.activecampform-container ._checkbox-radio label:after{
	left: 0;
    display: block;
    width: 4px;
    height: 8px;
    margin: 3px 0 0 7px;
    padding: 0;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #fff;
    border-width: 0 .14em .14em 0;
    position: absolute;
    top:0;
    left: -1;
    opacity: 0;
    transition: opacity .5s;
}

.activecampform-container ._checkbox-radio input{
	display: none;
}
.activecampform-container ._checkbox-radio input:checked ~ span label:after {
	/*border-color:yellow;*/
	opacity: 1;
}

.activecampform-container input[type="text"]{
	max-width: 320px;
	margin-top: 12px;
}

.activecampform-container ._button-wrapper{
	margin-top: 10px;
}
.activecampform-container ._button-wrapper button[type="submit"]{
	/*background: #fff;*/
    border: none;
    padding: 10px 20px;
    background-color: #fff;
    transition: all .5s;
    color:black;
    height: 40px;
}

.activecampform-container ._button-wrapper button[type="submit"]:hover{
	background-color: black;
	color:#fff;
}
.activecampform-container ._error._below{
	margin-top: 12px;
}

.activecampform-container ._form-content ._form_element:nth-child(2){
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.activecampform-container ._form-content ._form_element:nth-child(2) ._row:nth-child(1){
	display: none;
}

.activecamp-modal-container{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    /*width: 100%;*/
    /*height: 100%;*/
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 2220000;
    transition: all .3s;
}

.activecamp-modal-container.open{
	opacity: 1;
	visibility: visible;
}
.activecamp-modal-container-inner{
    width: 90%;
	max-width: 800px;
	padding:40px;
	background-color: #ed1c24;
	transform: scale(0);
	transition: all .3s .3s;
    overflow-y: auto;
    position: relative;
}

.activecamp-modal-container.open .activecamp-modal-container-inner{
	transform: scale(1);
}
.activecamp-modal-close{
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: color .5s;
}

.activecamp-modal-close:hover{
    color:black;
}
.activecamp-modal-container-inner .activecampform-container ._form-content ._form_element:nth-child(2){
    justify-content: center;
}
.activecamp-modal-container-inner .activecampform-container ._checkbox-radio{
    margin-bottom: 10px;
    margin-right: 15px;
}


.body-td-affix.header-has-sticky-ad .td-banner-wrap-full{
    background-color: #fff;
    position: fixed;
    top: 46px;
}

.traders-feature-badge span{
	padding:5px 10px;
	background-color: #EA2E2E;
	color:#fff;
	display: inline-block;
	font-size: 11px;
	margin-bottom: 5px;
	line-height: 12px;
}

.in-content-add .a-single a{
    display: flex;
    justify-content: center;
}


@media only screen and (max-width: 992px) {
	.activecampform-container ._form-content ._form_element:nth-child(2){
		justify-content: center;
	}
	.activecampform-container ._checkbox-radio{
		margin-bottom: 10px;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 767px) {
    .home-custom-ordered-row{
        display: flex;
        flex-direction: column;
    }    
    .home-custom-ordered-row .latest-news{
        order:0;
    }
    .home-custom-ordered-row .in-news{
        order:1;
    }
    .home-custom-ordered-row .commentary{
        order:2;
    }
}
@media only screen and (max-width: 575px){
	.activecampform-container ._form-content ._form_element:nth-child(2){
		/*justify-content: center;*/
		flex-direction: column;
	}
	.activecampform-container ._checkbox-radio{
		margin-bottom: 5px;
		/*margin-right: 20px;*/
	}
    .activecamp-modal-container-inner{
        height: 90%;
    }
    .activecamp-modal-container .td-pulldown-size, 
    .ac-form-title .td-pulldown-size{
        line-height: initial;
    }
}

