/*
Theme Name: Sydney Child
Theme URI: http://nowhere
Version: 1.0
Description: Sydney customizations
Author: Cade-6
Author URI: http://nowhere
Template: sydney
*/

/* Base styles */
body {
	background-color: #E7E7E7 !important;
}
body p {
	font-family: "Orator", Sans-serif !important;
	font-size: 1.1em;
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Gobold", "Arial", Sans-serif !important;
	font-style: normal;
	color: black;
}

.overlay-img {
	float: right;
}
.overlay-img > img {
	height: 100%;
}

/* Header composed img */
#overlay-header {
	margin-bottom: 0px;
}
#overlay-header .elementor-column-wrap {
	padding-bottom: 0px;
}
#overlay-header-b {
	background-color: #3966D7;
	margin-top: 0px;
	margin-bottom: 0px;
}
#overlay-header-b .elementor-column-wrap {
	padding-top: 0px;
}

#overlay-header .elementor-element-6e1b091 {
	position: relative;
	right: -6em;
	z-index: 100;
}
#overlay-header .elementor-element-c35173c {
	position: relative;
	left: -6em;
}
#overlay-header-b .elementor-element-c888b73 {
	position: relative;
	left: -6em;
}

/* Botones */
.std-btn a {
	box-shadow: 0 7px 14px rgba(0, 0, 0, 0.24) !important;
	background-color: #232121;
	font-family: "Abel", "Arial", Sans-serif !important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	border-radius: 2px;
}
.std-btn a:hover {
	background-color: #3f3b3b;
}

.full-width-btn a {
	width: 100% !important;
}

/* Sticky button */
#fixed-head-section {
	position: fixed;
    right: 20px;
    top: 20px;
    z-index: 100;
}

/* Text blocks colors */
.black-block {
	background-color: #232121;
	color: white;
}

.blue-block {
	background-color: #3966D7;
	color: white;
}
.blue-block p {
	color: white;
}
.blue-block h1,
.blue-block h2,
.blue-block h3,
.blue-block h4,
.blue-block h5,
.blue-block h6 {
	color: white;
}

.text-black p {
	color: black;
}

/* Text block sections */
.text-block {
	background-color: #3966D7;
	color: white;
}
.text-block p {
	color: white;
	margin-left: 5%;
	margin-right: 5%;
}
.text-block h4, .text-block h5, .text-block h6 {
	margin-left: 5% !important;
	margin-right: 5% !important;
}
.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
	color: white;
}

.out-header {
	margin-right: 20em !important;
	margin-bottom: 3em !important;
}
.out-header .elementor-heading-title {
	line-height: 1.15em;
}

/* Image text sections */
.img-text-block p {
	font-size: 1.1em;
}

.text-bottom .elementor-column-wrap {
	display: flex;
	align-content: flex-end;
	margin-right: 5%;
}

.text-bottom .elementor-column-wrap > div {
	align-content: flex-end;
}
.text-bottom .elementor-column-wrap div {
	margin-bottom: 0px;
}

/* Download cards */
.download-card .elementor-widget-wrap {
	border: 1px solid white;
}
.download-card .std-btn {
	position: absolute;
	bottom: -0.8em;
	z-index: 30;
}

/* IG vids */
#ig-vid-slider .elementor-shortcode > div {
	padding: 0 !important;
	background: #E7E7E7 !important;
	border-color: #E7E7E7 !important;
}
#ig-vid-static {
	display: block;
}

/* Header vid */
/* #promo-video .elementor-custom-embed-play {
	background-color: rgba(57, 102, 215, 0.68);
    transition: all 0.3s ease;
	border-radius: 100%;
}
#promo-video .elementor-custom-embed-play:hover {
	background-color: rgba(57, 102, 215, 1);
	border-radius: 100%;
} */
/* #promo-video .elementor-custom-embed-play {
	background-color: rgba(255, 255, 255, 0.40);
    transition: all 0.3s ease;
	border-radius: 100%;
}
#promo-video .elementor-custom-embed-play:hover {
	background-color: rgba(255, 255, 255, 1);
    transition: all 0.3s ease;
	border-radius: 100%;
} */


#promo-video {
	display: block;
}
#promo-video .elementor-custom-embed-play {
	z-index: 200;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease;
}
#promo-video .elementor-custom-embed-play:hover {
	background-color: rgba(255, 255, 255, 1);
    transition: all 0.3s ease;
	border-radius: 100%;
}
#promo-video .elementor-custom-embed-play > .eicon-play {
	position: relative;
	left: 1px;
	color: rgba(57, 102, 215, 0.97);
    transition: all 0.3s ease;
}
#promo-video .elementor-custom-embed-play > .eicon-play:hover {
	color: rgba(57, 102, 215, 1);
}
#promo-video .elementor-custom-embed-play > .eicon-play::before {
	content: '\e8c3' !important;
}
.modal-video-close-btn {
	padding: 0 !important;
}
#btn-mobile-play-wrapper {
	max-width: 0;
	max-height: 0;
}
#btn-mobile-play {
	z-index: 200;
	top: 250px;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease;
	display: none;
}
#btn-mobile-play:hover {
	z-index: 200;
	background-color: rgba(255, 255, 255, 1);
}
#btn-mobile-play > .eicon-play {
	position: relative;
	left: 1px;
	color: rgba(57, 102, 215, 0.97);
    transition: all 0.3s ease;
}
#btn-mobile-play > .eicon-play:hover {
	color: rgba(57, 102, 215, 1);
}
#btn-mobile-play > .eicon-play::before {
	content: '\e8c3' !important;
}
@media (max-width: 390px) {
	#btn-mobile-play {
		top: 200px;
	}
}

/* Tablet/mov */
@media (min-width: 767px) and (max-width: 1024px) {
	#ig-vid-static {
		display: none;
	}

	#overlay-header .elementor-element-6e1b091 {
		position: relative;
		right: -3em;
		z-index: 100;
	}
	#overlay-header .elementor-element-c35173c {
		position: relative;
		left: -3em;
	}
	#overlay-header-b .elementor-element-c888b73 {
		position: relative;
		left: -3em;
	}

	/* Spaces */
	.mg-sep-100 .elementor-spacer > .elementor-spacer-inner {
		height: 60px !important;
	}

	#firma-bottom-mg-b .elementor-spacer > .elementor-spacer-inner {
		height: 100px !important;
	}

	#firma-top-mg-b .elementor-spacer > .elementor-spacer-inner {
		height: 60px !important;
	}
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (max-width: 767px) {
	#promo-video {
		display: none;
	}
	#btn-mobile-play {
		display: block;
	}

	#ig-vid-static {
		display: none;
	}
	#overlay-header .elementor-element-6e1b091 {
		position: relative;
		right: 0em;
		z-index: 100;
	}
	#overlay-header .elementor-element-c35173c {
		position: relative;
		left: 0em;
	}
	#overlay-header-b .elementor-element-c888b73 {
		position: relative;
		left: 0em;
	}

	.out-header {
		margin-right: 3em !important;
		margin-bottom: 3em !important;
	}

	#footer-logos .elementor-image > img {
		margin-left: 0 !important;
	}

	/* Spaces */
	.mg-sep-100 .elementor-spacer > .elementor-spacer-inner {
		height: 25px !important;
	}
	#firma-bottom-mg-a .elementor-spacer > .elementor-spacer-inner {
		height: 0px !important;
	}
	#firma-bottom-mg-b .elementor-spacer > .elementor-spacer-inner {
		height: 80px !important;
	}
	#firma-top-mg-a .elementor-spacer > .elementor-spacer-inner {
		height: 80px !important;
	}

	#footer-sep-top-a .elementor-spacer > .elementor-spacer-inner {
		height: 20px !important;
	}
	#footer-sep-bottom-a .elementor-spacer > .elementor-spacer-inner {
		height: 0 !important;
	}
	#footer-sep-top-b .elementor-spacer > .elementor-spacer-inner {
		height: 0 !important;
	}

	#footer-sep-top-a .elementor-spacer > .elementor-spacer-inner {
		height: 20px !important;
	}
}

/* Spaces */
.mg-sep-100 .elementor-spacer > .elementor-spacer-inner {
	height: 100px;
}
#firma-bottom-mg-a .elementor-spacer > .elementor-spacer-inner {
	height: 100px;
}
#firma-bottom-mg-b .elementor-spacer > .elementor-spacer-inner {
	height: 200px;
}
#firma-top-mg-a .elementor-spacer > .elementor-spacer-inner {
	height: 100px;
}
#firma-top-mg-b .elementor-spacer > .elementor-spacer-inner {
	height: 20px;
}
#video-top-sep .elementor-spacer > .elementor-spacer-inner {
	height: 0 !important;
}

/* Generic */
.mgx-1 {
	margin-left: 2em;
	margin-right: 2em;
}

.mgx-2 {
	margin-left: 2em;
	margin-right: 2em;
}

#footer-logos .elementor-image > img {
	margin-left: 40px;
}

/* Social buttons */
#social-foot {
	display: flex;
	align-items: center;
	justify-content: center;
}
.tw-btn {
    	width: 60px;
    	height: 60px;
	display:block;
    	background:transparent url('https://soypatrimonio2020.org/wp-content/uploads/2020/06/2-layers.png') center top no-repeat;
}

.ig-btn {
	width: 60px;
	height: 60px;
	display:block;
	background:transparent url('https://soypatrimonio2020.org/wp-content/uploads/2020/06/4-layers.png') center top no-repeat;
}
#social-foot > .ig-btn {
	margin-left: 25px;
}
#footer-sep-top-a .elementor-spacer > .elementor-spacer-inner {
	height: 72px;
}
#footer-sep-bottom-a .elementor-spacer > .elementor-spacer-inner {
	height: 72px;
}
#footer-sep-top-b .elementor-spacer > .elementor-spacer-inner {
	height: 150px;
}

#footer-sep-top-a .elementor-spacer > .elementor-spacer-inner {
	height: 120px;
}
