/*
	Theme Name: TeamAngeliqueBoyer2019
	Theme URL: http://www.TeamAngeliqueBoyer.com.br
	Author: Kezily Correa
	Author URL: http://inovalize.com.br
	Description: Desenvolvido por Inovalize.
	Version: 2.0
*/

@font-face {
    font-family: 'Open Sans';
    font-weight: 300;
    font-display: fallback;
    src: url(assets/fonts/OpenSans-Light.woff2) format('woff2'),
         url(assets/fonts/OpenSans-Light.woff) format('woff'),
         url(assets/fonts/OpenSans-Light.ttf) format('opentype');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-display: fallback;
    src: url(assets/fonts/OpenSans-Regular.woff2) format('woff2'),
         url(assets/fonts/OpenSans-Regular.woff) format('woff'),
         url(assets/fonts/OpenSans-Regular.ttf) format('opentype');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    font-display: fallback;
    src: url(assets/fonts/OpenSans-SemiBold.woff2) format('woff2'),
         url(assets/fonts/OpenSans-SemiBold.woff) format('woff'),
         url(assets/fonts/OpenSans-SemiBold.ttf) format('opentype');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    font-display: fallback;
    src: url(assets/fonts/OpenSans-Bold.woff2) format('woff2'),
         url(assets/fonts/OpenSans-Bold.woff) format('woff'),
         url(assets/fonts/OpenSans-Bold.ttf) format('opentype');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 800;
    font-display: fallback;
    src: url(assets/fonts/OpenSans-ExtraBold.woff2) format('woff2'),
         url(assets/fonts/OpenSans-ExtraBold.woff) format('woff'),
         url(assets/fonts/OpenSans-ExtraBold.ttf) format('opentype');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-weight: 300;
    font-display: fallback;
    src: url(assets/fonts/RobotoCondensed-Light.woff2) format('woff2'),
         url(assets/fonts/RobotoCondensed-Light.woff) format('woff'),
         url(assets/fonts/RobotoCondensed-Light.ttf) format('opentype');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-display: fallback;
    src: url(assets/fonts/RobotoCondensed-Regular.woff2) format('woff2'),
         url(assets/fonts/RobotoCondensed-Regular.woff) format('woff'),
         url(assets/fonts/RobotoCondensed-Regular.ttf) format('opentype');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-display: fallback;
    src: url(assets/fonts/RobotoCondensed-Bold.woff2) format('woff2'),
         url(assets/fonts/RobotoCondensed-Bold.woff) format('woff'),
         url(assets/fonts/RobotoCondensed-Bold.ttf) format('opentype');
}

/* GERAL */

* {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	background: #f7f5f2;
	color: #0e0e0e;
	font: 400 13px 'Open Sans', Arial, verdana, sans-serif;
}

input,
textarea {
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #e0dede;
	background: transparent;
	outline: none;
}

textarea {
	max-height: 100px;
}

input[type='submit'] {
	max-width: 180px;
	border: none;
	margin: 0;
	background: #ec449e;
	background: -o-linear-gradient(left, #63b9a9, #ec449e);
	background: -moz-linear-gradient(left, #63b9a9, #ec449e);
	background: -webkit-linear-gradient(left, #63b9a9, #ec449e);
	background: linear-gradient(to right, #63b9a9, #ec449e);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	border-radius: 30px;
}

a {
	text-decoration: none;
	color: #f1158a;
	border: none;
}

a:hover,
article:hover a {
	text-decoration: none;
	color: #809299;
}

a,
img,
 :hover {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

img,
iframe {
	vertical-align: bottom;
}

h1,
h2 {
	margin: 0;
}

div,
section,
article {
	position: relative;
}

article img {
	width: 100%;
	height: auto;
}

article:hover img {
	filter: brightness(70%);
}

.flexGrid {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.flexGrid>.col-xs-12,
.flexGrid>.col-xs-6,
.flexGrid>div {
	margin-left: -1px;
}

.flexCenter {
	align-items: center;
}

.clear {
	clear: both;
}


/* CUSTOM BOOTSTRAP */

@media (max-width: 767px) {
	.text-center-xs {
		text-align: center;
	}
	.text-center-xs .img-responsive {
		margin: 0 auto;
	}
}


/* 2. HEADER */

#header {
	width: 100%;
	position: relative;
}

.head-top {
	width: 100%;
	height: 300px;
	background: url(images/header-team-angelique.jpg) top center no-repeat;
	background-size: cover !important;
}

.head-bottom {
	margin-top: -95px;
}

.head-bottom .sociais a {
	margin: 0 3px;
}


/* SEARCH */

.search-form-side {
	width: 100%;
	overflow: hidden;
	z-index: 2;
}

.search-form-side input {
	display: block;
	height: 45px;
}

.search-form-side input[type="search"] {
	width: calc(100% - 65px);
	padding: 0 15px;
	margin: 0;
	background: #fff;
	border: 1px solid #63b9a9;
	float: left;
}

.search-form-side input[type="submit"] {
	width: 60px;
	padding: 0;
	background: url(images/search.png) center no-repeat #63b9a9;
	background-size: 25px;
	color: transparent;
	border: none;
	cursor: pointer;
	float: right;
	border-radius: 3px;
}


/* 2.1. HEADER - MENU */

#main-nav {
	width: 100%;
	margin: 0 auto;
	padding: 55px 0;
	background: #fff;
	text-transform: uppercase;
	border: none;
	clear: both;
	position: relative;
	z-index: 999;
	border-radius: 0;
}

#main-nav .navbar-brand {
	height: auto;
}

#main-nav .navbar-brand img {
	max-width: 110px;
}

#main-nav .navbar-nav li>a {
	color: #64c4b2;
	padding: 15px 10px;
	font: 700 14px 'Roboto Condensed';
}

#main-nav .navbar-nav>li>a:hover,
#main-nav .navbar-nav>.open>a,
#main-nav .navbar-nav>.open>a:hover,
#main-nav .navbar-nav>.open>a:focus {
	background: #ec449e !important;
	color: #fff;
	border-radius: 5px;
}

#main-nav .navbar-nav>.active>a,
#main-nav .navbar-nav>.active>a:hover,
#main-nav .navbar-nav>.active>a:focus {
	background: transparent !important;
	color: #5ab5a4 !important;
}

#main-nav .navbar-nav>li.logo a {
	height: 1px;
	padding: 0;
	color: transparent !important;
}

#main-nav .navbar-nav>li.logo a:hover {
	background: #fff !important;
}

#main-nav .navbar-nav>li.logo a img {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#main-nav .navbar-toggle {
	border: none;
	margin: 45px 10px 0;
	z-index: 9;
}

#main-nav .navbar-toggle:hover,
#main-nav .navbar-toggle:focus {
	background: transparent;
}

.side-collapse {
	background: transparent;
}

#main-nav .dropdown-menu {
	width: 100%;
	padding: 0;
	border: none;
	box-shadow: none;
	background: transparent;
}

#main-nav .dropdown-menu>li>a {
	padding: 10px 15px;
	background: #64c4b2;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
}

#main-nav .dropdown-menu>li>a:hover,
#main-nav .dropdown-menu>.active>a,
#main-nav .dropdown-menu>.active>a:hover,
#main-nav .dropdown-menu>.active>a:focus {
	background: #ec449e;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}


/*
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-controls {
	width: 100%;
	position: absolute;
	top: 4%;
	left: 0;
	right: 0;
	z-index: 10;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	border-radius: 100%;
	border: 2px solid #1e1e1e;
	display: inline-block;
}

.owl-dots .active {
	background: #1e1e1e;
	border: 2px solid #1e1e1e;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	background: #f1158a;
	color: #fff;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
}

.owl-carousel .owl-nav .owl-prev {
	right: 75px;
}

.owl-carousel .owl-nav .owl-next {
	right: 40px;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}


/* No Js */

.no-js .owl-carousel {
	display: block;
}

@media screen and (max-width: 500px) {
	.owl-controls {
		top: 40%;
	}
	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next {
		width: 30px;
		height: 30px;
	}
}


/* SLIDE */

#index-item1 {
	padding: 120px 0 50px;
	margin-bottom: 50px;
	background: url(images/bg-slide.jpg) top center no-repeat;
	background-size: 100%;
}

body.home #index-item1 {
	background-size: cover;
}

.slide {
	width: 100%;
	margin-bottom: 80px;
}

.slide .thumb {
	width: calc(100% - 270px);
}

.slide .thumb img {
	border-radius: 10px;
	height: auto;
}

.slide .item {
	padding-left: 2px;
}

.slide .info {
	width: 400px;
	background: #f7f5f2;
	padding: 50px;
	position: absolute;
	top: 25px;
	right: 30px;
	bottom: 25px;
	border-radius: 10px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.slide .info h2 {
	font: 300 2.6em/1.2 'Roboto Condensed';
}

.slide .info h2 a {
	color: #1f1f1f;
}

.slide .info h2 a:hover {
	color: #f1158a;
}

/* SECTIONS */

section#index-item1,
section#index-item2 {
	clear: both;
}

.intitle {
	padding-left: 15px;
	margin-bottom: 40px;
	font: 700 1.5em 'Roboto Condensed';
	text-transform: uppercase;
	border-left: 5px solid #f1158a;
}

.p-t-100 {
	padding-top: 100px;
}


/* MODULE 1*/

article.post-module-1,
article.post-module-1.alb-item {
	margin-bottom: 30px;
}

article.post-module-1.alb-item .thumb {
	padding: 0;
	border-radius: 0;
}

article.post-module-1 .thumb {
	padding: 10px;
	background: #f7e2ef;
	border-radius: 5px 5px 0 0;
}

article.post-module-1 .thumb img {
	border-radius: 5px 5px 0 0;
}

article.post-module-1 .title {
	min-height: 113px;
	padding: 15px 30px 25px;
	background: #ffffff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

article.post-module-1 .title:before {
	content: "";
	width: 100%;
	height: 20px;
	background: url(images/circle.png) top center no-repeat;
	background-size: cover;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
}

article.post-module-1 .title time {
	width: 80px;
	padding: 5px 20px;
	margin: 0 auto;
	background: #63b9a9;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	display: block;
	position: absolute;
	left: 0;
	top: -30px;
	right: 0;
	border-radius: 30px;
}

article.post-module-1 .title h2 {
	font: 300 1.6em/1.3 'Roboto Condensed';
}

article.post-module-1 .title h2 a {
	color: #1f1f1f;
}

article.post-module-1.alb-item .title {
	padding: 10px;
	min-height: 80px !important;
	border: 1px solid #f3d1e6;
}

article.post-module-1.alb-item .title h2 {
	font-size: 1em;
	font-weight: 500;
	margin: 0;
	text-align: center;
	letter-spacing: 0.5px;
}

article.post-module-1.alb-item .details {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	opacity: 0;
}

article.post-module-1.alb-item .details h2 {
	padding: 15px;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #fff;
}

article.post-module-1.alb-item a.popup-link {
	background: rgba(108, 199, 182, 0.7);
	color: #fff;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}

article.post-module-1.alb-item .title h2 a {
	color: #de4597;
}

article.post-module-1.alb-item a.popup-link .fa {
	font-size: 5em;
	text-align: center;
}

article.post-module-1.alb-item:hover .details,
article.post-module-1.alb-item:hover a.popup-link {
	opacity: 1;
}

article.post-module-1.alb-item .qtd-img {
	width: 85px;
	padding: 3px 10px;
	margin: 0 auto;
	background: #6cc7b6;
	color: #286559;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	border-radius: 30px;
	z-index: 1;
}

article.post-module-1.alb-item .qtd-img .fa {
	margin-right: 5px;
}

.morenews {
	padding: 15px 40px;
	margin: 20px auto;
	color: #6cc7b6;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 30px;
  border: 2px solid;
}

.morenews:hover {
	color: #f1158a;
}


/* SINGLE */

.content-single.page {
	max-width: 1000px;
	margin: 0 auto;
}

.post-thumb img {
	width: 100%;
	height: auto;
}

.post-head {
	padding: 40px;
	margin-bottom: 20px;
}

body.single-post .post-head {
	border: 1px solid #f7e2ef;
}

.post-head h1 {
	font-size: 2.3em;
	font-weight: 300;
	line-height: 1.3;
	color: #1f1f1f;
	text-align: center;
}

.post-head h1 a {
	color: #1f1f1f;
}

.entry {
	padding: 40px;
	background: #fff;
	font-size: 1.15em;
	line-height: 1.6;
	font-weight: 300;
	text-align: justify;
	word-wrap: break-word;
	clear: both;
	overflow: hidden;
	border-radius: 0 0 3px 3px;
	border-top: none;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.entry strong {
	color: #57b3a2;
}

.entry a strong {
	color: #f1158a;
}

.entry>p,
.entry h1,
.entry h2,
.entry h3 {
	margin: 0 0 20px;
}

.single-videos .entry p {
	width: 100%;
}

.page-id-36 .entry h2 {
	color: #f1158a;
	font: 700 1.3em 'Roboto Condensed';
	margin-bottom: 30px;
}

.entry h4 {
	font: 700 1.7em/1 'Roboto Condensed';
	color: #f1158a;
	margin: 10px 0 20px;
}

.entry img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}

.entry iframe {
	width: 100%;
	display: block !important;
	margin: 0 auto 20px!important;
}

blockquote {
	padding: 0 0 0 15px;
	margin: 30px 0;
	background: #FFFFFF;
	color: #525252;
	font-size: inherit;
	border-left: 5px solid #f1158a;
}

blockquote p:last-child {
	margin: 0;
}

.entry ol,
.entry ul {
	padding-left: 30px;
}

.page-id-36 .entry .fa {
	width: 35px;
	height: 35px;
	margin: 5px 5px 5px 0;
	background: #6dc8b7;
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
}

.share-icons {
	padding: 25px 10px;
	margin: 10px 0 30px;
	border: 1px solid #f7e2ef;
}

.share-icons.share-modal {
	margin: 0;
	text-align: center;
}

.share-icons a {
	margin: 0 5px;
}

.share-icons .fa {
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
}

.share-icons .fa-facebook {
	background: #5270cc;
}

.share-icons .fa-twitter {
	background: #1abadc;
}

.share-icons .fa-whatsapp {
	background: #53de17;
}

.share-icons .fa-envelope-o {
	background: #5f5f5f;
}

p.mailpoet_paragraph {
	width: auto;
	display: block;
}
.content-single.page .entry .mailpoet_form {
	width: 100%;
	max-width: 440px;
}

@media (min-width: 992px) {
	.content-single.page .entry .mailpoet_form {
		float: right;
	}
}

/* BREADCRUMBS */

ul.breadcrumb {
	list-style: none;
	color: #f1158a;
	font-size: 13px;
	margin: 0;
}

ul.breadcrumb li {
	display: inline;
}

ul.breadcrumb li+li:before {
	padding: 8px;
	content: "/\00a0";
}


/* DEFAULT IMAGES AND CAPTIONS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 10px auto;
}

.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 10px;
}

a img.alignnone {
	margin: 5px 20px 10px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 10px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
	margin: 5px 0 10px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	padding: 5px;
	font-size: 11px;
	line-height: 17px;
	margin: 0;
}


/* MODAL */

.modal-dialog {
	width: 95%;
	max-width: 900px;
}

.modal-content {
	box-shadow: none;
	border: none;
	border-radius: 20px;
	font-size: 14px;
}

.modal-content .modal-body {
	padding: 4%;
}

#video .modal-content .modal-body {
  padding: 0;
}

#video button.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  z-index: 99;
  opacity: 1;
  border-radius: 30px;
}

/* FOTOS */

.row10 {
	margin: 0 -10px;
}

.row10 > div,
.row10 > article {
	padding: 0 10px;
}

.gallery-item {
	margin-bottom: 30px;
}

.gallery-item img {
	width: 100%;
	height: auto;
}

.gallery-item img:hover {
	filter: brightness(50%);
}

.gallery-item .share-icons {
	background: #6cc8b7;
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	border-radius: 3px;
}

.gallery-item:hover .share-icons {
	opacity: 1;
}

.gallery-item .share-icons .fa {
	color: #ffffff;
	border: none;
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 0;
}


/* SIDEBAR FOTOS */

.tax-tema .side-fotos h3 {
	margin-top: 0;
}

.side-fotos ul {
	padding-left: 0;
	margin-bottom: 40px;
}

.side-fotos ul li {
	font-size: 1.1em;
	line-height: 1.2;
	padding: 10px 0;
	list-style: none;
	border-bottom: 1px solid #dedede;
}

.side-fotos ul li a {
	color: #000;
}

.side-fotos ul li a:hover {
	color: #f1158a;
}


/* DESCARGAS */

.descargas .entry .gallery-item img {
	border-radius: 10px;
	border: 1px solid #c5dcd7;
}


/* SIDEBAR */

#sidebar>.sidebar {
	margin: 0 auto 35px;
	overflow: hidden;
}

#sidebar>.sidebar h3 {
	padding: 40px;
	margin: 0 auto;
	background: url(images/sidebar.png) top center no-repeat #ec449e;
	background: url(images/sidebar.png) top center no-repeat, -o-linear-gradient(right, #63b9a9, #ec449e);
	background: url(images/sidebar.png) top center no-repeat, -moz-linear-gradient(right, #63b9a9, #ec449e);
	background: url(images/sidebar.png) top center no-repeat, -webkit-linear-gradient(right, #63b9a9, #ec449e);
	background: url(images/sidebar.png) top center no-repeat, linear-gradient(to left, #63b9a9, #ec449e);
	background-size: cover;
	color: #fff;
	font: 700 1.4em 'Roboto Condensed';
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 5px 5px 0 0;
}

#sidebar>.sidebar img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

#sidebar>.sidebar .textwidget {
	margin: 0;
	padding: 10px;
	background: #f7e2ef;
}

#sidebar .video-widget a.overlay {
  background: url(images/play-video.png) center no-repeat rgba(0,0,0,.4);
  background-size: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#sidebar .video-widget img {
  width: 100%;
}

/* WP-PAGENAVI */

nav.pagination {
	width: 100%;
	display: block;
	padding: 12px 10px 5px;
	margin: 0 15px 20px;
	color: #fff;
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
	clear: both;
	border-radius: 10px;
}

nav.pagination ul {
	overflow: hidden;
}

nav.pagination ul li {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 3px;
	background: #f1158a;
	list-style: none;
	border-radius: 30px;
	line-height: 33px;
}

nav.pagination ul li a {
	color: #fff;
}

nav.pagination ul li a:hover,
nav.pagination ul li.active a {
	color: #000000;
}

/* GALLERY TITLE */

.gallery-home {
	margin-top: 40px;
}

.gallery-title {
	padding: 20px;
	min-height: 225px;
	background: #dfebe9;
	border-radius: 10px;
	text-align: center;
}

.gallery-title h2 {
	color: #a1c5bf;
	font-weight: 800;
	font-size: 3em;
	line-height: 1;
	letter-spacing: -3px;
}

/* 10. COMMENTS */

#comments {
	text-align: left;
}

#comments .navigation {
	border: none;
}

.comments-list {
	position: relative;
	padding: 0;
	list-style: none;
}

.comments-list>.comment,
.comments-list>li {
	padding: 15px 0;
	border-bottom: 1px solid #e8e8e8;
}

.comments-list .pingback {
	padding: 30px 50px;
}

.comments-list .pingback p {
	margin: 0;
}

.comments-list .comment-avatar {
	float: left;
	margin-right: 22px;
}

.comments-list .comment-avatar img {
	border-radius: 50%;
}

.comments-list .comment-content {
	overflow: hidden;
	line-height: 20px;
}

.comments-list .comment-meta {
	overflow: hidden;
	vertical-align: top;
}

.comments-list .comment-author {
	display: block;
	margin: 0;
	color: #000;
	font-weight: 700;
	line-height: 1;
}

.comments-list .comment-author a {
	color: #000;
}

.comments-list .bypostauthor .post-author {
	display: inline-block;
	padding: 5px 7px;
	margin-top: -3px;
	margin-left: 10px;
	vertical-align: top;
	border-radius: 2px;
	background: #f486ca;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
}

.comments-list .comment-time,
.comments-list .comment .edit-link {
	color: #ababab;
	padding: 0;
	background: transparent;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.comments-list .comment-reply-link {
	float: right;
	margin-top: -20px;
	font-size: 11px;
}

.comments-list .comment-reply-link:before {
	content: "\f112";
	display: inline-block;
	margin-right: 6px;
	color: #b4b4b4;
	font-family: FontAwesome;
	font-size: 7px;
}

.comments-list .comment-text {
	margin-top: 10px;
	font-size: 12px;
	color: #525252;
}

.comments-list .comment .children {
	padding-top: 40px;
	padding-left: 40px;
	list-style: none;
}

.comments-list .comment .children:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	margin-top: -30px;
	border-top: 1px solid #e8e8e8;
}

.comments-list .comment p:last-child {
	margin-bottom: 0;
}

.comments-list .children .comment {
	position: relative;
	margin-bottom: 20px;
}

.comments-list .children .comment:after {
	top: 40px;
	width: 18px;
	height: 1px;
}

.comments-list>.comment:last-child {
	border: 0;
	padding-bottom: 10px;
}

.comment-respond .section-head {
	display: block;
}

.comment-form {
	margin: 50px 0;
}

.comment-form .required {
	color: #efa4a4;
}

.comment-form .fields>div {
	padding: 0 13px;
	margin-bottom: 25px;
}

.comment-form .reply-field {
	margin-bottom: 25px;
}

.comment-form .reply-field.cf {
	clear: both;
}

.comment-form .fields {
	margin: 0 -13px;
}

.comment-form .fields p.authentic {
	margin: 0 13px;
}

.comment-form .inline-field {
	float: left;
	width: 33.3333%;
	padding: 0 13px;
	font-size: 13px;
	color: #ccc;
	box-sizing: border-box;
}

.comment-form .inline-field input {
	width: 100%;
	color: inherit;
}

.comment-form textarea {
	display: block;
}

.comment-form .inline-field input:focus,
.comment-form textarea:focus {
	color: #999;
}

.comment-form .form-submit {
	display: block;
	margin: 0;
}

.comment-form .form-submit input {
	margin-left: 15px;
}

.children .comment-form {
	margin-bottom: 0;
}

#cancel-comment-reply-link {
	position: relative;
	float: right;
	margin-top: -27px;
	background: #fff;
	padding-left: 22px;
	color: #b4b4b4;
	font-size: 0;
}

#cancel-comment-reply-link:before {
	content: "\f00d";
	font-family: FontAwesome;
	font-size: 13px;
}

/* SOCIAL */

.social {
	margin: 80px auto -70px;
	z-index: 9;
}

.social h2 {
    margin-bottom: -3px;
    color: #f3d1e6;
    font-size: 2.8em;
    font-weight: 800;
    letter-spacing: -3px;
    line-height: 1;
}

.social .item {
	width: 80px;
	height: 80px;
	margin: 0 4px;
	padding-top: 2rem;
	font-size: 30px;
	display: inline-block;
	border-radius: 100%;
	border: 5px solid rgba(0, 0, 0, 0.1);
}

.social .item.soc-fb {
	background: #44599a;
}

.social .item.soc-tw {
	background: #16accc;
}

.social .item.soc-ig {
	background: #de3c6e;
}

.social .item.soc-tk {
	background: #4a4a4a;
	top: 8px;
}

.fa-tiktok {
	width: 30px;
	height: 30px;
	background: url(images/tiktok-icon.png) center no-repeat;
	background-size: contain;
}

.social .item .fa {
	color: #fff;
}

@media (max-width: 575px) {
	.social .item {
		width: 60px;
		height: 60px;
		font-size: 25px;
		padding-top: 1rem;
  }
}

/* FOOTER */

#footer {
	width: 100%;
	padding: 120px 0 80px;
	bottom: 0;
	background: url(images/footer.jpg) top center no-repeat #ce6e45;
	background-size: cover;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.6;
	font-weight: 400;
	position: relative;
	z-index: 8;
}

#footer .copyright {
	font-size: 13px;
	font-weight: 600;
	margin: 0;
}

#footer .copyright a {
	color: #fff;
}


/* MEDIA QUERIES */

@media (max-width: 500px) {
	.head-top {
		height: 170px;
	}
}

@media (max-width: 767px) {
	#main-nav {
		padding: 0;
	}
	#main-nav .navbar-brand {
		float: none;
	}
	#main-nav .navbar-brand img {
		margin: 0 auto;
	}
	#main-nav .navbar-nav {
		margin: 0;
	}
	#main-nav .navbar-nav>li {
		width: 100%;
		display: block;
		text-align: left;
	}
	#main-nav .navbar-nav>li a,
	#main-nav .navbar-nav>.active>a {
		padding: 15px 20px;
	}
	#main-nav .side-collapse-container {
		width: 100%;
		position: relative;
		left: 0;
		transition: left .4s;
	}
	#main-nav .side-collapse {
		top: 0;
		bottom: 0;
		left: 0;
		width: 240px;
		background: #f9f9f9;
		position: fixed;
		overflow: hidden;
		transition: all .3s ease;
		z-index: 9;
	}
	#main-nav .side-collapse.in {
		left: -240px;
		transition: all .3s ease;
	}
	#index-item1,
	.post-head {
		padding: 15px 0;
	}
	.slide .thumb {
		width: 100%;
	}
	.slide .info {
		width: 100%;
		padding: 30px 20px 20px;
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
	}
	.slide .info h2 {
		font-size: 1.7em;
	}
}

@media (min-width: 778px) and (max-width: 991px) {
	.content-single.page .entry {
		margin-top: -40px;
	}
}

@media screen and (min-width: 768px) {
	.head-top {
		height: 450px;
	}
	#main-nav .navbar-nav>li.logo a {
		width: 125px;
	}
	#main-nav .navbar-nav>li.logo a img {
		top: -30px;
	}
	.slide h1 {
		font-size: 2.6em;
	}
	.content-single.page .post-thumb {
		width: 45%;
		margin: 0 30px 30px 0;
		float: left;
	}
}

@media screen and (min-width: 992px) {
	body {
		font-size: 14px;
	}
	.head-top {
		height: 600px;
	}
	#main-nav .navbar-nav li>a {
		font-size: 16px;
	}
	#main-nav .navbar-nav>li.logo a {
		width: 285px;
	}
	#main-nav .navbar-nav>li.logo a img {
		top: -95px;
	}
	.entry iframe {
	width: 100%;
	min-height: 430px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
	.head-top {
		height: 750px;
	}
	#main-nav .navbar-nav li>a {
		padding: 15px 19px;
		font-size: 17px;
	}
	#main-nav .navbar-nav>li.logo a {
		width: 335px;
	}
	#main-nav .navbar-nav>li.logo a img {
		top: -115px;
	}
}
