/*
	Theme Name: Virtual BG
	Theme URI: http://virtual-bg.com
	Description: Theme for Virtual-bg.com
	Version: 1.0
	Author: DB
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

/* CODE FOR ADS */

.ad-horizontal-container{
	height: 290px;
	text-align: right;
}

.ad-horizontal-container-arch{
	height: 290px;
	text-align: right;
	margin-bottom: 30px;
}

.ad-horizontal-container-prod{
	height: 290px;
	text-align: right;
	margin-bottom: 30px;
	margin-top: 40px;
}


body{
	font-family: 'Source Sans Pro', sans-serif !important;
}

.vpg-hero{
	background: rgb(255,255,255); background: linear-gradient(165deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
	background: linear-gradient(324deg, #fe8e2b, #ee0e8b, #a307bb, #6c41e9, #29aeff);
    background-size: 1000% 1000%;
    -webkit-animation: gradient-animate 30s ease infinite;
    -moz-animation: gradient-animate 30s ease infinite;
    animation: gradient-animate 30s ease infinite;
}

@-webkit-keyframes gradient-animate {
    0%{background-position:25% 0%}
    50%{background-position:76% 100%}
    100%{background-position:25% 0%}
}
@-moz-keyframes gradient-animate {
    0%{background-position:25% 0%}
    50%{background-position:76% 100%}
    100%{background-position:25% 0%}
}
@keyframes gradient-animate {
    0%{background-position:25% 0%}
    50%{background-position:76% 100%}
    100%{background-position:25% 0%}
}

.behind-image{
	margin-top: 40px;
}

.live-preview-background{
	position: absolute;
	top: 150px;
	right: 380px;
}

.sub-cat-container{
	
}

.sub-cat-archive{
	display: inline;
	margin: 20px 0px;
}

.sub-cat-archive a{
	background-color: #f6f6f6;
	margin: 10px;
	padding: 10px;
	display: inline;
	line-height: 50px;
}

.preview-bg-generel{
	height: 150px;
	width: 250px;
	background-color: white;
	border: 3px solid white;
	position: absolute;
}

.preview-bg-generel img{
	height: 120px;
	bottom: 0px;
	right: 45px;
	position: absolute;
	z-index: 99;
}

footer{
	padding: 20px 0px;
	font-size: 12px;
	color: white;
}

.preview-bg-1{background-image: url("images/preview-bgs/1.jpeg");background-size: cover;position: absolute; animation: bg-3-animate 10s ease infinite;}
.preview-bg-2{background-image: url("images/preview-bgs/2.jpg");background-size: cover;position: absolute; animation: bg-2-animate 10s ease infinite;}
.preview-bg-3{background-image: url("images/preview-bgs/3.jpg");background-size: cover;position: absolute; animation: bg-1-animate 10s ease infinite;}

@-webkit-keyframes bg-1-animate {
	23%{opacity: 1;}
    33%{opacity: 0;}
    90%{opacity: 0;}
    100%{opacity: 1;}
}

@-webkit-keyframes bg-2-animate {
    56%{opacity: 1;}
    66%{opacity: 0;}
    76%{opacity: 0;}
    90%{opacity: 0;}
    100%{opacity: 1;}
}

.vbg-logo img{
	width: 50px;
}

.logo-header-a:hover, #dropdown-menu:hover{
	opacity: 0.8;
}

a:hover{
	opacity: 0.8;
}

.white-h1{
	color: white;
	font-weight: 100;
	font-size: 50px;
}

.white-h2{
	color: white;
	font-size:18px;
	font-weight: 300;
}

.hero-text-container{
	padding-top: 60px;
	padding-bottom: 70px;
}

.section-spacing{
	padding: 60px 0px;
}

.section-grey{
	background-color: #f5f5f5;
}

input[type="search"]{
	width: 300px;
	background-color: white;
	border: none;
	padding: 10px 20px;
	-webkit-box-shadow: 3px 3px 9px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 9px -2px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 9px -2px rgba(0,0,0,0.2);
	border-radius: 50px;
	margin-top: 30px;
}

.search-submit{
	display: none !important;
}

.vbg-logo-text{
	font-size: 23px;
	color: white;
	font-weight: 600;
}

.header-container{
	padding: 30px 0px;
}

.content-hero-container{
	padding: 50px 0px 100px 0px;
}

.display-bgs-grid img{
	width: 100%;
}

.credit-bg-grid{
	font-size: 12px;
	margin-bottom: 5px;
}

.bg-dropdown{
	background-color: white;
	color: black;
	width: 150px;
	position: absolute;
	right: 0px;
	border-radius: 5px;
	opacity: 0.95;
	padding: 10px 20px;
	text-align: left;
	top: 50px;
	display: none;
	z-index: 100;
	-webkit-box-shadow: 3px 3px 9px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 9px -2px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 9px -2px rgba(0,0,0,0.2);
}

.display-bgs-grid .col-md-4{
	padding-bottom: 30px;
}

.bg-dropdown ul li{
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #f5f5f5;
}

.bg-dropdown ul li:last-child{
	border-bottom: 0px solid #f5f5f5;
}

.bg-dropdown ul li a{
	padding: 5px 0px 5px 0px;
	color: black;
}

ul{
	list-style: none;
	padding: 0;
}

.backgrounds-grid-intro-text{
	padding-bottom: 30px;
}

.bg-grid-h5{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.dropdown-button{
	color: white;
	font-size: 14px;
	padding-top: 15px;
}

.cursor-pointer{
	cursor: pointer;
}

.fa-angle-down{
	margin-left: 5px;
}

.rotated {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
}


/* RESPONSIVE */

@media only screen and (max-width: 1080px) {
  .behind-image {
    max-width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .live-preview-background {
    top: 113px;
    right: 282px;
  }
  .behind-image {
    padding-bottom: 110px;
  }
  .white-h1{
	  font-size: 31px;
  }
  input[type="search"]{
	  width: 250px;
  }
}