/*
Theme Name: PONTO
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.14
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*** Reverse columns ***/
@media only screen and (min-width: 981px) {
	.et_pb_equal_columns.reverse {
		flex-direction: row-reverse;
	}
	.et_pb_equal_columns.reverse .et_pb_column_1_2 {
		margin: 0;
	}
	.et_pb_equal_columns.reverse .et_pb_column_1_2.et-last-child, .et_pb_equal_columns.reverse .et_pb_column_1_4.et-last-child {
		margin-right: 5.5% !important;
	}
}
@media only screen and (max-width: 980px) {
	.et_pb_equal_columns.row-reverse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.et_pb_equal_columns.row-reverse .et_pb_column_1_2 {
		margin: 0;
	}
	.et_pb_equal_columns.row-reverse .et_pb_column_1_2.et-last-child {
		margin-right: 0 !important;
    	margin-bottom: 30px;
	}
}

/*** Header Menu ***/
#main-header {
	box-shadow: 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
}
#main-header .container {
	width: 100% !important;
	padding: 30px 25px 20px !important;
	-webkit-transition: all .3s ease 0ms !important;
	-o-transition: all .3s ease 0ms !important;
	transition: all .3s ease 0ms !important;
}
	#main-header.et-fixed-header .container {
		padding: 20px 25px 10px !important;
	}
.et_fullwidth_nav #main-header .container:after {
	content: "";
	display: table;
	clear: both;
}
.menu-social-media-menu-container,
.logo_container,
.menu-menu-container,
#et-top-navigation {
	float: left;
	position: relative !important;
	height: 30px;
	padding: 0 !important;
}
	.menu-social-media-menu-container,
	#et-top-navigation {
		width: 37.5% !important;
	}
	.logo_container {
		width: 25% !important;
	}
.menu {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
	.et-fixed-header .menu {
		font-size: 12px;
	}
.menu .menu-item {
	display: inline-block;
	margin-right: 15px;
}
	.menu .menu-item:last-child {
		margin-right: 0;
	}	
.menu .menu-item a {
	-webkit-transition: all .3s ease 0ms !important;
	-o-transition: all .3s ease 0ms !important;
	transition: all .3s ease 0ms !important;
}
.menu .menu-item a:hover,
.menu .current_page_item a {
	color: #8CA887;
}
.home .menu .current_page_item a {
	color: #4a664e;
}
/*logo*/
.logo_container {
	text-align: center;
}
.logo {
	font-family: 'Pistilli',Helvetica,Arial,Lucida,sans-serif;
	font-size: 32px;
	line-height: normal;
	-webkit-transition: all 300ms ease 0ms !important;
	-o-transition: all 300ms ease 0ms !important;
	transition: all 300ms ease 0ms !important;
}
.logo.bright {
	font-size: 18px;
	color: #8CA887;
}
	.et-fixed-header .logo {
		font-size: 28px;
	}
/* Social Media Menu */
#menu-social-media-menu .menu-item span {
	display: none;
}
#menu-social-media-menu .menu-item a:before {
	font-family: ETmodules!important;
    speak: none;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    position: absolute;
    top: 3px;
    left: 0;
}
	.et-fixed-header #menu-social-media-menu .menu-item a:before  {
		font-size: 22px;
	}
#menu-social-media-menu .menu-item.instagram a:before {
	content: "\e09a";
}
/* Menu */
.menu-menu-container,
.menu-main-menu-en-container {
	float: right;
}
.et_header_style_slide .et-fixed-header #et-top-navigation {
	padding: initial !important;
}
@media (min-width: 981px) {
	.et_header_style_slide #et-top-navigation {
		padding: initial !important;
	}
}
@media only screen and (min-width: 1801px) {
	#et-top-navigation {
		display: none;
	}
}
@media only screen and (max-width: 1800px) {
	.menu-menu-container,
	.menu-main-menu-en-container {
		display: none;
	}
	.et_fixed_nav .et-fixed-header {
		position: fixed !important;
	}
	.mobile_menu_bar {
		padding: 0 !important;
		float: right;
	}
}
@media only screen and (max-width: 767px) {
	.logo {
		font-size: 29px;
	}
	.menu-social-media-menu-container,
	#et-top-navigation {
		width: 25% !important;
	}
	.logo_container {
		width: 50% !important;
	}
}

/*** Fullwidth Header ***/
.home .et_pb_fullwidth_header .header-content {
	width: 100% !important;
	max-width: 100% !important;
}

.et_pb_fullwidth_header .et-pb-icon.scroll-down {
	-webkit-animation: fullwidth-header-bounce 2.2s ease-out infinite;
	        animation: fullwidth-header-bounce 2.2s ease-out infinite;
}
@-webkit-keyframes fullwidth-header-bounce {
  0% { -webkit-transform:translateY(0%); transform:translateY(0%); }
  12.5% { -webkit-transform:translateY(20%); transform:translateY(20%); }
  25% { -webkit-transform:translateY(0%); transform:translateY(0%); }
  37.5% { -webkit-transform:translateY(20%); transform:translateY(20%); }
  50% { -webkit-transform:translateY(0%); transform:translateY(0%); }
}
@keyframes fullwidth-header-bounce {
  0% { -webkit-transform:translateY(0%); transform:translateY(0%); }
  12.5% { -webkit-transform:translateY(20%); transform:translateY(20%); }
  25% { -webkit-transform:translateY(0%); transform:translateY(0%); }
  37.5% { -webkit-transform:translateY(20%); transform:translateY(20%); }
  50% { -webkit-transform:translateY(0%); transform:translateY(0%); }
}

/*** Blurb ***/
.et_pb_blurb_container {
	vertical-align: middle !important;
}
.et_pb_blurb.link a, .vertical-tabs table a {
	transition: all 300ms ease 0ms;
	border-radius: 30px;
	padding: .3em 1em;
	border: 2px solid;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
}
	.et_pb_blurb.link a:hover, .vertical-tabs table a:hover {
		border: 2px solid transparent;
    	padding: .3em 2em .3em .7em;
    	color: #ffffff!important;
		background-color: #8ca887!important;
		border-color: #8ca887!important;
	}
.et_pb_blurb.link a:after, .vertical-tabs table a:after {
	font-size: 27.2px;
	transition: all 300ms ease 0ms;
	content: "\35";
	opacity: 0;
    position: absolute;
    margin-left: -1em;
    text-transform: none;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    font-family: ETmodules!important;
    speak: none;
}
	.et_pb_blurb.link a:hover:after, .vertical-tabs table a:hover:after {
		opacity: 1;
    	margin-left: 0;
	}
@media only screen and (max-width: 767px) {
	.et_pb_blurb.link a, .vertical-tabs table a {
		font-size: 15px;
	}
}

/*** Accordion ***/
.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "\e04f";
}

/*** Tabs ***/
.vertical-tabs {
    border: none;
}
.et_pb_all_tabs {
	background-color: transparent;
}
.vertical-tabs ul.et_pb_tabs_controls {
    float: left;
    width: 33%;
    margin-right: 3%;
    background: transparent;
}
.vertical-tabs ul.et_pb_tabs_controls:after {
    content: none;
}
.vertical-tabs .et_pb_tabs_controls li {
    width: 100%;
    border-right: none;
    margin-bottom: 10px;
}
.vertical-tabs .et_pb_tabs_controls li a {
    padding: 10px 0px;
    font-weight: bold;
}
.vertical-tabs .et_pb_tabs_controls li.et_pb_tab_active a {
    color: #4A664E !important;
}
.vertical-tabs .et_pb_tabs_controls li a:before {
    padding-right: 5px;
    border: 2px solid;
    border-radius: 30px;
    padding: 5px 12px;
    margin-right: 10px;
    color: #8CA887;
}
.vertical-tabs .et_pb_tabs_controls li.et_pb_tab_active a:before {
	color: #fff;
	background-color: #8CA887;
	border-color: #8CA887;
}
.vertical-tabs .et_pb_tabs_controls li:nth-child(1) a:before {
    content: '1';
}
.vertical-tabs .et_pb_tabs_controls li:nth-child(2) a:before {
    content: '2';
}
.vertical-tabs .et_pb_tabs_controls li:nth-child(3) a:before {
    content: '3';
}
.vertical-tabs .et_pb_tabs_controls li:nth-child(4) a:before {
    content: '4';
}
.vertical-tabs .et_pb_tabs_controls li:nth-child(5) a:before {
    content: '5';
}
.vertical-tabs .et_pb_tabs_controls li:nth-child(6) a:before {
    content: '6';
}
.vertical-tabs .et_pb_tab {
    padding: 0;
}
.vertical-tabs .et_pb_tab_content {
    display: flex;
    flex-wrap: wrap;
}
.vertical-tabs table {
	border: 0 !important;
	margin-top: -30px;
}
.vertical-tabs table tr td {
	border-top: 0;
	padding: 0 3.3% 0 0;
    width: 50%;
}
.vertical-tabs table tr td:last-child {
	padding-right: 0;
}
.vertical-tabs table tr td img {
	border-radius: 6px;
}
@media only screen and (max-width: 980px) {    
    .vertical-tabs ul.et_pb_tabs_controls {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .vertical-tabs .et_pb_tabs_controls li {
        border-bottom: none;
        margin-right: 20px;
        width: auto;
    }
    .vertical-tabs .et_pb_tab {
        padding: 0;
    }
    .vertical-tabs .et_pb_tab_content {
    	display: block;
    }
}
@media only screen and (max-width: 767px) {
	.vertical-tabs .et_pb_tabs_controls li {
		width: 100%;
		margin-right: 0;
	}
	.vertical-tabs table tr td {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}
}

/* Slider Mobile */
@media all and (min-width: 981px) {
	.slider_mobile .et_pb_slide {
		display: block !important;
		margin-right: 0;
		padding: 0 5%;
	}
	.slider_mobile .et_pb_slide:first-of-type {
		padding-left: 0;
	}
	.slider_mobile .et_pb_slide:last-of-type {
		padding-right: 0;
	}
		.slider_mobile.three_slides .et_pb_slide {
				width: 33.3%;
			}
		.slider_mobile.four_slides .et_pb_slide {
			width: 25%;
		}
	.slider_mobile .et_pb_slides .et_pb_slider_container_inner {
		vertical-align: top;
	}
	.slider_mobile .et-pb-controllers {
		display: none;
	}
	.slider_mobile .et-pb-controllers a {
		width: 9px;
		height: 9px;
		margin-right: 20px;
	}
}
.slider_mobile .et_pb_slide_image {
	position: relative;
	width: 100%;
	margin-top: 0 !important;
	-webkit-animation-name: fadeLeft;
	-moz-animation-name: fadeLeft;
	-ms-animation-name: fadeLeft;
	-o-animation-name: fadeLeft;
	animation-name: fadeLeft;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-ms-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
	@media (max-width: 767px) {
		.slider_mobile .et_pb_slide_image {
			display: block !important;
		}
	}
.slider_mobile .et_pb_slide_with_image .et_pb_slide_description {
	float: none;
	width: auto;
	padding-top: 3%;
	text-shadow: 0 0 0 rgba(0,0,0,0) !important;
	-webkit-animation-name: fadeBottom;
	-moz-animation-name: fadeBottom;
	-ms-animation-name: fadeBottom;
	-o-animation-name: fadeBottom;
	animation-name: fadeBottom;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-ms-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
.slider_mobile .et_pb_slide_with_image .et_pb_slide_description .et_pb_slide_title {
	font-weight: bold !important;
}

.et_pb_slides .et_pb_slider_container_inner {
	vertical-align: bottom;
    padding-bottom: 30px;
}

/* Carousel Slider Posts */
.carousel-slider__post {
    -webkit-box-shadow: 0 !important;
    box-shadow: 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0,0) !important;
	background-color: #f5f5f2;
}
.carousel-slider__post-title h2 {
	font-size: 20px;
}
.carousel-slider__post-excerpt, .carousel-slider__post-meta {
	display: none !important;
}

/*** Blog Module ***/
.archive .et_pb_posts .et_pb_post {
	margin-bottom: 30px;
}
.archive .et_pb_posts .et_pb_post .entry-featured-image-url {
	width: 28%;
    margin-right: 3%;
	margin-bottom: 0;
    float: left;
}
.archive .et_pb_column_single .et_pb_posts .et_pb_post .entry-featured-image-url {
	width: 100%;
	margin-right: 3%;
	margin-bottom: 30px;
	float: none;
}
@media only screen and (max-width: 767px) {
	.archive .et_pb_posts .et_pb_post .entry-featured-image-url {
		width: 100%;
		margin-right: 3%;
		margin-bottom: 30px;
		float: none;
	}
}

/* Article blog */
.post-meta {
	text-transform: uppercase;
    color: #8ca887!important;
    letter-spacing: 1px;
}
.widgettitle {
	text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}
@media all and (min-width: 981px) {
	#sidebar {
		margin-top: 150px;
	}
}

/*** Newsletter ***/
.mc4wp-form {
	margin-top: 30px;
}
.mc4wp-form input[type=text],
.mc4wp-form input[type=email]{
	width:100%;
	color: #C0CFB2;
	border: 1px solid;
	padding:14px;
	margin-bottom:6px;
	font-size:14px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	text-align: center;
	background-color: transparent;
}
.mc4wp-form input[type=submit]{
	font-size: 17px;
	border: 2px solid;
	background: transparent;
	line-height: 1.7em !important;
	text-transform: uppercase;
	transition: color 300ms ease 0ms;
	padding: 0.2em 1em;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	color: #4A664E;
}
.mc4wp-form input[type=submit]:hover{
	background: #8CA887 !important;
	border-color: #8CA887 !important;
	color:#fff;
}
.mc4wp-response {
	margin-top: 30px;
    color: lightgoldenrodyellow;
}
.home .mc4wp-form input[type=text] {
	width: 47%;
    float: left;
    margin-right: 3%;
	margin-bottom: 3%;
}
.home .mc4wp-form input[type=email] {
	margin-right: 3%;
	margin-bottom: 3%;
}
.mc4wp-form label {
	font-size: 12px;
	line-height: normal;
}
.home .mc4wp-form label span {
	float: right;
    width: 90%;
}

/** Disable Hamburguer menu **/
.hide-mobile-menu.et_pb_menu .et_pb_menu__menu,.hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex!important;
}
.hide-mobile-menu .et_mobile_nav_menu {
    display: none;
}