/* 
Theme Name:		 Cover2021
Theme URI:		 http://childtheme-generator.com/
Description:	 Cover2021 is a child theme of Newspaper X, created by ChildTheme-Generator.com
Author:			 Mustermann
Author URI:		 http://childtheme-generator.com/
Template:		 Newspaper
Version:		 1.0.0
Text Domain:	 cover2021
*/


/*
    Add your custom styles here
*/

.td-container-wrap,
.td-boxed-layout #td-outer-wrap{
    margin-left: 0px !important;
    max-width: 100%;

}

.td-boxed-layout .td-container-wrap.td-main-page-wrap {

    overflow: initial !important;
}

/* ############# BANNER SIDE ############# */
#side-banner-area{
position: absolute; top: 73px; left: 1220px; margin-left: 0; width: 400px; height: 600px;

}
#side-banner-area section{margin-bottom: 10px;}
#side-banner-area img{
	max-width: inherit !important;
}



/*####### GALLERY DESIGN */
.td-gallery-slide-prev-next-but .td-icon-left, .td-gallery-slide-prev-next-but .td-icon-right, .td-gallery-slide-count{color: #333333;}

.post_td_gallery, .td-gallery-slide-top, .td-doubleSlider-2{
	background: #f3f3f3;
}

.td-gallery-slide-prev-next-but .td-icon-left, .td-gallery-slide-prev-next-but .td-icon-right, .td-gallery-slide-count {
    color: #cccccc;
    border: 2px solid;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    font-size: 22px;
  	position: absolute;
  	left: 0px; top:0px;
  	text-shadow: 0px 0px 0px #333;
  	background: transparent;
  	border: none 0px;


}
.td-gallery-slide-count{display: none;}
.td-gallery-slide-prev-next-but{position: initial;}
.post_td_gallery, .td-gallery-slide-top, .td-doubleSlider-2 {
    background: transparent;
}
.post_td_gallery{position: relative;
padding-top: 18px;
background: #fff;
box-shadow: 0px 0px 10px #f3f3f3;
}

.td-gallery-controls-wrapper{position: initial;}
.td-gallery-slide-top {
    position: absolute;
    min-height: 44px;
    background-color: transparent;
    width: 100%;
    left: 0px;
    z-index: 2;
    top:45%;
    padding: 0px 34px;
}


.td-gallery-slide-prev-next-but .td-icon-right{right: 30px; left: inherit;}
.td-gallery-slide-prev-next-but .td-icon-left{left: 30px; right: inherit;}

.td-gallery-slide-copywrite {
    float: right;
    padding: 4px 6px;
    text-align: left;
    font-style: italic;
    line-height: 1;
    font-size: 11px;
    display: inline-block;
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
.td-icon-left.doubleSliderPrevButton,
.td-icon-right.doubleSliderNextButton{font-size: 15px !important;padding-top: 0.3em;}

/* GALLERY LIGHTBOX OVERLAY*/
.mfp-wrap button.mfp-arrow-left::before{display: none;}
.mfp-wrap button.mfp-arrow-right::before{display: none;}


.vc_images_carousel .vc_carousel-control .icon-next:before {
    content: url(https://image.flaticon.com/icons/svg/126/126490.svg) !important;
}
.vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: url(https://image.flaticon.com/icons/svg/126/126492.svg) !important;
}

@media only screen and (max-width: 500px){
.td_module_mx4 .td-module-image {
    position: relative !important;
    float: left !important;
    margin-right: 16px !important;
}
}


@media (min-width: 1164px){
.td-boxed-layout #td-outer-wrap {
    max-width: 100%;
    margin: 0px !important;
}
}