/*
Theme Name: ArteMG
Theme URI: https://artemg.com.br
Author: Pedro Ismar Souto
Author URI: https://artemg.com.br
Description: Child Theme do Zakra, com customizações personalizadas. Exclusivo para os clientes da ArteMG.
Template: zakra
Version: 4.0
Text Domain: artemg
*/

/*
 * INÍCIO: Alterações específicas para a Loja da Lucy Calçados
 */


/*Exibindo logo em SVG*/
.custom-logo[src$=".svg"] {
	width: 228px !important;
	height: auto !important;
}


/* Cor dos itens no menu principal*/
.zak-primary-nav {
	color: white;
}

/*corrige pequena linha que aparece acima do menu principal*/
body .zak-header-builder {
	border-color: #1a1a1a;
}

/* Cor dos itens nos submenus do menu principal*/
.zak-primary-nav .sub-menu {
	color: #353535;
}

/* Cor dos ícones no menu principal */
.zak-icon {
	fill: #fff;
}

/* Acerta cor do togle do menu mmobile */
.zak-toggle-menu .zak-icon {
	fill: #fff;
}

/* INÍCIO: Alterações Mercado Pago para woocommerce */ 

.mp-credits-tooltip-icon {
  width: 32px !important;
  height: 32px !important;
  margin-right: 12px !important;
	margin-left: 5px !important;
}

.wc_payment_method>label>img {
	  margin: -2px -10px 30px .5em !important;
    padding: 0 !important;
    position: relative !important;
    vertical-align: middle !important;
	  width: 42px !important;
    height: 42px !important;
}

/* FIM: Alterações Mercado Pago para woocommerce */ 



/* INÍCIO: muda fonte do site */
body {
	font-family: "Poppins", Helvetica, Arial, sans-serif;align-content
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins";
}

h1 {
    font-weight: 600;
}
/* FIM: muda fonte do site */


/*INÍCIO: Alguns concertos Woocommerce mobile*/
.woocommerce-products-header__title{
	overflow-wrap: normal;
}

/* FIM: Alterações específicas para a Loja da Lucy Calçados */



/*
 * INÍCIO: Menu principal 
 */

.zak-primary-menu {
	font-weight: 700;
	text-transform: uppercase;
}

.sub-menu {
	font-weight: 300;
	text-transform: none;
}

/* FIM: Menu principal*/



/*
 * INÍCIO: Ícones para expandir submenu mobile
 * 
 * */


@media screen and (max-width: 768px) {
	.zak-main-nav .zak-submenu-toggle .zak-icon {
			width: 32px;
			height: 32px;
	}

	/* Animate the icon up and down */
	.zak-main-nav .zak-submenu-toggle .zak-icon {
		width: 32px;
		height: 32px;
		display: inline-block;            /* needed for transform */
		animation: floatY 1.2s ease-in-out infinite;
		will-change: transform;
	}

	@keyframes floatY {
		0%, 100% { transform: translateY(0); }
		50%      { transform: translateY(-6px); } /* move up; tweak value if needed */
	}

	/* Respect reduced-motion preferences */
	@media (prefers-reduced-motion: reduce) {
		.zak-main-nav .zak-submenu-toggle .zak-icon { animation: none; }
	}
}
/* FIM: Ícones para expandir submenu mobile */




/* "Rolar Para o Topo" - Pequeno ajuste */
.zak-scroll-to-top {
	bottom: 104px;
}


/*
 * INÍCIO: Swiper Slider (slider próprio via código) 
 */


.swiper-slide img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
}

.swiper {
	padding: 20px 0;
}
/* FIM: Swiper Slider*/



/*
 * INÍCIO: CRELLY SLIDER
 * deactivate the round white
 * with blue preloader sign and
 * the blur of the first image
 * 
 */

.crellyslider > .cs-preloader > .cs-bg{
	filter: initial;
	-webkit-filter: initial;
	-moz-filter: initial;
	-o-filter: initial;
	-ms-filter: initial;
}

.crellyslider > .cs-preloader > .cs-loader{
	z-index: 0;
}

/* FIM: CRELLY SLIDER*/


/*
 * INÍCIO: Contact Form 7
 */

form.wpcf7-form .wpcf7-text {
	width: 100%;
	background: #F9FAFB;
	color: #AEB1BD;
	margin-bottom: 0;
	padding: 10px 15px;
}

.wpcf7mf-mask {
	width: 100%;
	background: #F9FAFB;
	color: #AEB1BD;
	margin-bottom: 0;
	padding: 10px 15px;
}

/* Bug fix */
label {
    display: block;
    width: 100%;
}

/* FIM: Contact Form 7*/




/*
 * INÍCIO: Remove o entry-header
 * 
 */

/* Esconde apenas em páginas individuais */
.page .zak-entry-thumbnail {
    display: none;
}

/* Mas reexibe na página de pesquisa */
.search .zak-entry-thumbnail {
    display: block !important;
}
/* FIM: Remove o entry-header*/



/*
 * INÍCIO: Concertar um pequeno bug, onde alguns elementos aparecem empilhados verticalmente.
 * 
 */
 .widget ul {
	margin-block-start: 1em;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
	
	list-style-type: inherit;
}


/* FIM: Bug fix */


/*
 * INÍCIO: Centraliza imagens no site
 * 
 */
img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
/* FIM: Bug fix */




/* Evita overflow horizontal no mobile causado por animações AOS */
body, html {
	overflow-x: hidden;
}



/*INÍCIO: Vídeo Slider
 */

.video-slider {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
    height: auto;
    position: relative;
    width: 100%;
		max-height: 750px;
    aspect-ratio: 16 / 9; /* Mantém a proporção de 16:9 */
}

/*Responsividade*/
@media (min-width: 1024px) {
    .video-slider {
        aspect-ratio: 16 / 7; /* Ajusta a proporção em telas maiores para menos altura */
    }
}

@media (max-width: 520px) {
	
.video-slider {
        aspect-ratio: 16 / 10; /* Ajusta a proporção em telas menores */
    }
}

@media (max-width: 480px) {
	
.video-slider {
        aspect-ratio: 16 / 19; /* Ajusta a proporção em telas menores */
    }
}

.video-slider .slider-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
}

/*
.video-slider .slider {
    position: relative;
    width: 100%;
    height: 100%;
}*/

.video-slider .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
}

.video-slider .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-slider .video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%; /* Aumenta a largura do vídeo para evitar bordas */
    height: 150%; /* Aumenta a altura do vídeo para evitar bordas */
    transform: translate(-50%, -50%) scale(1.4); /* Centraliza e escala o vídeo */
    object-fit: cover;
    pointer-events: none;
}

/*Responsividade*/
@media (max-width: 480px) {
	
.video-slider .video-background iframe {
    transform: translate(-50%, -50%) scale(2.5); /* Centraliza e escala o vídeo */
	}
}


.video-slider .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Escurece o vídeo */
    z-index: 1;
}


.video-slider .slide-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 20px;
}

.video-slider h1 {
	color: white;
    font-size: 68px;
    font-weight: bold;
    margin-bottom: 10px;
		margin-top: 10px;
}

.video-slider b {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}

.video-slider p {
    font-size: 16px;
    margin-bottom: 20px;
}

.video-slider button {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.video-slider button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.video-slider .icon img {
	filter: invert(91%) sepia(100%) saturate(0%) hue-rotate(211deg) brightness(102%) contrast(102%);
    display: inline-block;
    max-width: 50px; /* Ajuste o tamanho da imagem conforme necessário */
    margin-bottom: 0px;
}


/* Estilo para que o link desça até a próxima seção */
.video-slider a {
    text-decoration: none;
    color: inherit;
}


/*
.video-slider .fade-in {
    opacity: 0;
    animation: fadeIn 2s forwards;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}*/


/* Responsividade */
@media (max-width: 768px) {
		.video-slider .icon img {
			max-width:  2.3em; /* Ajuste o tamanho da imagem conforme necessário */
		}
    .video-slider h1 {
        font-size: 1.8em;
    }

    .video-slider p, b {
        font-size: 1em;
    }

    .video-slider button {
        font-size: 14px;
    }
}


/*FIM*/



/*
 * 
 * Mini Chamada 1
 * 
 * */

.mini_chamada1-containerQuadruplo
{
	display: flex;
	width: 100%;

}

.mini_chamada1-containerDuplo
{
	display: flex;
	width: 50%;
		padding-bottom: 30px;
}


@media (max-width: 750px){
	.mini_chamada1-containerQuadruplo
	{
		display: block;
		width: 100%;

	}

	.mini_chamada1-containerDuplo
	{
		display: flex;
		width: 100%;

	}
}

@media (max-width: 450px){
	
		.mini_chamada1-containerDuplo
	{
		display: block;
		width: 100%;
		padding-bottom: 0px;

	}
	.mini_chamada1 {
		margin-bottom: 20px;
		margin-left: 0px;
	}
}


.mini_chamada1
{
	display: table;
  width: 100%;
	height: 321px;
  border-radius: 5px;
  background-color: white;

	margin-right: 8px;
  margin-left: 8px;

	
    -webkit-box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
    box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
    padding: 20px 20px 14px;
    border-bottom: solid 6px #DE4712;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mini_chamada1:hover
{
	 transform: translateY(-20px);
	 background-color: #DE4712;
	 color: white;
	 border-bottom: solid 6px black;
} 


.mini_chamada1:hover .mini_chamada1-desc
{
	 color: white;
} 

.mini_chamada1:hover .mini_chamada1-titulo
{
	 color: white;
} 

.mini_chamada1-cont
{
	 padding: 16px 10px 14px;
   text-align: center;
}

.mini_chamada1-icone
{
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
	
	    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mini_chamada1-titulo
{
	color: black;
	font-weight: 600;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mini_chamada1-desc
{
		color: #394154;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



/*
 * 
 * Mini Chamada 2
 * 
 * */

.mini_chamada2-containerQuadruplo
{
	display: flex;
	width: 100%;

}

.mini_chamada2-containerDuplo
{
	display: flex;
	width: 50%;
		padding-bottom: 30px;
}



.mini_chamada2
{
	display: table;
  width: 100%;
	height: 271px;
  border-radius: 5px;
  background-color: black;

	margin-right: 8px;
  margin-left: 8px;

	
    -webkit-box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
    box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
    padding: 20px 20px 14px;
    border-bottom: solid 6px #DE4712;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 750px){
	
	.mini_chamada2
	{
			height: 270px;
	}
	.mini_chamada2-containerQuadruplo
	{
		display: block;
		width: 100%;

	}

	.mini_chamada2-containerDuplo
	{
		display: flex;
		width: 100%;

	}
}


@media (max-width: 450px){
	
		.mini_chamada2-containerDuplo
	{
		display: block;
		width: 100%;
		padding-bottom: 0px;

	}
	.mini_chamada2 {
		margin-bottom: 20px;
		margin-left: 0px;
	}
}


.mini_chamada2:hover
{
	 transform: translateY(-20px);
	 background-color: #DE4712;
	 color: white;
	 border-bottom: solid 6px white;
} 


.mini_chamada2:hover .mini_chamada2-desc
{
	 color: white;
} 

.mini_chamada2:hover .mini_chamada2-titulo
{
	 color: white;
} 

.mini_chamada2-cont
{
	 padding: 16px 10px 14px;
   text-align: center;
}

.mini_chamada2-icone
{
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
	
	    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mini_chamada2-titulo
{
	color: white;
	font-weight: 600;
	font-size: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
	    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mini_chamada2-desc
{
		color: #394154;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*
----------------------------

Novo css

----------------------------
*/



/* Bug fix: Seletor de categorias */
.select2-container.select2-container--default {
    z-index: 9;
}

/*
 * INÍCIO: Ajustes Cabeçalho e Navegação
 */

/* Política de Cancelamento e Reembolso */
.post-5512 .entry-title {
	display: block !important;
}

/* Termos de uso e política de privacidade */
.page-id-3 .entry-title {
	display: block !important;
}

/* Woocommerce */
body.page:not(.woocommerce-page) .entry-title {
	display: none;
}

.woocommerce-cart .entry-title, .woocommerce-checkout .entry-title {
	padding-top: 1em;
}

/* Adiciona um borda vermelha ao topo do submenu*/
.zak-primary-nav .sub-menu {
    border-top: 4px solid #DE4712;
}



/* FIM: Ajustes Cabeçalho e Navegação */


/*
 * Remove um faixa branca no topo do site
 * 
 */

/* Woocommerce */
body.page:not(.woocommerce) .zak-primary, body.page:not(.woocommerce) .zak-content .zak-row{
		padding-top: 0px;
}

/* Política de Cancelamento e Reembolso */
.post-5512 .zak-primary, .post-5512.zak-content .zak-row{
	padding-top: 3.75em !important;
}

/* Termos de uso e política de privacidade */
.page-id-3 .zak-primary, .post-5512.zak-content .zak-row{
	padding-top: 3.75em !important;
}
/* FIM: Remove um faixa branca no topo do site */



/*
 * INÍCIO: Ajustes Woocommerce
 */
 
 /* Banner de "Oferta" */
.woocommerce .onsale {
  z-index: 50;
  top: 5px;
  left: 0;
  right: auto;
  border-radius: 0;
  font-weight: normal;
  min-width: 45px;
  min-height: 45px;
  background-color: #DE4712;
}


/* Destaque preço no Woocommerce*/
span.price ins {
  font-weight: 700;
	color: #DE4712;
}

/* estilo para o botão "ver carrinho" ao adicionar o produto no carrinho*/
.woocommerce .wc-forward, .woocommerce .restore-item {
	color: #DE4712;
	font-weight: 700;
}

/* estilo para o botão "X" que remove produtos no carrinho*/
.product-remove .remove {
    font-weight: 900;
    font-size: 1.5em;
    color: #DE4712 !important;
}

/* Bordas do produto na loja */
.woocommerce-LoopProduct-link{
	  border-style: solid;
  border-width: 1px 1px 0px 1px; /* topo, direita, inferior, esquerda */
  border-color: #E5E5E5;
}

/* INÍCIO: Estilos do preço na página do produto */
.single-product .product .summary .price .amount {
  font-size: 24px;
  font-weight: 400;
}

p.price ins span.woocommerce-Price-amount.amount {
	color: #DE4712;
	font-weight: 700 !important;
}

.woocommerce .entry-summary p.price{
	padding-bottom: 1Em;
}

/* FIM: Estilos do preço na página do produto */
 
 
.single-product .product .product_title {
    margin-bottom: 1em;
}

/* Ajusta os títulos dos produtos na página da loja*/
li.product .woocommerce-loop-category__title, li.product .woocommerce-loop-product__title {
	font-size: 1.4rem !important;
	font-weight: 500 !important;
	line-height: 1.2em !important;
}

.woocommerce-loop-product__title, .price {
	padding: 0 15px;
}

.product_title entry-title
{
	font-size: 32px;
	margin-bottom: 15px;
}

.add_to_cart_button {
	border: 1px solid #D4D4D8;
}

/* Ajusta pequeno bug em "Li e concordo com os termos e condições"*/
.woocommerce-checkout .form-row label {
  text-transform: none !important;
}

/*FIM: Ajustes Woocommerce*/




/*Tira o undreline que o Zakra coloca no links*/

.widget li a, .widget_woocommerce_product_categories a, .entry-content a {
    text-decoration: none;
}

/*Concerta um bug com plugin que mostra as categorias*/
.widget_woocommerce_product_categories > ul {
	flex-direction: column; 
}


/*
 * 
 * Compra segura e métodos de pagamento no roda-pé
 */

.compraSegura {
  display: flex;
  justify-content: center; /* centraliza os 3 blocos */
  align-items: center;    /* alinha verticalmente */
  gap: 20px;              /* espaço entre eles */
  padding: 5px;
  padding-bottom: 10%;
}

.compraSeguraContainer {
  flex: 1;
  text-align: center;
}

.pagamento-metodo {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.pagamento-item,
.pagamento-item-full {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pagamento-item-full {
  width: 100%;
  justify-content: flex-start;
}

.pagamento-imgs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.pagamento-imgs img,
.pagamento-item img,
.pagamento-item-full img {
  max-height: 36px;
  height: auto;
  margin: 0;
}



/*Retira as bolinhas (bullets) do metaslider*/
.metaslider .flex-control-nav {
	 display: none;	
}

/*Retira as bolinhas (bullets) do wpcu-carousel para woocommerce*/
.swiper-container-horizontal>.swiper-pagination-bullets {
 display: none;	
}

/*Para links para IDs dentro da própria página rolarem suavemente*/
html {
    scroll-behavior: smooth;
}




/*
 * Muda a cor do widget 
 * "ST: Title"
 * */

.title-arrow-down h3 {
    font-size: 28px !important;
}

.title.title-arrow-down .title-title {
  padding: 10px 20px;
  background: #DE4712 !important;
  font-size: 16px;
  color: #FFF;
  font-weight: normal;
  text-transform: none;
  margin: 0;
  position: relative;
}


/*
 * Rodar videos do embed do YouTube com a largura da
 * página.
 * 
 */

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*Mudar a cor do link 'política de privacidade' no popup de Cookies*/
.cn-privacy-policy-link {
	color: #E34C57;
}
/* FIM: Configurações do Footer */



/*MERCADO PAGO: Pequenas correções*/

#tooltipComponent {
	max-width: 400px !important;
}


/*INÍCIO: tráfego pago
 */

/* Estilos específicos para o widget trafegopagosite */
.trafegopagosite-widget-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0 auto;
    max-width: 900px;
    padding: 40px;
    background-color: #f4f7fa;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Cabeçalho do widget */
.widget-header {
    text-align: center;
    margin-bottom: 30px;
}

.widget-header h1 {
    font-size: 36px;
    color: #2c3e50;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Seção do serviço */
.service-section {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.service-section h2 {
    font-size: 28px;
    color: #262626;
    margin-bottom: 15px;
}

.service-section p {
    font-size: 16px;
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-list {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
}

.service-list li {
    color: #34495e;
    margin: 10px 0;
}

.service-list li strong {
    color: #16a085;
}

/* Seção de investimento */
.investment-section {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.investment-section h2 {
    font-size: 28px;
    color: #262626;
    margin-bottom: 15px;
}

.investment-section p {
    font-size: 16px;
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Seção de contato */
.contact-section {
    background-color: #DE4712;
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
}

.contact-section strong {
    font-weight: bold;
}

.contact-section p {
    font-size: 18px;
}

/* FIM */

/*CRIAÇÃO DE SITES BOTÃO*/
.sites-criacao-codigo {
  background-color: #FFFFFF;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.process-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.process-title {
  color: #DE4712;
  font-size: 2rem;
  margin-bottom: 20px;
}

.process-step {
  background-color: #000000;
  color: #FFFFFF;
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

.step-number {
  background-color: #DE4712;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 20px;
}

.step-title {
  font-size: 1.5rem;
  margin: 10px 0;
  color: #F9F9F9;
}

.step-description {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 10px;
}

/* FIM */





.white-font {
	color: #fff;
}

.white-font .title{
	color: #fff;
}

.white-font .title .title-title{
	color: #fff;
}

.white-font .widget{
	color: #fff;
}

.white-font .widget-title{
	color: #fff;
}

.white-font .widget .widget-title{
	color: #fff;
}



.title {
	margin: 30px 0;
}

.title .title-title {
	font-weight: 500;
	font-size: 46px;
	color: #424143;
	margin: 0 0 15px;
}

.title .sub-title {
	margin: 0;
	color: #67666A;
}

.title.title-left {
	text-align: left;
}

.title.title-right {
	text-align: right;
}

.title.title-center {
	text-align: center;
}

.title.title-magazine {
	position: relative;
	margin: 45px 0 15px;
}

.title.title-magazine .title-title {
	padding: 10px 20px;
	background: #EF7278;
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	text-transform: none;
	margin: 0;
}

.title.title-magazine .title-title::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: inherit;
	left: 0;
	bottom: 0;
}

/*
.title.title-arrow-down .title-title {
	padding: 10px 20px;
	background: #1E1E1F;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	text-transform: none;
	margin: 0;
	position: relative;
}*/

.title.title-arrow-down .title-title::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: inherit;
	bottom: -10px;
	left: 35px;
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}

.title.title-arrow-down.title-center .title-title::before {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.title.title-arrow-down.title-right .title-title::before {
	left: auto;
	right: 20px;
	margin: 0 auto;
}



.icon-box .icon-box-readmore {
	font-weight: 500;
	text-transform: uppercase;
	color: #67666A;
	border-bottom: 2px solid #67666A;
	text-decoration: none;
}

.icon-box .icon-box-icon-container {
	height: 100%;
	width: 100%;
}

.icon-box .icon-box-icon-container .icon-box-inner-icon {
	display: table;
	height: 100%;
	width: 100%;
}

.icon-box .icon-box-icon-container .icon-box-inner-icon .fa {
	padding-top: 5px;
	display: table-cell;
	vertical-align: middle;
}

.icon-box .icon-box-icon {
	color: #FFF;
}

/*----------  Variations  ----------*/
.icon-box-hexagon .icon-box-icon {
	width: 100px;
	margin: 35px auto 38px;
	border-radius: 10px;
	color: #FFF;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	position: relative;
	text-shadow: none;
	transition: all 0.35s linear;
	background: #424143;
	font-size: 20px;
}

.icon-box-hexagon .icon-box-icon::before, .icon-box-hexagon .icon-box-icon::after {
	z-index: 0;
	top: -15px;
	content: "";
	position: absolute;
	width: 55px;
	height: 55px;
	-ms-transform: scaleX(1.7) rotate(45deg);
	    transform: scaleX(1.7) rotate(45deg);
	background: inherit;
	left: 23px;
	border-radius: 10px 24px;
	cursor: pointer;
}

.icon-box-hexagon .icon-box-icon::before {
	top: 24px;
}

.icon-box-hexagon .icon-box-icon .icon-box-icon-container {
	position: absolute;
	z-index: 3;
	text-align: center;
	cursor: pointer;
}

.icon-box-hexagon:hover .icon-box-icon {
	opacity: 0.6;
}

.icon-box-hexagon .icon-box-description .icon-box-title {
	text-transform: uppercase;
	margin: 0;
	padding: 15px 0;
}

.icon-box-hexagon .icon-box-description .icon-box-content {
	margin: 0 0 15px;
}

.icon-box-small {
	position: relative;
	padding-top: 17px;
}

.icon-box-small .icon-box-icon {
	width: 90px;
    height: 90px;
    background: #424143;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 44px;
    text-align: center;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.icon-box-small .icon-box-icon .icon-box-inner-icon {
	-ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
}

.icon-box-small .icon-box-description {
	margin: 0 0 0 115px;
}

.icon-box-small .icon-box-description .icon-box-title {
	margin: 0;
	font-weight: 500;
}

.icon-box-small .icon-box-description .icon-box-readmore {
	font-size: 12px;
	text-transform: none;
	border-bottom: none;
	padding: 5px 10px;
	background: #424143;
	color: #FFF;
	transition: all 0.3s ease;
}

.icon-box-small .icon-box-description .icon-box-readmore:hover {
	background: #5c5a5d;
}

/*----------  Positioning  ----------*/
.icon-box-center {
	text-align: center;
}

.icon-box-center .icon-box-icon-hexagon {
	margin-right: auto;
	margin-left: auto;
}

.portfolio-items.no-gutter li {
	margin-bottom: 0;
}

.portfolio-navigation {
	margin: 0 0 75px;
}

.portfolio-navigation .navigation-portfolio {
	list-style-type: none;
	padding: 0;
}

.portfolio-navigation .navigation-portfolio li {
	display: inline-block;
	margin-right: 15px;
}

.portfolio-navigation .navigation-portfolio li a {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #807F83;
	text-decoration: none;
	font-weight: 600;
	padding: 5px 10px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.portfolio-navigation .navigation-portfolio li.active a {
	background: #00BAF4;
	color: #FFF;
}

.portfolio-navigation .navigation-portfolio li:hover a {
	background: #00BAF4;
	color: #FFF;
}

.portfolio-navigation.portfolio-navigation-center {
	text-align: center;
}

.portfolio-items {
	padding: 0;
	list-style-type: none;
	/* Variations */
}

.portfolio-items .portfolio-item {
	margin-bottom: 30px;
}

.portfolio-items .portfolio-item .portfolio-item-thumbnail {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
}

.portfolio-items .portfolio-item .portfolio-item-thumbnail img {
	display: block;
	max-width: 100%;
	height: auto;
}

.portfolio-items .portfolio-item .portfolio-item-thumbnail .portfolio-item-description {
	visibility: hidden;
	opacity: 0;
	-ms-transform: translateY(50%);
	    transform: translateY(50%);
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	padding: 15px;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.5s ease-in-out;
}

.portfolio-items .portfolio-item .portfolio-item-thumbnail .portfolio-item-description .portfolio-item-title {
	margin: 0;
	font-size: 18px;
	color: #2C3E50;
}

.portfolio-items .portfolio-item .portfolio-item-thumbnail .portfolio-item-description .portfolio-item-categories {
	color: #83909C;
	font-size: 12px;
}

.portfolio-items .portfolio-item .portfolio-item-thumbnail:hover .portfolio-item-description {
	visibility: visible;
	opacity: 1;
	-ms-transform: translateY(0);
	    transform: translateY(0);
}

.portfolio-items.portfolio-with-text .portfolio-item .portfolio-item-thumbnail {
	position: initial;
}

.portfolio-items.portfolio-with-text .portfolio-item .portfolio-item-description {
	visibility: visible;
	opacity: 1;
	-ms-transform: none;
	    transform: none;
	position: initial;
}

/*===================================
=            Team Member            =
===================================*/
.team-member {
	margin-bottom: 30px;
}

.team-member .team-bubble-one,
.team-member .team-bubble-two {
	display: none;
}

.team-member .team-social-icons .social-links li {
	display: inline-block;
}

.team-member .team-social-icons .social-links li a {
	display: block;
	padding: 0 10px;
}

.team-member .team-social-icons .social-links li a::before {
	font-family: FontAwesome;
}

.team-member .team-social-icons .social-links li a[href*="facebook.com"]::before {
	content: "\f09a";
}

.team-member .team-social-icons .social-links li a[href*="instagram.com"]::before {
	content: "\f16d";
}

.team-member .team-social-icons .social-links li a[href*="twitter.com"]::before {
	content: "\f099";
}

.team-member .team-social-icons .social-links li a[href*="linkedin.com"]::before {
	content: "\f0e1";
}

.team-member .team-social-icons .social-links li a[href*="plus.google.com"]::before {
	content: "\f0d5";
}

.team-member .team-member-thumbnail img {
	max-width: 100%;
}

.team-member.team-bubble {
	text-align: center;
	cursor: pointer;
	padding-top: 38px;
	margin-bottom: 30px;
}

.team-member.team-bubble .team-member-thumbnail {
	position: relative;
	height: 220px;
	margin: 0 0 15px;
}

.team-member.team-bubble .team-member-thumbnail .team-member-thumbnail-inner {
	width: 120px;
	height: 120px;
	overflow: hidden;
	top: 50px;
}

.team-member.team-bubble .team-member-thumbnail .team-social-icons {
	display: none;
}

.team-member.team-bubble .team-member-thumbnail .team-member-thumbnail-inner,
.team-member.team-bubble .team-member-thumbnail .team-bubble-one,
.team-member.team-bubble .team-member-thumbnail .team-bubble-two {
	display: block;
	position: absolute;
	border-radius: 100%;
	transition: all 0.2s linear;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.team-member.team-bubble .team-member-thumbnail .team-bubble-one {
	background: #E4EDF7;
	width: 220px;
	height: 220px;
	top: 0;
}

.team-member.team-bubble .team-member-thumbnail .team-bubble-two {
	background: #D1E3F6;
	width: 170px;
	height: 170px;
	top: 25px;
}

.team-member.team-bubble .team-member-description .team-member-title {
	font-size: 16px;
	color: #67666A;
	margin: 0 0 10px;
}

.team-member.team-bubble .team-member-description .team-member-position {
	font-size: 12px;
	color: #807F83;
}

.team-member.team-bubble .team-member-description .social-links {
	padding: 0;
	margin: 9px 0 0;
}

.team-member.team-bubble:hover .team-bubble-one,
.team-member.team-bubble:hover .team-bubble-two {
	-ms-transform: scale(1.1);
	    transform: scale(1.1);
}

/*=====  End of Team Member  ======*/
/*====================================
=            Testimonials            =
====================================*/
.testimonials-container {
	padding: 15px 0;
	list-style-type: none;
	margin: 0;
}

.testimonials-container .testimonial-item {
	margin-bottom: 30px;
}

.testimonials-container.testimonials-bubble .testimonial-item {
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.testimonials-container.testimonials-bubble .testimonial-thumbnail {
	margin: 0 auto;
	height: 250px;
	width: 290px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}

.testimonials-container.testimonials-bubble .testimonial-thumbnail img {
	width: 140px;
	height: 140px;
	top: 50px;
}

.testimonials-container.testimonials-bubble .testimonial-thumbnail img,
.testimonials-container.testimonials-bubble .testimonial-thumbnail .bubble-one,
.testimonials-container.testimonials-bubble .testimonial-thumbnail .bubble-two {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 100%;
}

.testimonials-container.testimonials-bubble .testimonial-thumbnail .bubble-one {
	background: #DDE8F9;
	width: 240px;
	height: 240px;
}

.testimonials-container.testimonials-bubble .testimonial-thumbnail .bubble-two {
	background: #CCE0F7;
	width: 190px;
	height: 190px;
	top: 25px;
}

.testimonials-container.testimonials-bubble .testimonial-description .testimonial-content {
	position: relative;
	margin: 30px 0 15px;
	padding: 0 25px;
	color: #67666A;
}

.testimonials-container.testimonials-bubble .testimonial-description .testimonial-content::before, .testimonials-container.testimonials-bubble .testimonial-description .testimonial-content::after {
	content: "\"";
	position: absolute;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.testimonials-container.testimonials-bubble .testimonial-description .testimonial-content::before {
	left: 0;
	top: 0;
	font-size: 60px;
}

.testimonials-container.testimonials-bubble .testimonial-description .testimonial-content::after {
	right: 0;
	bottom: 0;
	font-size: 60px;
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
}

.testimonials-container.testimonials-bubble .testimonial-description .testimonial-author {
	font-size: 16px;
	margin: 0 0 15px;
	color: #424143;
	font-weight: 500;
}

.testimonials-container.testimonials-bubble .testimonial-description .testimonial-author-position {
	font-size: 13px;
	color: #807F83;
}

.testimonials-container.testimonials-sayings {
	padding-bottom: 60px;
}

.testimonials-container.testimonials-sayings .testimonial-item {
	position: relative;
}

.testimonials-container.testimonials-sayings .testimonial-content {
	padding: 30px;
	background: #FFF;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
	position: relative;
	margin: 0 0 20px;
}

.testimonials-container.testimonials-sayings .testimonial-content::before {
	content: "";
	height: 12px;
	width: 12px;
	background: #FFF;
	position: absolute;
	bottom: -5px;
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.05);
	left: 37px;
}

.testimonials-container.testimonials-sayings .testimonial-thumbnail,
.testimonials-container.testimonials-sayings .testimonial-description {
	display: inline-block;
}

.testimonials-container.testimonials-sayings .testimonial-thumbnail {
	margin: 0;
	border-radius: 100%;
	overflow: hidden;
	width: 95px;
	height: 95px;
	border: 7px solid #D1E3F6;
}

.testimonials-container.testimonials-sayings .testimonial-thumbnail img {
	width: 120%;
	max-width: none;
}

.testimonials-container.testimonials-sayings .testimonial-description {
	padding: 20px 0;
	margin-left: 10px;
	vertical-align: top;
}

.testimonials-container.testimonials-sayings .testimonial-description .testimonial-author {
	margin: 0;
	font-weight: 500;
	font-size: 16px;
}

.testimonials-container.testimonials-sayings .testimonial-description .testimonial-author-position {
	color: #67666A;
}

/*=====  End of Testimonials  ======*/


.counter {
	padding: 45px 0 0;
	margin: 0 0 45px;
}

.counter-item {
	text-align: center;
}

.counter-item .counter-icon {
	width: 100px;
	height: 100px;
	background: #CCC;
	margin: 0 auto 15px;
}

.counter-item .counter-icon .fa {
	margin-top: 32px;
	font-size: 32px;
}

.counter-item .counter-info .counter-number {
	font-size: 32px;
	margin: 0 0 5px;
}

.counter-item .counter-info .counter-title {
	color: #67666A;
}

/*----------  Variation  ----------*/
.counter-style-hexagon .counter-icon {
	margin: 0 auto 45px;
	width: 150px;
	border-radius: 10px;
	color: #FFF;
	height: 92px;
	line-height: 95px;
	text-align: center;
	display: block;
	position: relative;
	text-shadow: none;
	transition: all 0.2s linear;
	background: #00BAF4;
}

.counter-style-hexagon .counter-icon::before, .counter-style-hexagon .counter-icon::after {
	z-index: 0;
	top: -26px;
	content: "";
	position: absolute;
	width: 76px;
	height: 76px;
	-ms-transform: scaleX(1.7) rotate(45deg);
	    transform: scaleX(1.7) rotate(45deg);
	background: inherit;
	left: 37px;
	border-radius: 10px 24px;
	cursor: default;
}

.counter-style-hexagon .counter-icon::before {
	top: 42px;
}

.counter-style-hexagon .counter-icon .counter-icon-inner {
	position: absolute;
	z-index: 3;
	text-align: center;
	width: 100%;
	padding: 5px 0 0;
	cursor: default;
}

.counter-style-hexagon .counter-icon .fa {
	font-size: 32px;
	color: #FFF;
	margin: 0;
}

.counter-style-hexagon .counter-info .counter-number {
	font-size: 48px;
	font-weight: 300;
	color: #424143;
}

.counter-style-bold {
	position: relative;
}

.counter-style-bold .counter-icon {
	position: absolute;
	left: 0;
	top: 0;
	background: none;
	color: #252525;
}

.counter-style-bold .counter-icon .fa {
	margin: 0;
	font-size: 90px;
}

.counter-style-bold .counter-info {
	margin-left: 100px;
	text-align: left;
}

.counter-style-bold .counter-info .counter-number {
	font-weight: 600;
	color: #252525;
	font-size: 48px;
	margin: 0;
}

.counter-style-bold .counter-info .counter-title {
	font-size: 16px;
	font-weight: 500;
	color: #424143;
	text-transform: uppercase;
}



.tabs .tab-navigation {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tabs .tab-navigation li {
	display: table-cell;
	margin-right: -2px;
	border-right: 1px solid #FFF;
}

.tabs .tab-navigation li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #424143;
	background: #EEEDED;
	padding: 15px 30px;
	display: block;
	font-size: 14px;
}

.tabs .tab-navigation li a .fa {
	font-size: 16px;
	padding: 0 15px 0 0;
}

.tabs .tab-navigation li:last-child {
	border-right: none;
}

.tabs .tab-navigation li.active a {
	background: #FFF;
}

.tabs.tabs-pulled-up .tab-navigation {
	top: -48px;
	position: absolute;
	z-index: 999;
}





/*----------  Navigations  ----------*/
a {
	text-decoration: none;
	/*color: #04c3ff;*/
	transition: color 0.25s ease-in-out;
}



/*----------  Social Menu  ----------*/
.social-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.social-menu li {
	display: inline-block;
	margin-left: 5px;
}

.social-menu li:first-child {
	margin-left: 0;
}

.social-menu li a {
	color: #ffffff;
}

.social-menu li a:hover {
	color: #00BAF4;
}

.social-menu li a::before {
	content: "";
	font-family: FontAwesome;
}

.social-menu li a[href*="facebook.com"]::before {
	content: "\f09a";
}

.social-menu li a[href*="instagram.com"]::before {
	content: "\f16d";
}

.social-menu li a[href*="twitter.com"]::before {
	content: "\f099";
}

.social-menu li a[href*="linkedin.com"]::before {
	content: "\f0e1";
}

.social-menu li a[href*="plus.google.com"]::before {
	content: "\f0d5";
}

.social-menu li a[href*="wordpress.org"]::before {
	content: "\f19a";
}

.social-menu li a[href*="vimeo.com"]::before {
	content: "\f27d";
}

.social-menu li a[href*="youtube.com"]::before {
	content: "\f16a";
}

.social-menu li a[href*="tumblr.com"]::before {
	content: "\f173";
}

.social-menu li a[href*="soundcloud.com"]::before {
	content: "\f1be";
}

.social-menu li a[href*="pinterest.com"]::before {
	content: "\f0d2";
}

.social-menu li a[href*="slack.com"]::before {
	content: "\f198";
}

.social-menu li a[href*="skype.com"]::before {
	content: "\f17e";
}

.social-menu li a[href*="github.com"]::before {
	content: "\f09b";
}

.social-menu li a[href*="dropbox.com"]::before {
	content: "\f16b";
}

.social-menu li a[href*="behance.com"]::before {
	content: "\f1b4";
}

.social-menu li a[href*="dribbble.com"]::before {
	content: "\f17d";
}

.clients-all-content .bx-prev,
.clients-all-content .bx-next {
	visibility: visible;
	opacity: 1;
	left: 0;
}

.clients-all-content .bx-next {
	right: 0;
}

/*----------  Modules  ----------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #F1F1F1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759B;
	display: block;
	font-size: 1px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/* Fix bottom border issue with chrome */
.wp-a11y-speak-region {
	margin-top: -1px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after {
	display: table;
	content: "";
}

.clearfix::after,
.container::after,
.container-fluid::after,
.row::after {
	clear: both;
}

/*----------  Layout  ----------*/
.btn {
	background: #CBC9CF;
	color: #424143;
	padding: 12px 30px;
	text-transform: uppercase;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	outline: none;
	border: none;
	text-decoration: none;
	position: relative;
}

.btn:hover {
	box-shadow: inset 1px 1px 100px rgba(255, 255, 255, 0.3);
}

.btn .fa {
	line-height: 1.3;
}

.btn .fa.icon-left {
	float: left;
	padding-right: 10px;
}

.btn .fa.icon-right {
	float: right;
	padding-left: 10px;
}

/*----------  Sizes  ----------*/
.btn-small {
	padding: 7px 15px;
	font-size: 12px;
	border-width: 1px;
}

.btn-wide {
	padding: 13px 45px;
	font-size: 12px;
	border-width: 2px;
}

.btn-medium {
	font-size: 14px;
	font-weight: 500;
	padding: 20px 45px;
	border-width: 2px;
}

.btn-large {
	font-size: 22px;
	font-weight: 500;
	padding: 30px 60px;
	border-width: 4px;
}

/*----------  Variations  ----------*/
.btn-flat {
	border-radius: none;
}

.btn-rounded {
	border-radius: 100px;
}

.btn-bordered {
	border-color: #FFF;
	border-style: solid;
}

.btn-rounded-edges {
	border-radius: 3px;
}

.btn-left {
	text-align: left;
}

.btn-right {
	text-align: right;
}

.btn-center {
	text-align: center;
}

/*----------  Button color styles  ----------*/
.btn-primary {
	background: #00BAF4;
	color: #FFFFFF;
	border-color: #FFF;
}

.btn-orange {
	background: #F8A660;
	color: #FFF;
	border-color: #FFF;
}

.btn-orange:hover {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	background: #f9ae6f;
	border-color: #f9ae6f;
}

.btn-cyan {
	background: #83E0F1;
	color: #FFF;
	border-color: #FFF;
}

.btn-cyan:hover {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	background: #91e3f3;
	border-color: #91e3f3;
}

.btn-pink {
	background: #DD9EBD;
	color: #FFF;
	border-color: #FFF;
}

.btn-pink:hover {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	background: #e1a9c5;
	border-color: #e1a9c5;
}

.btn-yellow {
	background: #ffd633;
	color: #FFF;
	border-color: #FFF;
}

.btn-yellow:hover {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	background: #ffe16b;
	border-color: #ffe16b;
}

.btn-ghost {
	background: transparent;
	border-style: solid;
}

.btn-white {
	background: #FFF;
	color: #1E1E1F;
}

.btn-white .fa {
	color: #1E1E1F;
}

.btn-white:hover {
	background: #1E1E1F;
	color: #FFF;
}

.btn-white:hover .fa {
	color: #FFF;
}

.btn-black {
	background: #1E1E1F;
	color: #FFF;
}

.btn-black:hover {
	background: #FFF;
	color: #1E1E1F;
}

.btn-black:hover .fa {
	color: #1E1E1F;
}

/*----------  Buttom Group  ----------*/
.btn-group .btn {
	margin-right: 15px;
}

.btn-group .btn:last-child {
	margin-right: 0;
}



/*----------  Hotels  ----------*/
.hotels-container .hotels {
	padding: 0;
	list-style-type: none;
}

.hotels-container .hotels .hotel-thumbnail {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.hotels-container .hotels .hotel-thumbnail img {
	display: block;
}

.hotels-container .hotels .hotel-thumbnail .inside-caption {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5));
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 15px;
}

.hotels-container .hotels .hotel-thumbnail .inside-caption .star {
	color: #F7C032;
}

.hotels-container .hotels .hotel-description {
	background: #F9F7F5;
	padding: 20px;
}

.hotels-container .hotels .hotel-description .hotel-title {
	margin: 0 0 7px;
	font-size: 18px;
}

.hotels-container .hotels .hotel-description .hotel-price .amount {
	color: #FFA742;
	font-weight: 600;
}

.hotels-container .hotels .hotel-description .hotel-price .time-periods {
	font-size: 12px;
	color: #807F83;
}

/*====================================
=            Homepage App            =
====================================*/
.app-features .app-features-left,
.app-features .app-features-right {
	padding: 10% 0 0;
}

.app-features .app-feature-image {
	text-align: center;
}

.cta-app {
	margin-bottom: 0;
	padding: 0;
}

.cta-app .cta-app-image {
	padding-top: 90px;
	margin-bottom: -4px;
}

.cta-app .cta-info {
	margin-top: 28%;
}



.padding-small {
	padding-top: 45px;
	padding-bottom: 45px;
}

.padding-medium {
	padding-top: 90px;
	padding-bottom: 90px;
}

.padding-large {
	padding-top: 180px;
	padding-bottom: 180px;
}

/*----------  Widget  ----------*/
.widget {
	margin: 0 0 25px;
}

.widget .widget-title {
	font-size: 25px;
	margin: 0 0 15px;
	position: relative;
	font-weight: 500;
}

.widget > ul,
.widget .menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget > ul > li,
.widget .menu > li {
	border-bottom: 1px solid #F4F3F3;
	padding: 10px 0;
	line-height: 24px;
}

.widget > ul > li span,
.widget > ul > li span a,
.widget .menu > li span,
.widget .menu > li span a {
	color: #807F83;
}

.widget > ul > li a,
.widget .menu > li a {
	color: #424143;
	text-decoration: none;
	display: inline-block;
	transition: all 0.35s;
}

.widget > ul > li a:hover,
.widget .menu > li a:hover {
	color: #00BAF4;
}

.widget > ul > li:last-child,
.widget .menu > li:last-child {
	border-bottom: none;
}

.widget.widget--ribbon .widget-title {
	padding: 0 0 0 30px;
}

.widget.widget--ribbon .widget-title::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 15px solid #00BAF4;
	border-right: 15px solid transparent;
}

.widget.widget_search .search-form, .widget.widget_product_search .search-form {
	position: relative;
}

.widget.widget_search .search-field, .widget.widget_product_search .search-field {
	padding: 10px 16px;
	display: block;
	width: 100%;
	border: 1px solid #E5E4E6;
	transition: all 0.35s;
	outline: none;
	border-radius: 3px;
}

.widget.widget_search .search-field:focus, .widget.widget_product_search .search-field:focus {
	border: 1px solid #00BAF4;
}

.widget.widget_search input[type="submit"],
.widget.widget_search .search-submit, .widget.widget_product_search input[type="submit"],
.widget.widget_product_search .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	bottom: 0;
	background: none;
	border: none;
	outline: none;
	padding: 0 12px;
	color: #424143;
	transition: all 0.3s ease-in-out;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.widget.widget_search input[type="submit"] .fa,
.widget.widget_search .search-submit .fa, .widget.widget_product_search input[type="submit"] .fa,
.widget.widget_product_search .search-submit .fa {
	color: #67666A;
}

.widget.widget_search input[type="submit"]:hover,
.widget.widget_search .search-submit:hover, .widget.widget_product_search input[type="submit"]:hover,
.widget.widget_product_search .search-submit:hover {
	background: #00BAF4;
	color: #FFF;
}

.widget.widget_recent_comments .recentcomments a {
	display: inline-block;
}

.widget.widget_calendar td,
.widget.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget.widget_calendar caption {
	font-size: 18px;
	margin: 0 0 30px;
	position: relative;
	padding: 0 0 0 30px;
	font-weight: 500;
}

.widget.widget_calendar caption::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 15px solid #00BAF4;
	border-right: 15px solid transparent;
}

.widget.widget_calendar tbody a {
	background-color: #00BAF4;
	color: #FFF;
	display: block;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.35s;
}

.widget.widget_calendar tbody a:hover, .widget.widget_calendar tbody a:focus {
	background-color: #EF7278;
	color: #FFF;
}

.widget.widget_calendar tfoot a {
	color: #00BAF4;
}

.widget.widget_tag_cloud .tagcloud a {
	display: inline-block;
	padding: 5px;
	border: 1px solid #999DB2;
	transition: all 0.35s;
	font-size: 12px;
	text-decoration: none;
	color: #807F83;
	margin-bottom: 5px;
	margin-right: 5px;
}

.widget.widget_tag_cloud .tagcloud a:hover {
	background: #00BAF4;
	border-color: #00BAF4;
	color: #FFF;
}

.widget.no-bottom-margin {
	margin-bottom: 0;
}

/*----------  Content  ----------*/
.sticky {
	display: block;
}

.hentry {
	margin-bottom: 90px;
}

.hentry .entry-thumbnail {
	margin: 0 0 20px;
}

.hentry .entry-thumbnail img {
	display: block;
	max-width: 100%;
	height: auto;
}

.hentry .entry-header {
	margin: 0;
}

.hentry .entry-title {
	margin: 0 0 15px;
	font-size: 26px;
}

.hentry .entry-title a {
	text-decoration: none;
	color: #1E1E1F;
	transition: color 0.35s;
}

.hentry .entry-title a:hover {
	color: #00BAF4;
}

.hentry .entry-meta {
	margin: 0 0 20px;
	line-height: 24px;
}

.hentry .entry-meta > span {
	color: #67666A;
}

.hentry .entry-meta > span::after {
	content: "|";
	padding: 10px;
}

.hentry .entry-meta > span:last-child::after {
	content: "";
}

.hentry .entry-meta > span a {
	color: #252525;
}

.hentry .entry-meta > span a:hover {
	color: #00BAF4;
}

.hentry .entry-content .read-more {
	font-weight: 500;
	text-transform: uppercase;
	color: #67666A;
	border-bottom: 2px solid #67666A;
	text-decoration: none;
	font-size: 12px;
	transition: all 0.35s;
}

.hentry .entry-content .read-more:hover {
	color: #00BAF4;
	border-color: #00BAF4;
}

.hentry .entry-footer .cat-links,
.hentry .entry-footer .tags-links {
	margin-right: 20px;
}

.blog-style-grid .hentry,
.featured-post-container .hentry {
	margin: 0 0 30px;
}

.blog-style-grid .hentry .entry-thumbnail,
.featured-post-container .hentry .entry-thumbnail {
	margin: 0 0 30px;
	overflow: hidden;
}

.blog-style-grid .hentry .entry-title,
.featured-post-container .hentry .entry-title {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 400;
}

.blog-style-grid .hentry .entry-meta,
.featured-post-container .hentry .entry-meta {
	margin: 0 0 20px;
}

.blog-style-grid .hentry .entry-meta span,
.featured-post-container .hentry .entry-meta span {
	color: #807F83;
	font-size: 12px;
	padding: 0 15px;
	border-right: 1px solid #CCC;
}

.blog-style-grid .hentry .entry-meta span:first-child,
.featured-post-container .hentry .entry-meta span:first-child {
	padding-left: 0;
}

.blog-style-grid .hentry .entry-meta span:last-child,
.featured-post-container .hentry .entry-meta span:last-child {
	padding-right: 0;
	border: none;
}

.blog-style-grid .hentry .entry-content p,
.featured-post-container .hentry .entry-content p {
	margin: 0 0 20px;
}

.blog-style-grid .hentry .more-link,
.featured-post-container .hentry .more-link {
	font-weight: 500;
	text-transform: uppercase;
	color: #67666A;
	border-bottom: 2px solid #67666A;
	text-decoration: none;
	font-size: 12px;
}

.post-style-list {
	margin-bottom: 30px;
}

.post-style-list .article-inner {
	position: relative;
}

.post-style-list .entry-thumbnail {
	position: absolute;
	left: 0;
	top: 3px;
	width: 100px;
	height: 135px;
	overflow: hidden;
	margin: 0;
}

.post-style-list .entry-thumbnail .entry-date {
	width: 100%;
	text-align: center;
	background: #2C3C4D;
	font-weight: 500;
	color: #CBC9CF;
	padding: 8px 5px;
}

.post-style-list .entry-header,
.post-style-list .entry-content,
.post-style-list .entry-meta {
	padding-left: 125px;
}

.post-style-list .entry-header .entry-title {
	font-size: 20px;
	margin: 0;
}

.post-style-list .entry-content p {
	border-bottom: 1px solid #E5E4E6;
	margin: 5px 0 15px;
	padding: 0 0 15px;
}

.post-style-list .entry-meta span,
.post-style-list .entry-meta span a {
	color: #0085BA;
	text-decoration: none;
}

.post-style-list .entry-meta span::after {
	content: "/";
	padding-left: 5px;
	color: #67666A;
}

.post-style-list .entry-meta span:last-child::after {
	content: "";
}

.hentry .post-style-grid,
.hentry.post-style-grid {
	display: inline-block;
	float: none;
	vertical-align: top;
	margin-right: -5px;
}

.hentry .post-style-grid .entry-title,
.hentry.post-style-grid .entry-title {
	font-size: 22px;
}

.show-content .entry-content {
	display: initial;
}

.hide-read-more .entry-content .read-more {
	display: none;
}

.hide-content .entry-content {
	display: none;
}

.show-meta .entry-meta {
	display: initial;
}

.hide-meta .entry-meta {
	display: none;
}



/*----------  Media  ----------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}





.ngg-widget img {
     border: 0px !important;;
}
