/*================================================================================================*/
/*fgallery and editorial=========================================================================================*/
/*================================================================================================*/
body.gallery_editorial header {
	width: 900px;
	height: 200px;
	padding-left: 50px;
	padding-right: 50px;
	border: 0px solid gray;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 50px;
	position: relative;
}
@media all and (max-width: 768px) {
body.gallery_editorial header {
	width: 100%;
	height: 80px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
}
body.gallery_editorial header > div:nth-child(2) {
	width: 70px;
	height: 70px;
	background-image: url("../../assets/img/svg/home.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	position: absolute;
	right: 20px;
	bottom: 0;	
}
@media all and (max-width: 768px) {
body.gallery_editorial header > div:nth-child(2) {
	width: 60px;
	height: 50px;
	background-image: url("../../assets/img/svg/home.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	position: absolute;
	right: 10px;
	bottom: 2px;	
}
}
body.gallery_editorial header > div:nth-child(2) > a {
	width: 100%;
	height: 100%;
	display: block;
}
body.gallery_editorial main,
body.gallery_editorial footer {
	width: 800px;
	background-color: rgba(255, 255, 255, 0.8);
	
}
@media all and (max-width: 768px) {
body.gallery_editorial main,
body.gallery_editorial footer {
	width: 100%;
	
}
}
body.gallery_editorial main {
	margin: 0 auto 0px auto;
	
}
@media all and (max-width: 768px) {
body.gallery_editorial main {
	width: 100%;	
}
}
body.gallery_editorial main > div {
	width: 100%;
}
body.gallery_editorial main > div:nth-child(1) {
	padding: 30px 150px 0px 150px;
}
@media all and (max-width: 768px) {
body.gallery_editorial main > div:nth-child(1) {
	padding: 20px 20px 0px 20px;
}
}
body.gallery_editorial main > div:nth-child(2) {
	padding: 0px 150px 40px 150px;
}
@media all and (max-width: 768px) {
body.gallery_editorial main > div:nth-child(2) {
	padding: 0px 0px 40px 0px;
}
}
body.gallery_editorial main > div:nth-child(1) > div {
	border-bottom: 2px solid #000;
	margin-bottom: 40px;
}
body.gallery_editorial main > div:nth-child(1) > div > div:nth-child(1) {
	margin-bottom: 25px;
}
body.gallery_editorial main > div:nth-child(1) > div > div:nth-child(1) > img {
	width: 100%;
}
body.gallery_editorial main > div:nth-child(1) > div > div:nth-child(2) {
	font-size: 1.5em;
	color: #595857;
	margin-bottom: 10px;
}
body.gallery_editorial main > div:nth-child(1) > div > div:nth-child(3) {
	font-size: 1.1em;
	margin-bottom: 20px;
	line-height: 1.7em;
}
@media all and (max-width: 768px) {
body.gallery_editorial main > div:nth-child(1) > div > div:nth-child(3) {
	font-size: 1em;
	margin-bottom: 20px;
	line-height: 1.7em;
}
}
body.gallery_editorial main > div:nth-child(1) > div > div:nth-child(4) {
	font-size: 0.9em;
	text-align: right;
	padding-right: 15px;
}
body.gallery_editorial main > div:nth-child(2) > div {
	width: 100%;
	height: 20px;
	background-image: url("../../assets/img/svg/page_top.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 18%;
}
body.gallery_editorial main > div:nth-child(2) > div > a {
	width: 100%;
	height: 100%;
	display: block;
}
body.gallery_editorial footer {
	margin: 0 auto 50px auto;
	border-radius: 0px;
}
@media all and (max-width: 768px) {
body.gallery_editorial footer {
	width: 100%;
	margin: 0 auto 0px auto;
}
}
/*================================================================================================*/
/*gallery =========================================================================================*/
/*================================================================================================*/
body#gallery {
	background-image: url("https://rollingcoconuts.com/assets/img/jpg/gallery/background.jpg");
	background-repeat: repeat;
	background-position: left top;;
	background-size: 100%;
}
body#gallery header {
	background-color: rgba(245, 172, 0, 0.8);
}
body#gallery header > div:nth-child(1) {
	width: 100%;
	height: 100%;
	background-image: url("https://rollingcoconuts.com/assets/img/svg/gallery/header.svg");
	background-repeat: no-repeat;
	background-position: center 70%;
	background-size: 80%;	
}
@media all and (max-width: 768px) {
body#gallery header > div:nth-child(1) {
	width: 100%;
	height: 100%;
	background-image: url("https://rollingcoconuts.com/assets/img/gallery/svg/header_responsive.svg");
	background-repeat: no-repeat;
	background-position: 25% 50%;
	background-size: 72%;	
}
}
/*================================================================================================*/
/*editorial =========================================================================================*/
/*================================================================================================*/
body#editorial {
	background-image: url("https://rollingcoconuts.com/assets/img/jpg/editorial/background.jpg");
	background-repeat: repeat;
	background-position: left top;;
	background-size: 100%;
}
body#editorial header {
	background-color: rgba(0, 174, 186, 0.8);
}
body#editorial header > div:nth-child(1) {
	width: 100%;
	height: 100%;
	background-image: url("https://rollingcoconuts.com/assets/img/svg/editorial/header.svg");
	background-repeat: no-repeat;
	background-position: center 70%;
	background-size: 80%;	
}
@media all and (max-width: 768px) {
body#editorial header > div:nth-child(1) {
	width: 100%;
	height: 100%;
	background-image: url("https://rollingcoconuts.com/assets/img/editorial/svg/header_responsive.svg");
	background-repeat: no-repeat;
	background-position: 20% 50%;
	background-size: 75%;	
}
}
