/*------------------------------------------------------------------/*
Theme Name: Dosis
Theme URI: http://dosis.az-theme.net
Description: Minimal & Modern Blog WordPress Theme
Author URI: https://az-theme.net
Author: AZ-Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text domain: dosis
Tags: blog, news, photography
*/
/*--------------------------/*
/* -----------------------
		STYLE GENERAL
-------------------------- */
body{
	font-family: 'Work Sans';
	font-size: 14px;
	color: #111;
	line-height: 1.85;
	background: #fff;
}
.body_boxed{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.body_boxed .main-wrapper-boxed{
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.main-wrapper-boxed{overflow: hidden;}
h1,h2,h3,h4,h5,h6{
	font-family: 'Oswald';
    color: #111;
	font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 30px;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}
a{
	color: #e66625;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover, a:focus{
	text-decoration: none;
	outline: none;
	color: #111;
}

p{margin-bottom: 25px;}
cite {
	font-size: 14px;
	font-style: inherit;
	color: #999;
}
img{
	max-width: 100%;
	height: auto;
}
address {
	font-style: italic;
}
ul,ol{margin: 0;}
ul ul, ol ol, ul ol, ol ul{padding-left: 30px;}
.dosis-button, button, .button, input[type="submit"] {
	text-align: center;
	padding: 13px 25px;
	background: #e66625;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 24px;
	cursor: pointer;
}

.dosis-button:hover, button:hover, .button:hover, input[type="submit"]:hover,
.dosis-button:focus, button:focus, .button:focus, input[type="submit"]:focus{
	background: #111;
	color: #fff;
	outline: none;
}
input[type="text"], input[type="email"], 
input[type="search"], input[type="password"],
input[type="tel"],textarea{
	border: 1px solid #ddd;
	background: transparent;
	padding: 12px 18px;
	line-height: 24px;
	color: #999;
	width: 100%;
	font-size: 15px;
}
select{
	border: 1px solid #ddd;
	padding: 12px 18px;
	line-height: 24px;
	color: #999;
	width: 100%;
	font-size: 15px;
	 -webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;
	background-color: transparent;
   background-image: url(/wp-content/themes/dosis/assets/images/select.png);
   background-repeat: no-repeat;
   background-position: 95% center;
}
select:focus{
	outline: none;
}
textarea{min-height: 150px;}
::-webkit-input-placeholder {
   color: inherit;
   opacity: 1;
}
:-moz-placeholder {
   color: inherit;
   opacity: 1;  
}
::-moz-placeholder {
   color: inherit;
   opacity: 1;  
}
:-ms-input-placeholder {  
   color: inherit;
   opacity: 1;  
}
iframe{
	max-width: 100%
}
abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: none;
}
/* Select chosen */
.chosen-container{
  width: 100%!important;
}
.chosen-container-single .chosen-single{
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  background: none;
  border-color: #ddd;
  border-radius: 3px;
  height: 40px;
  padding: 7px 15px;
  color: #888;
}
.chosen-container-active.chosen-with-drop .chosen-single{
  background: none;
  border-color: #ddd;
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.chosen-container-single .chosen-single div{width: 25px}
.chosen-container-single .chosen-single div b{
  background: none!important;
}
.chosen-container-single .chosen-single div b:after{
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.chosen-container .chosen-drop{
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  background: #fff;
  border-color: #ddd;
  border-radius: 0;
}
.chosen-container-single .chosen-search input[type="text"]{border-color: #ddd;}
.chosen-container .chosen-results li{line-height: 24px;font-family: inherit;}
.chosen-container .chosen-results li.highlighted{
  background-image: none;
  background-color: #e66625;
}
/* Owl */
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 36px;
	line-height: 45px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	border-radius: 50%;
	text-align: center;
	background: #fff;
	font-size: 16px;
	color: #111;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.owl-carousel:hover .owl-nav button.owl-prev, 
.owl-carousel:hover .owl-nav button.owl-next{
	opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev{left: 30px;}
.owl-carousel .owl-nav button.owl-next{right: 30px;}
.owl-carousel .owl-dots{
	text-align: center;
	margin-top: 15px;
	line-height: normal;
}
.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #aaa;
	border-radius: 50%;
	margin: 0 4px;
}
.owl-carousel .owl-dots .owl-dot.active{
	background: #111;
}
/*-------------------------------*/
/*          WORDPRESS CORE
/*-------------------------------*/
.sticky {
	position: relative;
}
.sticky .post-title:before{
	content: "\f08d";
	font-family: "Font Awesome 5 Free";
	color: #e66625;
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
	font-weight: 900;
}
.screen-reader-text{
	display: none;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.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: #e66625;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 111100; /* Above WP toolbar. */
}
.gallery-caption {margin-top: 10px;margin-bottom: 0}

.bypostauthor{position: relative;}

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	text-align: center;
	margin: 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.wp-caption {
    max-width: 100%;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: inherit;
  font-style:italic;
  color:inherit;
  line-height: 17px;
  margin: 8px 0 0;
}
table {
	border-collapse: collapse;
	margin-bottom: 1em;
    width: 100%;
}

table, td, th {
    border: 1px solid #ddd;
}
td, th {
    padding: 10px;
}
.widget_calendar td, .widget_calendar th {
    padding: 5px;
}
.fluid-width-video-wrapper {
	margin-bottom: 12px;
}
label{font-weight: normal;margin-bottom: 0;}
dt, dd {
  line-height: inherit;
}
dt {
    font-weight: 600;
    color: #111;
}
figure{margin: 0}
code {
	color: #111;
}
kbd {
	background-color: #111;
    color: #fff;
    border-radius: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
	margin-bottom: 25px;
}
.alignfull {
    	margin: 32px calc(50% - 50vw);
		width: 100vw;
		max-width: 100vw;
    }
.alignwide {
	margin: 32px calc(25% - 25vw);
	width: 100vw;
	max-width: 75vw;
}
.wp-block-quote p{margin-bottom: 10px;}
blockquote, .wp-block-quote.is-large {
	color: #999;
	padding: 0;
	font-style: italic;
	font-size: 18px;
	line-height: 30px;
	padding-left: 45px;
	position: relative;
}
.wp-block-quote:before, blockquote:before{
	content: "\f10d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 4px;
	color: #ccc;
	font-size: 25px;
}
.wp-block-quote cite{
	margin-top: 0;
	color: #111;
}
.wp-block-quote cite:before{
	content: "";
	width: 20px;
	height: 1px;
	display: inline-block;
	background-color: #111;
	margin-right: 15px;
}
.wp-block-quote.is-large p, .wp-block-quote.is-large cite {
	font-size: 20px;
    font-style: normal;
}
.wp-block-pullquote {
	border-top: 4px solid #ddd;
	border-bottom: 4px solid #ddd;
	color: #111;
	padding: 3em 0;
	margin: 0 0 3em;
	text-align: center;
}
.wp-block-pullquote blockquote {
	border: none;
	margin: 1em;
	padding: 0;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}
.wp-block-button__link{
	background: #111;
}
.wp-block-embed.alignfull iframe{width: 100%}
.post-content ul, .post-content ol{margin-bottom: 20px;}
.post-content ul ul, .post-content ol ol, .post-content ul ol .post-content ol ul{margin-bottom: 0}
.wp-block-archives,.wp-block-categories{margin-bottom: 30px;}
.wp-block-archives li, .wp-block-categories li{
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.wp-block-archives li:last-child, .wp-block-categories li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.wp-block-archives li a,.wp-block-categories li a{
	color: inherit;
}
.wp-block-archives li a:hover, .wp-block-categories li a:hover{color: #e66625}
.wp-block-archives ul.children ,.wp-block-categories ul.children{
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin-top: 10px;
}
.wp-block-latest-posts > li > a{
	font-family: 'Oswald';
	color: #111;
	font-weight: 500;
	line-height: 1.3em;
	font-size: 15px;
}
.page-nav{
	clear: both;
}
/*--------------------------
		HEADER
---------------------------*/
.dosis-logo{
	padding: 50px 0;
	text-align: center;
}
.dosis-logo h1,.dosis-logo h2{margin: 0;}
.dosis-logo img{
	max-width: 300px;
}
.logo-img + .site-title{
	margin-top: 15px;
}
.dosis-logo .logo-img{
    display: block;
}
.site-title{margin-bottom: 0}
.site-title a{color: inherit;}
.tagline{
	color: #999;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 2px;
	vertical-align: middle;
	margin-top: 10px;
	font-weight: normal;
}
.tagline:after,
.tagline:before{
	content: "";
	width: 45px;
	border-bottom: 1px solid;
	vertical-align: middle;
	display: inline-block;
}
.tagline:before{margin-right: 25px;}
.tagline:after{margin-left: 25px;}
.header-content{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	position: relative;
	justify-content: space-between;
}

.header-content{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	position: relative;
	justify-content: space-between;
}
.header-content .navbar-col{
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.header-content .navbar-main{
	text-align: center;
}
.header-content.no_has_navbar .navbar-main{
	text-align: left;
}
.navbar-toggle{
	width: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
}
.navbar-toggle span{
	display: block;
	height: 2px;
	width: 24px;
	margin: 2px 0;
	background: #111;
}
.navbar-touch .navbar-toggle{
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.navbar-touch .navbar-toggle span{
	margin-top: 11px;
	margin-bottom: 0px;
}
.navbar-touch .navbar-toggle span:after{
	content: "";
	display: inline-block;
	height: 24px;
	width: 2px;
	display: block;
	background: #111;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.navbar-main ul{padding: 0}
.main-menu-horizontal .dosis-main-menu > li{
	display: inline-block;
	margin: 0 15px;
}
.main-menu-horizontal .dosis-main-menu > li:last-child{margin-right: 0}
.main-menu-horizontal .dosis-main-menu > li:first-child{margin-left: 0}
.main-menu-horizontal .dosis-main-menu > li > a{
	line-height: 58px;
    font-weight: 500;
    display: inline-block;
}
.dosis-main-menu li{
	position: relative;
	list-style: none;
    font-size: 14px;
}
.main-menu-horizontal .dosis-main-menu > li > a,
.maine-menu-vertical .dosis-main-menu li{
	font-family: Oswald;	
}
.maine-menu-vertical .dosis-main-menu  .sub-menu li{font-size: 13px;}
.dosis-main-menu li a{
	color: #111;
	text-transform: uppercase;
}
.dosis-main-menu li a:hover,
.dosis-main-menu li.menu-item-has-children.current-menu-ancestor > a,
.dosis-main-menu li.current-menu-item > a{
	color: #e66625;
}
.main-menu-horizontal .dosis-main-menu .sub-menu{
	position: absolute;
	left: -20px;
	top: 100%;
	min-width: 200px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	transition: all 0.3s ease 0s;
	background: #282828;
	z-index: 5;
	min-width: 250px;
	text-align: left;
	margin-top: 1px;
	padding: 20px 0;
}
.main-menu-horizontal .dosis-main-menu .sub-menu li a{
	color: #a0a0a0;
}
.main-menu-horizontal .dosis-main-menu .sub-menu li a:hover,
.main-menu-horizontal .dosis-main-menu .sub-menu li.current-menu-item a{
	color: #fff;
}
.main-menu-horizontal .dosis-main-menu .sub-menu .sub-menu{
	left: 100%;
	top: -20px;
}
.main-menu-horizontal .dosis-main-menu li:hover > .sub-menu{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.dosis-main-menu .sub-menu li a{
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 20px;
	line-height: 35px;
	text-transform: none;
}
.dosis-main-menu .sub-menu li:last-child a{
	border-bottom: none;
}
.dosis-main-menu .menu-item-has-children > a .caret{
	line-height: inherit;
	display: inline-block;
	z-index: 30;
}
.dosis-main-menu .menu-item-has-children > a .caret:after{
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	opacity: 0.5;
	margin-left: 3px;
	font-weight: 900;
}
.dosis-main-menu .sub-menu .menu-item-has-children > a .caret:after{
	content: "\f105";
}
/*Mega menu*/
.main-menu-horizontal .dosis-main-menu .megamenu > ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 20px 10px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.main-menu-horizontal .dosis-main-menu  .megamenu > ul > li > a{
	color: #fff;
	font-size: 14px;
	font-family: 'Oswald'
}
.main-menu-horizontal .megamenu .sub-menu li.text-hidden > a{
	visibility: hidden;
}
.main-menu-horizontal .megamenu.cols-1 > ul{
	width: 250px;
}
.main-menu-horizontal .megamenu.cols-2 > ul{
	width: 530px;
}
.main-menu-horizontal .megamenu.cols-3 > ul{
	width: 780px;
}
.main-menu-horizontal .megamenu.cols-4 > ul{
	width: 1030px;
}
.main-menu-horizontal .megamenu > ul > li,
.main-menu-horizontal .megamenu.cols-1 > ul > li{
	width: 100%;
}
.main-menu-horizontal .megamenu.cols-2 > ul > li{
	width: 50%;
}
.main-menu-horizontal .megamenu.cols-3 > ul > li{
	width: 33.333%;
}
.main-menu-horizontal .megamenu.cols-4 > ul > li{
	width: 25%;
}
.main-menu-horizontal .megamenu ul .sub-menu{
	position: static;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	padding: 0;
}
.main-menu-horizontal .megamenu > ul > li .caret{display: none;}
.main-menu-horizontal .megamenu .sub-menu li a{
	border: none;
}
.main-menu-horizontal .megamenu ul .sub-menu li a{

}
/*Nav sidebar*/
.nav-siderbar,.dosis-menu-touch{
	visibility: hidden;
	width: 330px;
	background: #fff;
	height: 100vh;
	-webkit-transform: translateX(-330px);
	-ms-transform: translateX(-330px);
	-o-transform: translateX(-330px);
	transform: translateX(-330px);
	position: fixed;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	overflow-y: auto;
	padding: 0 20px 50px;
    z-index: 1;
}
.admin-bar .nav-siderbar,.admin-bar .dosis-menu-touch{top: 32px;}
@media(max-width: 782px){
	.admin-bar .nav-siderbar,.admin-bar .dosis-menu-touch{top: 46px;}
}

.open-navsidebar .nav-siderbar,
.open-menutouch .dosis-menu-touch{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
    z-index: 100;
}
.body-overlay{
    width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
    opacity: 0;
    z-index: -1;
}
.open-navsidebar .body-overlay,.open-menutouch .body-overlay{
    opacity: 1;
	z-index: 20;	
}
.nav-siderbar .logo-navbar, .dosis-menu-touch .logo-navbar{
	padding: 15px 0;
	text-align: center;
	margin-bottom: 40px
}
.nav-siderbar .logo-navbar img, .dosis-menu-touch .logo-navbar img{
	max-width: 70%
}
.dosis-main-menu{padding: 0}
.maine-menu-vertical .dosis-main-menu li a{
	line-height: 40px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
}
.maine-menu-vertical .dosis-main-menu .sub-menu li a{
	margin: 0;
}
.maine-menu-vertical .dosis-main-menu .menu-item-has-children > a .caret{
	width: 25px;
	text-align: right;
}
.maine-menu-vertical .dosis-main-menu .sub-menu{
	display: none;
}
.menu-touch{
    text-transform: uppercase;
    font-family: 'Oswald';
    color:#111;
    line-height: 58px;
    font-weight: bold;
    font-size: 14px;
}
/*Nav Search*/
.navbar-search{
	text-align: right;
	width: 100%;
	display: block;
	color: #111;
	font-size: 14px;
}
.nav-search-hear{
	position: absolute;
	z-index: -1;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 5px 40px 5px 0;
	width: 0;
	-webkit-transition: all 0.5s ease 0;
	-o-transition: all 0.5s ease 0;
	transition: all 0.5s ease 0;
	opacity: 0;
	background: #fff;
}
.search-active .nav-search-hear{
	opacity: 1;
	width: 100%;
	z-index: 20;
}
.nav-search-hear .searchform input[type="text"]{
	border: none;
	padding-left: 0
}
.nav-search-hear .close-search{
	position: absolute;
	width: 35px;
	text-align: right;
	font-size: 14px;
	color: #111;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}
/*----------------------------------------------------------------
						MAINCONTAINER
-----------------------------------------------------------------*/
.dosis-primary{
	padding: 50px 0 70px;
}
.dosis-title-section{
	text-transform: uppercase;
	border-bottom: 2px solid;
	line-height: 30px;
	letter-spacing: 1px;
}
.dosis-pagination{
	margin-top: 20px;
}
.blog-list + .dosis-pagination{margin-top: 70px}
.dosis-pagination .nav-links .page-numbers{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #aaa;
	border: 1px solid;
	margin-right: 8px;
}
.dosis-pagination .nav-links .page-numbers:hover,
.dosis-pagination .nav-links .page-numbers.current{
	background: #e66625;
	color: #fff;
}
.page-content .page-image{
	margin-bottom: 40px;
}
.page-content .dosis-social{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.page-excerpt ul{margin-bottom: 25px}
.page-title{margin-bottom: 20px;}
.wpcf7-form .wpcf7-form-control-wrap{
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
/*----------------------------
		Feature Post 
------------------------------*/
.featured-posts-slider{margin-bottom: 50px;}
.item-post-feature{
	position: relative;
}
.item-post-feature .bg-img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #f5f5f5;
}
.item-post-feature .bg-img:before{
	content: "";
	display: block;
	width: 100%;
	background: transparent;
	padding-top: 51.67%
}
.item-post-feature .post-info{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.item-post-feature .post-info .post-inner-info{
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 20px 30px;
	text-align: center;
	max-width: 480px;
	margin: 0 auto;
	opacity: 0;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
}
.owl-item.active .item-post-feature .post-info .post-inner-info{
	-webkit-animation-name: textslide;
	animation-name: textslide;
}
@-webkit-keyframes textslide{
	0%{
		opacity:0;
		-webkit-transform:translate3d(0,40px,0);
		transform:translate3d(0,40px,0);
	}
	100%{
		opacity:1;
		-webkit-transform:none;transform:none
	}
}
@-moz-keyframes textslide{
	0%{
		opacity:0;
		-webkit-transform:translate3d(0,40px,0);
		transform:translate3d(0,40px,0);
	}
	100%{
		opacity:1;
		-webkit-transform:none;transform:none
	}
}

@-o-keyframes textslide{
	0%{
		opacity:0;
		-webkit-transform:translate3d(0,40px,0);
		transform:translate3d(0,40px,0);
	}
	100%{
		opacity:1;
		-webkit-transform:none;transform:none
	}
}

@keyframes textslide{
	0%{
		opacity:0;
		-webkit-transform:translate3d(0,40px,0);
		transform:translate3d(0,40px,0);
	}
	100%{
		opacity:1;
		-webkit-transform:none;transform:none
	}
}
.post-title a{color: inherit;}
.post-title a:hover{color: #e66625}
.item-post-feature .post-info .post-title{
	font-size: 20px;
	margin-bottom: 10px;
	color: #fff;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
}
.item-post-feature .post-info .post-cats{
	font-size: 12px;
	margin-bottom: 10px;
	color: #fff;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
}
.item-post-feature .post-cats a:after{
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	border: 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 10px;
	vertical-align: middle;
}
.item-post-feature .post-cats a:last-child:after{display: none;}
.item-post-feature .post-cats a{
	color: inherit;
	background: transparent;
	padding: 0;
}
.item-post-feature .post-cats a:hover{color: #e66625;}
.item-post-feature .post-info .post-meta{
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
}
.owl-item.active .item-post-feature .post-info .post-meta,
.owl-item.active .item-post-feature .post-info .post-cats,
.owl-item.active .item-post-feature .post-info .post-title{
	-webkit-animation-name: textslide;
	animation-name: textslide;
}
.post-meta{vertical-align: middle;}
.post-meta > div{
	display: inline-block;
	font-size: 12px;
}
.post-meta > div:after{
	content: "";
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 8px;
	border-left: 1px solid;
}
.post-meta > div:last-child:after{display: none;}
.post-meta .ath-post{text-transform: capitalize;}
.post-meta .ath-post span{text-transform: none;}
/*----------------------------
			Blog
------------------------------*/
.dosis-blog .post{
	margin-bottom: 45px;
}
.dosis-blog .post .post-inner{
	position: relative;
}
.dosis-blog .post .readmore{margin-top: 25px;}
.dosis-blog .post-inner:after,
.dosis-blog .post-inner:before{
	content: "";
	display: table;
	clear: both;
}.post-cats a{
	background: #e66625;
	padding: 0 10px;
	line-height: 20px;
	color: #fff;
}
.dosis-blog .post-cats{
	margin-bottom: 15px;
}
.post-title{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.dosis-blog .post-title{
	margin-bottom: 10px;
	font-size: 18px;
}
.dosis-blog .post-meta{margin-bottom: 15px;}
.post-excerpt p:last-child{margin-bottom: 0}
.dosis-blog .post .post-format{
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.dosis-blog .post.format-audio .post-format a:before,
.dosis-blog .post.format-video .post-format a:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
}
.dosis-blog .post.format-audio .post-format a:before{
	content: "\f001";
}
.dosis-blog .post.format-video .post-format a:before{
	content: "\f04b";
}
/*.dosis-blog .post .post-format:hover{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}*/
/*Blog list*/
.blog-list .post{
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.blog-list .post:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.blog-list .post-format{
	width: 380px;
	margin-right: 30px;
	float: left;
}
.blog-list .post-info{
	overflow: hidden;
}
.blog-list .post-format a{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.blog-list .post-format a:after{
	content: "";
	width: 100%;
	padding-top: 67%;
	display: block;
}
.blog-list .date-post{display: none;}
/*Blog Grid - Masonry - Mix - Grid Mix*/
.blog-grid .post .post-cats,
.blog-masonry .post .post-cats{display: none;}
.blog-3cols-grid .post-title,
.dosis-masonry .post-title{font-size: 16px;}

.blog-grid .post-info,
.blog-masonry .post-info,
.blog-grid-mix .post-info,
.blog-mix .post-info{
	text-align: center;
	position: relative;
	background: #fff;
	padding: 40px 20px 30px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.blog-grid .date-post,
.blog-masonry .date-post,
.blog-grid-mix .date-post,
.blog-mix .date-post{
	width: 50px;
	height: 50px;
	display: block;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	padding: 9px 0;
	line-height: normal;
}
.blog-grid .date-post:after,
.blog-grid-mix .date-post:after,
.blog-masonry .date-post:after,
.blog-mix .date-post:after{
	content: "";
	width: 54px;
	height: 27px;
	position: absolute;
	left: -2px;
	bottom: -2px;
	border-bottom-left-radius: 29px;
	border-bottom-right-radius: 29px;
	border:2px solid #e66625;
	border-top: none;
}
.date-post span{display: block;}
.blog-mix .post-full .post-format a::after{
	padding-top: 57%;
}
.post-format a{display: block;}
.blog-mix .post-format a,
.blog-grid-mix .post-format a,
.blog-masonry .post-format a{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.blog-mix .post-format a:after,
.blog-grid-mix .post-format a:after,
.blog-masonry .post-format a::after{
	content: "";
	width: 100%;
	display: block;
}
.blog-mix .post-format a:after{
	padding-top: 67%;
}
.blog-mix .post-full .post-info{
	max-width: 85%;
	margin-top: -60px;
	margin-left: auto;
	margin-right: auto;

}

/*Masonry*/
.blog-masonry .post-format a::after {
	padding-top: 68%;
}
.blog-masonry .post:nth-child(2n+1) .post-format a::after{
	padding-top: 95%
}
.blog-masonry .post-excerpt,.blog-masonry .post-meta{display: none;}

/*Grid Mix*/
.blog-grid-mix{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.blog-grid-mix .post{
	padding: 0 15px;
}
.no-sidebar .blog-grid-mix .grid{
	width: 33.333%;
}
.no-sidebar .blog-grid-mix .grid-2x{
	width: 66.666%;
}
.has-sidebar .blog-grid-mix .grid{
	width: 45%;
}
.has-sidebar .blog-grid-mix .grid-2x{
	width: 55%;
}
.blog-grid-mix .post-format a:after{
	padding-top: 76%;
}
.blog-grid-mix .grid-2x .post-format a:after{
	padding-top: 67%;
}
.no-sidebar .blog-grid-mix .grid-2x .post-format a:after{
	padding-top: 71%;
}
.no-sidebar .blog-grid-mix .grid-2x .post-info{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
}
.no-sidebar .blog-grid-mix .grid-2x .post-meta,
.no-sidebar .blog-grid-mix .grid-2x .post-excerpt,
.no-sidebar .blog-grid-mix .grid-2x .post-title{
	color: #fff;
}
/*Home Lastest*/
.home_feature_posts_widget .dosis-feature-cat{
	margin-bottom: 50px;
}
.home_feature_posts_widget .post .readmore{display: none;}
.home_feature_posts_widget .dosis-feature-cat.grid2,
.home_feature_posts_widget .dosis-feature-cat.grid3{
	margin-bottom: 20px;
}
.dosis-feature-cat.biglist{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.dosis-feature-cat.biglist .item-post-first{
	padding-right: 15px;
	width: 50%;
}
.dosis-feature-cat.biglist .item-other{
	padding-left: 15px;
	width: 50%;
}
.dosis-feature-cat.biglist .post-format a{
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.dosis-feature-cat.biglist .post-format a:after{
	content: "";
	padding-top: 67%;
	display: block;
	width: 100%;
}
.no-sidebar .dosis-feature-cat.biglist .item-post-first{
	width: 60%;
}
.no-sidebar .dosis-feature-cat.biglist .item-other{
	width: 40%;
}
.no-sidebar .dosis-feature-cat.biglist .item-post-first .post-format a::after{
	padding-top: 50%
}
.no-sidebar .dosis-feature-cat.biglist .item-other .post-format{width: 130px}
.no-sidebar .dosis-feature-cat.biglist .post-format a:after{padding-top: 75%}
.dosis-feature-cat.biglist .item-other .post{
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.dosis-feature-cat.biglist .item-other .post:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.dosis-feature-cat.biglist .item-other .post-format{
	float: left;
	width: 120px;
	margin-right: 20px;
}
.dosis-feature-cat.biglist .item-other .post-info{
	overflow: hidden;
}
.dosis-feature-cat.biglist .post-title{
	margin-bottom: 0;
}
.dosis-feature-cat.biglist .item-post-first .post-title{
	font-size: 22px;
	margin-bottom: 10px;
}
.has-sidebar .list-post-thumb .post-title{
	font-size: 14px;
}
.list-post-thumb .post-title{
	font-size: 16px;
}
.item-post-first .post-format{
	margin-bottom: 20px;
}
.item-post-first .post-cats{margin-bottom: 15px;}
.item-post-first .post-meta{margin-bottom: 10px;}
.has-sidebar .dosis-feature-cat.grid3 .dosis-blog > .row{
	margin: 0 -10px;
}
.has-sidebar .dosis-feature-cat.grid3 .dosis-blog .post{
	padding: 0 10px;
}

/*Single Post*/
.dosis-single-post .post-heading{
	margin-bottom: 45px;
	text-align: center;
}
.dosis-single-post .post-cats{margin-bottom: 10px;}
.dosis-single-post .post-title{
	margin-bottom: 10px;
}
.dosis-single-post .post-format{
	margin-bottom: 50px;
}
.dosis-single-post .post-content:after,
.dosis-single-post .post-content:before{
	content: "";
	display: table;
	clear: both;
}
.post-related .post-format,.dosis-single-post .post-related .post-format{
	margin-bottom: 25px;
}
.dosis-single-post .post-tags{margin-bottom: 15px;}
.dosis-single-post .post-related{
	border-top: 1px solid #eee;
	padding-top: 45px;
	margin-top: 30px;
}
.dosis-single-post .post-related .post-title{
	font-size: 18px;
	margin-bottom: 0;
}
/*Comment*/
.dosis-single-post .comments-area{
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding-top: 45px;
}
.comment-list {padding-left: 0}
.comment-list > li{
	list-style: none;
}
.comment-list .comment{
	overflow: hidden;
}
.comment-body{
	overflow: hidden;
	margin-bottom: 35px;
}
.comment-body .comment-author{
	float: left;
	margin-right: 20px;
	max-width: 85px;
}
.comment-body .comment-content{
	overflow-y: hidden;
}
.comment-content .author-name {
	font-size: 14px;
	margin: 0;
	display: inline-block;
}
.comment-content .date-comment {
	display: inline-block;
	color: #999;
	margin-left: 15px;
	font-size: 12px;
}
.reply {
	float: right;
	color: #111;
}
.reply a{color: inherit;}
.date-comment a{color: inherit;}
.comment-text {
	margin-top: 10px;
}
.comment-text p:last-child{margin-bottom: 0}
.comment-list ol.children{list-style: none;}

.comment-respond{
	margin-top: 30px;
	padding-top: 45px;
	border-top: 1px solid #eee;
}
.logged-in-as{margin-bottom: 10px;}
.comment-form .input-form,
.comment-form .textarea-form{
	margin-bottom: 30px;
}
.comment-form-cookies-consent input[type="checkbox"]{
	margin-right: 10px;
	vertical-align: middle;
}
/*--------------------------
		Widget
----------------------------*/
.main-content .widget{margin-bottom: 0;}
.widget{margin-bottom: 50px;}
.widget-title {
	text-transform: uppercase;
	border-bottom: 2px solid;
	line-height: 30px;
	letter-spacing: 1px;
}
.widget ul{
	padding-left: 0
}
.widget ul ul,.widget ol ol,.widget ul ol,.widget ol ul{
	padding-left: 20px;
}
.widget ul li{
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.widget ul li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget ul li a{color: inherit;}
.widget ul li a:hover{color: #e66625;}
/*About*/
.dosis-about-me .about-image {
	margin-bottom: 20px;
}
.dosis-about-me .widget-title{
	border: none;
	margin-bottom: 10px;
}
.dosis-about-me .about-info{
	text-align: center;
}
.dosis-about-me .about-text{
	margin-bottom: 15px;
}
.dosis-about-me .ab-signature img{
	max-width: 160px;
}
/*Widget Post*/
.dosis-post-widget .post-title{margin-bottom: 0}
.dosis-post-widget .date-post{font-size: 12px;margin-top: 5px;}
.dosis-post-widget.list .list-post-thumb .post-item{
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.dosis-post-widget.list .list-post-thumb .post-item:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}
.dosis-post-widget.list .list-post-thumb .post-format{
	float: left;
	width: 120px;
	margin-right: 20px;
}
.nav-siderbar .dosis-post-widget.list .list-post-thumb .post-format{
    width: 110px;
}
.dosis-post-widget.list .list-post-thumb .post-info{
    overflow:hidden;
}
.dosis-post-widget.slide .post-item{
	position: relative;
}
.dosis-post-widget.slide .post-item:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.dosis-post-widget.slide .post-item:hover:after{
	background: rgba(0,0,0,0.3);
}
.dosis-post-widget.slide .post-item .post-format{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.dosis-post-widget.slide .post-item .post-format:before{
	content: "";
	display: block;
	width: 100%;
	padding-top: 115%;
}
.dosis-post-widget.slide .post-item .post-info{
	position: absolute;
	padding: 0 20px;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 2;
}
.dosis-post-widget.slide .post-item .post-cats{
	margin-bottom: 10px;
}
.dosis-post-widget.slide .post-item .post-title{
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
}
.dosis-post-widget.slide .post-item .post-meta{color: #fff;}
.dosis-post-widget.grid .item-post-first{
	position: relative;
}
.dosis-post-widget.grid .item-post-first .post-format{margin-bottom: 0}
.dosis-post-widget.grid .item-post-first .post-info{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 15px 20px;
	background: rgba(0,0,0,0.5);
}
.dosis-post-widget.grid .item-post-first .post-title{
	font-size: 16px;
	color: #fff;
}
.dosis-post-widget.grid .grid-post-thumb .row{
	margin: 0 -10px;
}
.dosis-post-widget.grid .grid-post-thumb .col-sm-6{
	padding: 0 10px;
	margin-top: 20px;
}
.dosis-post-widget.grid .grid-post-thumb .post-format{margin-bottom: 10px;}
.dosis-post-widget.grid .grid-post-thumb .post-title{
	font-size: 14px;
}

/*Tag Cloud*/
.tagcloud a{
	display: inline-block;
	font-size: 14px!important;
	border: 1px solid #eee;
	padding: 5px 15px;
	margin: 0 3px 10px;
	color: inherit;
}
.tagcloud a:hover{
	background: #e66625;
	border-color: #e66625;
	color: #fff;
}
/*Newsletter*/
.dosis-newsletter label{
    margin-bottom: 30px;
}
.form-newsletter input[type="email"]{
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    float:left;
}
.form-newsletter button{
    font-size: 0;
    color: transparent;
    padding: 0;
    position:relative;
    width:50px;
    line-height:50px;
    background:#111;
}
.form-newsletter button:after{
    content: "\f30b";
    font-family:'Font Awesome 5 Free';
    font-size:18px;
    color:#fff;
    font-weight:900;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.widget_nav_menu ul li{
    font-family: 'Oswald';
    border-bottom: none;
    padding: 0;
    margin:0;
}
.widget_nav_menu ul li a{
    border-bottom: 1px solid #eee;
    display: block;
    line-height:40px;
    color:#111;
}
.widget_nav_menu .menu > li > a{
    text-transform: uppercase;
}
.widget_archive ul li,
.widget_categories ul li.cat-item,
.widget_pages ul li.page_item,
.widget_meta ul li,
.widget_recent_entries ul li{
    text-transform:uppercase;
    font-family:'Oswald';
    font-size: 14px;
    color: #111;
} 
/*Nav sidebar*/
.nav-siderbar .widget{
    margin-top: 50px;
    font-size:14px;
}

/*-------------------------------
		FOOTER
-------------------------------*/
.footer-ins .widget{margin-bottom: 0;}
.footer-ins .insta-gallery-feed .insta-gallery-actions{
	margin: 0;
}
.main-footer{
	background: #111;
	text-align: center;
	padding: 70px 0;
    color: #888;
}
.logo-footer img {
    max-width: 260px;
    display: block;
    margin: 0 auto;
}
.copyright{font-size: 14px;margin-top: 30px;}
.share-title {
	text-transform: uppercase;
	margin-right: 10px;
	font-family: Oswald;
	color: #111;
}
.dosis-social a{
	display: inline-block;
	color: inherit;
	color: #111;
	margin: 0 5px;
}
.dosis-social a:hover{
	color: #e66625;
}
.footer-social{margin-top: 15px;}
.footer-social a{
	margin: 0 10px;
	font-size: 16px;
	color: inherit;
}
.footer-social a:hover{
	color: #fff;
}
/*-----------------------------
		RESPONSIVE
-----------------------------*/

@media (max-width: 575.98px) {
    .nav-siderbar,.dosis-menu-touch{width:280px;}
    .comment-body .comment-author{width: 70px;margin-right: 15px}
    .comment-content .date-comment{display: block;margin-left: 0}
    .reply{float: none;}
    .item-post-feature .bg-img::before{padding-top: 85.67%}
    .owl-carousel .owl-nav {display: none;}
    .item-post-feature .post-info .post-inner-info{max-width: 80%;padding: 20px}
    .item-post-feature .post-info .post-title{font-size: 16px;}
    .has-sidebar .blog-grid-mix .grid-2x, .blog-grid-mix .grid-2x{width: 100%;}
    .has-sidebar .blog-grid-mix .grid, .blog-grid-mix .grid{width: 100%}
    .dosis-feature-cat.biglist .item-post-first .post-title{font-size: 20px;}
    .dosis-post-widget.slide .post-item .post-format::before {padding-top: 120%;}

}

@media (min-width: 576px) and (max-width: 767.98px){
 	.dosis-post-widget.slide .post-item .post-format::before {padding-top: 80%;}
 	.has-sidebar .blog-grid-mix .grid,.has-sidebar .blog-grid-mix .grid-2x{width: 50%}
 	.blog-grid-mix .grid-2x .post-format a::after {padding-top: 76%;}
 	.item-post-feature .post-info .post-inner-info{max-width: 380px}
 	.owl-carousel .owl-nav button.owl-next{right: 20px}
 	.owl-carousel .owl-nav button.owl-prev {left: 20px;}
 	.item-post-feature .bg-img::before{padding-top: 62.67%}
}
@media (max-width: 767.98px){
    .dosis-blog .post-title{font-size: 16px;}
	.dosis-logo img{max-width: 160px}
	.dosis-logo{padding: 25px 0}
	.items-slide .item-post-feature.item-first .post-title{font-size: 18px;}
	.items-slide .item-post-feature.item-first{
		width: 100%;
		border-right: none;
		border-bottom: 10px solid transparent;
	}
	.items-slide .item-post-feature{
		width: 100%;
		border-bottom: 10px solid transparent;
	}
	.items-slide .item-post-feature:last-child{
		border-top: none;
	}
	.blog-list .post-format{width: 100%;margin-right: 0;margin-bottom: 30px;float: none;}
	.dosis-feature-cat.biglist .item-post-first{width: 100%;padding-right: 0;margin-bottom: 30px;}
	.dosis-feature-cat.biglist .item-other{width: 100%;padding-left: 0}
	.blog-mix .post-full .post-format a::after{padding-top: 85%}
	.logo-footer img{max-width: 170px}
	.no-sidebar .dosis-feature-cat.biglist .item-post-first{width: 100%}
	.no-sidebar .dosis-feature-cat.biglist .item-other{width: 100%}
	.no-sidebar .blog-grid-mix .grid-2x, .no-sidebar .blog-grid-mix .grid{width: 100%}
}
@media (min-width: 768px) and (max-width: 991.98px){
	.dosis-logo{padding: 35px;}
	.dosis-logo img{max-width: 230px}
	.items-slide .item-post-feature.item-first{
		width: 100%;
		border-right: none;
		border-bottom: 10px solid transparent;
	}
	.items-slide .item-post-feature{
		width: 50%;
		border-bottom: none;
		border-right: 5px solid transparent;
	}
	.items-slide .item-post-feature:last-child{
		border-top: none;
		border-right: none;
		border-left: 5px solid transparent;
	}
	.item-post-feature .bg-img::before{padding-top: 64%}
	.blog-list .post-format{width: 330px}
	.blog-list .post-format a::after {padding-top: 75%}
	.logo-footer img{max-width: 200px}
	.no-sidebar .dosis-feature-cat.biglist .item-other, .no-sidebar .dosis-feature-cat.biglist .item-post-first{width: 50%}
	.no-sidebar .dosis-feature-cat.biglist .post-format a::after {padding-top: 67%;}
	.no-sidebar .dosis-feature-cat.biglist .item-post-first .post-format a::after {padding-top: 65%;}
	.no-sidebar .blog-grid-mix .grid-2x{width: 60%}
	.no-sidebar .blog-grid-mix .grid{width: 40%}
	.no-sidebar .blog-grid-mix .grid-2x .post-format a::after {padding-top: 67%;}
}
@media (max-width: 991.98px){
	.sidebar{
		margin-top: 50px;
	}
	.dosis-post-widget.slide .post-item .post-format::before{padding-top: 60%}
	.header-content.no_has_navbar .navbar-col.navbar-end{
		width: 100%;
		justify-content: space-between;
	}
	.header-content{padding: 12px 0}
	.navbar-search{margin-left: 5px;width: 25px;}
	.blog-grid-mix .post-format a::after {padding-top: 75%;}
	.no-sidebar .blog-grid-mix .grid-2x .post-info{position: relative;background: #fff}
	.no-sidebar .blog-grid-mix .grid-2x .post-meta, .no-sidebar .blog-grid-mix .grid-2x .post-excerpt{color: inherit;}
	.no-sidebar .blog-grid-mix .grid-2x .post-title{color: #111}
}
@media (min-width: 992px) and (max-width: 1199.98px){
	.blog-list .post-format{width: 310px;}
	.blog-list .post-format a::after{padding-top: 84%;}
	.blog-grid-mix .post-format a::after {padding-top: 64%;}
	.no-sidebar .dosis-feature-cat.biglist .item-post-first .post-format a::after {padding-top: 58%;}
	.no-sidebar .blog-grid-mix .grid-2x .post-format a::after {padding-top: 83.5%;}
	.blog-mix .post-full .post-format a::after {padding-top: 51%;}
}
@media(min-width: 1200px){
	.container {
		max-width: 1170px;
	}
}

/* 
From Font Awesome
*/
/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
