/*
Theme Name: Caltheme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team With Cal Studio
Author URI: https://www.cal-webdesign.com
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.1.1.1560751812
Updated: 2019-06-17 06:10:12

*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600&display=swap');
body, html {
    height: 100%;
    width: 100%;
}
body {
    font-family: 'Poppins', Sans-Serif;
	font-weight: normal;
	font-size: 14px;
	color: #000;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3 !important;
    margin-bottom: 0;
    font-family: 'Poppins', Sans-Serif;
	font-weight: 600;
    color: #000;
	text-transform: uppercase;
}
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
    margin-top: 15px;
	margin-bottom: 5px;
}
h4 {
    font-size: 18px;
}
p {
    line-height: 1.5;
    margin-bottom: 15px;
}
hr {
    max-width: 50px;
    border-color: #000000;
    border-width: 1px;
}
hr.light {
    border-color: #fff;
}
a {
    color: #000;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    text-decoration: none;
    color: #F89831;
}
.text-faded {
    color: rgba(255, 255, 255, 0.9);
}
.margin-bottom {
    margin-bottom: 30px;
}
.no-padding {
    padding: 0;
}
section {
    padding: 100px 0;
}
.section-heading {
    margin-top: 0;
}
::-moz-selection {
    color: #fff;
    background-color: #F89831;
    text-shadow: none;
}
::selection {
    color: #fff;
    background-color: #F89831;
    text-shadow: none;
}
img::selection {
    color: #fff;
    background-color: transparent;
}
img::-moz-selection {
    color: #fff;
    background-color: transparent;
}
ul, ol {
    padding: 0;
    margin: 0 0 1.5em 1.5em;
}

.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin-bottom: 0px !important;
}
.classic .elementor-post__thumbnail__link .elementor-post__thumbnail {
    margin-bottom: 20px;
}

.elementor-pagination {
	margin-top: 40px;
}
.elementor-pagination .page-numbers {
	color: #000;
	padding: 15px;
	border-radius: 0px;
}
.elementor-pagination .page-numbers:hover {
	color: #ffffff !important;
	background-color: #F89831;
}
.elementor-pagination .page-numbers.current {
	color: #ffffff !important;
	background-color: #F89831;
	padding: 15px;
}

.elementor-slide-heading {
	/* text-shadow: 0px 0px 0px #fff; */
}
.elementor-slide-heading img {
	display: inline-block !important;
	text-align: left;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0px !important;
}
.swiper-slide-contents {
	/* padding: 30px;
	border: solid 6px #000; */
}
.title-separator {
	width: 80px;
	height: 5px;
	background-color: #F89831;
	position: absolute;
	left: 50%;
	margin-top: 20px;
	margin-left: -40px;
}

#gototop {
  opacity: 0;
  visibility: hidden;
  transition: 
    opacity .5s, visibility .5s;
  -moz-transition: opacity .5s, visibility .5s;
  -webkit-transition: opacity .5s, visibility .5s;
  -o-transition: opacity .5s, visibility .5s;
}
#gototop.show {
  opacity: 1;
  visibility: visible;
}

.section-no-padding section {
	padding: 0 0;
}
.no-margin-bottom.elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.elementor-upload-field, .pafe-form-builder-upload input {
    background-color: #FAF9F5;
    border: 1px solid #FAF9F5;
    border-radius: 0;
    width: 100%;
    padding: 8px 15px;
}

/* Custom */
.jet-slider .sp-buttons {
	position: absolute;
	bottom: 40px;
}