/*
Theme Name: Varese
Theme URI: http://varese.xalothemes.net
Author: Xalothemes Team
Text Domain: varese
Author URI: http://xalothemes.net
Description: A WordPress Theme for Bloggers
Version: 1.1
License: GNU General Public License v1 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*-------------------------/*
[Table of contents]
[Color codes]
    Background: #f0f0f0
    Body Color : #000000
    Accent color: #000
[Typography]
    Body:       14px/20px "Lora",sans-serif;
    Heading:    "Playfair Display",sans-serif
    Input, textarea: 14px/24px "Open Sans",sans-serif

[Component module]
    HEADERS
    WIDGETS
    BLOG
    FOOTER
    CUSTOM BOOSTRAP 5 COLUMNS
    REPONSIVE

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

/*------------------------
COMMON STYLES
------------------------*/

body{
	background-color: #f0f0f0;
	color: #000000;
	font-family: "Lora",Sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
a{
	text-decoration: none;
	color: #000000;
}
a:hover,
a:focus,
a:active{
	text-decoration: none;
}
a img:hover {
  opacity: 0.7;
}
a img {
  transition: opacity 0.5s;
  opacity: 1;
}
img{
	max-width: 100%;
	height: auto;
}
label{
  font-weight: normal;
  margin: 0;}
ul,ol{
	margin: 0;
	padding: 0;
}
ul ul,
ol ol,
ul ol,
ol ul{
	padding-left: 15px;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Playfair Display",Sans-serif;
	color: #000000;
	margin-bottom: 10px;
}
h1{
  font-size: 35px;
  line-height: 40px;
}
h2{
  font-size: 30px;
  line-height: 35px
}
h3{
  font-size: 24px;
  line-height: normal;
}
h4{
  font-size: 16px;
  line-height: 24px;
}
h5{
  font-size: 14px;
  line-height: 20px;
}
h6{
  font-size: 12px;
  line-height: 20px;
}
input[type="text"],input[type="email"],select,textarea{
	background-color: #eeeeee;
	color: #999999;
	line-height: normal;
	padding: 9px 20px 8px 20px;
	max-width: 100%;
	border: medium none;
	border-radius: 30px;
}
input[type="submit"],.button{
	color: #ffffff;
	font-family: "lora";
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	display: inline-block;
	padding: 9px 40px 8px 40px;
	border: medium none;
	border-radius: 30px;
	min-width: inherit;
}
input[type="submit"]:hover,.button:hover{
	color: #000000;
}
.left-slidebar .main-content{
	float: right;
}
.main-header {
	padding-top: 60px;
	padding-bottom: 60px;
}
/*---------------------
instagram
-----------------------*/
.header-instagram{
	overflow: hidden;
}
.header-instagram .widget{
	margin-bottom: 0;
	padding: 0;
}
.header-instagram .widget .item{
	width: 10%;
}
.widget_varese_instagram .item{
	float: left;
}
.widget_varese_instagram .varese-instagram .item{
	margin: 0;
	padding: 0;
}
.varese-instagram .item a{
	position: relative;
	display: block;
}
.varese-instagram .item a::before{
	content: '';
   	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	z-index: 1;
	background: rgba(239,195,114,0.8);
	background: -moz-linear-gradient(45deg, rgba(239,195,114,0.8) 0%, rgba(150,67,167,0.96) 81%, rgba(150,67,167,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(239,195,114,0.8)), color-stop(81%, rgba(150,67,167,0.96)), color-stop(100%, rgba(150,67,167,1)));
	background: -webkit-linear-gradient(45deg, rgba(239,195,114,0.8) 0%, rgba(150,67,167,0.96) 81%, rgba(150,67,167,1) 100%);
	background: -o-linear-gradient(45deg, rgba(239,195,114,0.8) 0%, rgba(150,67,167,0.96) 81%, rgba(150,67,167,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(239,195,114,0.8) 0%, rgba(150,67,167,0.96) 81%, rgba(150,67,167,1) 100%);
	background: linear-gradient(45deg, rgba(239,195,114,0.8) 0%, rgba(150,67,167,0.96) 81%, rgba(150,67,167,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc372', endColorstr='#9643a7', GradientType=1 );
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.varese-instagram .item a::after{
	font-family: 'FontAwesome';
	display: inline-block;
	content: "\f16d";
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0);
	-ms-transform: translateX(-50%) translateY(-50%) scale(0);
	-o-transform: translateX(-50%) translateY(-50%) scale(0);
	transform: translateX(-50%) translateY(-50%) scale(0);
	z-index: 2;
	color: #fff;
}
.varese-instagram .item:hover a::before{
	opacity: 0.85;
	visibility: visible;
}
.varese-instagram .item:hover a::after{
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	-o-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}
/*---------------------
HEADERS
-----------------------*/
.sticky-wrapper.is-sticky .header-sticky{
	z-index: 999;
	animation: slideInUp 0.5s;
	-moz-animation: slideInUp 0.5s;
	-webkit-animation: slideInUp 0.5s
}
.header-menu{
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.header-menu-content{
	max-width: 1850px;
	padding: 0 15px;
	margin: 0 auto;
	display: table;
	width: 100%;
}
.header-menu-content .socials,
.header-menu-content .header-form-search,
.header-menu-content .header-main-menu{
	display: table-cell;
	vertical-align: middle;
}
.header-menu-content .socials,
.header-menu-content .header-form-search{
	width: 325px;
}
.header-menu-content .varese-nav{
	display: table;
	margin: 0 auto;
}
.socials .social{
	display: inline-block;
	padding: 23px 15px;
	color: #000;
}
.socials .social:first-child{
	padding-left: 0px;
}

.header-menu .togole-mainmenu{
	color: #000;
	display: none;
	background-color: #eee;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	float: right;
	margin-right: 15px;
}
.varese-mainmenu li{
	position: relative;
	list-style: none;
}
.varese-mainmenu>li{
	display: inline-block;
}
.varese-mainmenu>li.menu-item-has-children>a::after{
	content: '+';
	padding-left: 4px;
}
.varese-mainmenu>li>a{
	display: inline-block;
	padding: 23px 22px;
}
.varese-mainmenu>li:last-child>a{
	padding-right: 0px;
}
.varese-mainmenu>li:first-child>a{padding-left: 0px;}
.varese-mainmenu .submenu{
	display: none;
	min-width: 250px;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #ffffff;
	z-index: 100;
	padding: 0;
}
.varese-mainmenu .menu-item-has-children:hover>.submenu{
	display: block;
}
.varese-mainmenu .submenu>li{
	padding: 0px 20px;
}
.varese-mainmenu .submenu>li>a{
	display: block;
	font-style: italic;
	text-align: left;
	padding: 15px 0px;
	border-bottom: 1px dashed #dddddd;
}
.varese-mainmenu .submenu>li:last-child>a{
	border-bottom: none;
}
.varese-mainmenu .submenu .submenu{
	top: 0;
	left: 100%;
	margin-left: -20px;
}
.header-form-search .inner{
	position: relative;
	overflow: hidden;
}
.header-form-search .icon{
	width: 40px;
	height: 40px;
	background-color: #eeeeee;
	border-radius: 100%;
	float: right;
	text-align: center;
	line-height: 40px;
}
.header-form-search .block-search{
	width: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #eee;
	border-radius: 40px;
	z-index: 1;
	-webkit-transition: width 1s; 
	-ms-transition: width 1s;
	-o-transition: width 1s;
    transition: width 1s;
}
.header-form-search:hover .block-search{
	width: 100%;
}
.header-form-search .block-search .input{
	background-color: transparent;
	padding: 11px 25px;
	width: 100%;
	padding-right: 65px;
}
.header-form-search .block-search .button-submit{
	background-color: transparent;
	width: 40px;
	height: 40px;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
}
.main-header .logo{
	text-align: center;
	margin: 0 auto;
}
.widget{
	background-color: #ffffff;
	margin-bottom: 40px;
	padding: 30px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.widget:last-child{
	margin-bottom: 0;
}
.widget ul,.widget ol{
	list-style: none;
}
.widget .widgettitle{
	margin: 0 -30px;
	margin-top: -30px;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	border-top: 1px solid #f68b6c;
	border-bottom: 1px solid #eeeeee;
	padding: 12px 0;
}
.widget .about-img{
	margin-bottom: 25px;
}
.widget .name{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0;
}
.about-widget{
	text-align: center;
	text-indent: 20px;
	margin: 0 -10px;
}
.varese-socials-widget{
	text-align: center;
}
.widget-content .social{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 5px;
	background-color: #eeeeee;
	font-size: 12px;
	line-height: 40px;
	border-radius: 100%;
}
.widget-content .social:hover{
	color: #ffffff;
}
.widget .newsletter-form-wrap {
	text-align: center;
	margin-top: 20px;
}
.widget .newsletter-form-wrap .subtitle{
	margin-bottom: 15px;
}
.widget .email,.widget_search .searchform .search-field{
	width: 100%;
	margin-bottom: 10px;
	line-height: 24px;
	font-style: italic;
}
.widget .submit-newsletter,.widget_search .searchform .button{
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.widget .latest-post li{
	border-top: 1px dashed #dddddd;
	padding: 20px 0px;
}
.widget .latest-post>li:first-child{
	padding-top: 0px;
	border: none;
}
.widget .latest-post>li:last-child{
	padding-bottom: 0px
}
.widget .latest-post li .item-photo{
	width: 110px;
	float: left;
}
.widget .latest-post li .item-detail{
	padding-left: 15px;
	overflow: hidden;
}
.widget .latest-post .post-name{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 8px;
}
.widget .latest-post .metas{
	color: #999999;
	font-style: italic;
}
.widget.widget_categories,
.widget.widget_archive,
.widget.widget_pages,
.widget.widget_meta,
.widget.widget_recent_comments,
.widget.widget_recent_entries,
.widget.widget_nav_menu{
	padding-bottom: 10px;
}
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li{
	border-top: 1px dashed #dddddd;
	overflow: hidden;
	color: #999999;
}
.widget_categories ul li:first-child,
.widget_nav_menu ul li:first-child,
.widget_archive ul li:first-child,
.widget_pages ul li:first-child,
.widget_meta ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_recent_entries ul li:first-child{
	border-top: none;
}
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a{
	display: inline-block;
	padding: 13px 0;
}
.widget_nav_menu .sub-menu,
.widget_categories .children,
.widget_pages .children{
	border-top: 1px dashed #dddddd;
}
.widget_categories .widgettitle,
.widget_nav_menu .widgettitle,
.widget_archive .widgettitle,
.widget_pages .widgettitle,
.widget_meta .widgettitle,
.widget_recent_comments .widgettitle,
.widget_recent_entries .widgettitle{
	margin-bottom: 10px;
}
.widget.widget_archive select,.widget_categories select,.widget_text .textwidget select{
	width: 100%;
	padding: 10px 20px;
	margin-bottom: 20px;
	border-radius: 0;
	margin-top: 20px;
}
.widget.widget_archive label,.widget_categories label{
	margin: 20px 0;
	display: none;
}
.widget.widget_rss ul li{
	margin-bottom: 10px;
	font-style: italic;
}
.widget.widget_rss ul li:last-child{
	margin-bottom: 0;
}
.widget.widget_rss ul li a{
	font-style: italic;
}
.widget.widget_rss .rssSummary{
	color: #000;
	font-style: normal;
}
.widget_recent_comments li{
	padding: 10px 0;
}
/*---------------------*
 post-slider
 ----------------------*/
.post-slider .post-item{
	background-color: #f0f0f0;
	margin-bottom: 90px;
}
.post-slider .post-item .post-item-info{
 	background-color: #ffffff;
 	text-align: center;
	position: absolute;
	top: 100%;
	left: 30px;
	right: 30px;
	margin-top: -90px;
	padding: 22px 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
 }
.post-slider .post-item .post-item-info .post-name{
 	font-size: 18px;
 	line-height: 24px;
 	margin: 0;
 	margin-top: 4px;
 }
.post-slider .owl-nav .owl-prev,.post-slider .owl-nav .owl-next{
	margin-top: -70px;
}
.featured-category{
	border-bottom: 1px solid #dddddd;
	margin-bottom: 40px;
}
.featured-category-item{
 	margin-bottom: 40px;
 	position: relative;
 }
.featured-category-item::before{
 	content: '';
 	width: 100%;
 	height: 100%;
 	position: absolute;
 	top: 0;
 	left: 0;
 	background-color: rgba(0, 0, 0, 0.15);
 	z-index: 1;
 	transition: 0.7s;
 	-webkit-transition: 0.7s;
 	-moz-transition: 0.7s;
 	-o-transition: 0.7s;
 }
.featured-category-item:hover::before{
 	background-color: rgba(0, 0, 0, 0);
 }
.featured-category-item .content{
 	position: absolute;
 	top: 20px;
 	left: 20px;
 	right: 20px;
 	bottom: 20px;
 	border: 1px solid rgba(255, 255, 255, 0.5);
 	z-index: 2;
 }
.featured-category-item .content .cat-name{
	display: inline-block;
	min-width: 145px;
	background-color: #ffffff;
	text-align: center;
	font-style: italic;
	padding: 8px 40px;
	border-radius: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	transition: 0.5s;
}
.featured-category-item .content .cat-name:hover{
	color: #fff;
	transition: 0.7s;
	-webkit-transition: 0.7s;
 	-moz-transition: 0.7s;
 	-o-transition: 0.7s;
}
/*---------------------*
 Main content 
 ----------------------*/
.archive-header {
    background-color: #fff;
    border: 1px solid #dddddd;
    margin-bottom: 50px;
    text-align: center;
    padding: 29px 0px;
}
.archive-header .page-title {
    color: #999;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}
.main-content > h3.page-title {
    background-color: #fff;
    margin: 0;
    padding: 30px 30px 0 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 24px;
    font-size: 18px;
}
.main-content .no-results {
    background-color: #fff;
    padding: 30px;
}
.main-content .no-results .search-field, .main-content .no-results .button {
    width: 100%;
    line-height: 24px;
    margin-top: 10px;
}
.main-container{
 	margin-bottom: 100px;
 }
.post-item{
	margin-bottom: 40px;
	background-color: #ffffff;
	overflow: hidden;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.post-item.sticky .post-name a{
	color: red;
}
.post-thumb{
	position: relative;
}
.varese-like-post{
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	background-color: #ffffff;
	text-align: center;
	line-height: 50px;
	border-radius: 100%;
	font-size: 13px;
	color: #999999;
	box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.varese-like-post:hover{
	color: #000;}
.blog-standard .post-item .post-thumb .varese-like-post,
.post-grid .post-item .post-thumb .varese-like-post,
.blog-list .post-item.first .post-thumb .varese-like-post,
.post-single .post-item .post-thumb .varese-like-post{
	top: 100%;
	left: 50%; 
}
.post-item-info{
	padding: 30px;
	overflow: hidden;
}
.blog-list .post-item-info,.blog-standard .post-item-info,.post-grid {
	text-align: center;
}	
.post-single .post-item-info .post-cat,.post-single .post-item-info .post-name,.post-single .post-item-info .post-metas{
	text-align: center;
}
.post-item-info .post-cat{
	color: #999999;
	font-style: italic;
	margin-bottom: 8px;
}
.post-item-info .post-name{
	line-height: 30px;
	font-size: 24px;
	margin: 0 0 15px 0;
}
.post-item-info .post-metas{
	font-size: 14px;
	color: #999999;
	font-style: italic;
	margin-bottom: 25px;
}
.post-item-info .post-metas span::after{
	content: '-';
	padding: 0 10px;
}
.post-item-info .post-metas span:last-child::after{
	content: none;
}
.post-item-info .post-excerpt{
	margin-bottom: 25px;
}
.post-item-info .post-content ul,
.post-item-info .post-content ol{
	padding-left: 16px;
}
.post-footer{
	overflow: hidden;
	display: inline-block;
}
.post-footer .inner .post-item-share{
	float: left;
}
.post-item-share a{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #eeeeee;
	border-radius: 100%;
	margin: 5px;
}
.post-item-share a:last-child{
	margin-right: 0px;
}
.post-item-share a:hover{
	color: #ffffff;
}
.post-footer .inner>a{
	display: inline-block;
	line-height: 24px;
	font-size: 14px;
	margin: 5px;
}
.post-footer .inner>a:last-child{
	margin-bottom: 0;
}
.navigation .alignright,
.navigation .alignleft{
	border-bottom: 1px solid #f68b6c;
}
/*--------------------

 -------------------*/
.blog-list .post-thumb{
 	max-width: 400px;
 	float: left;
 }
.blog-list .post-item .post-thumb .varese-like-post{
	top: 50%;
	left: 100%;
}
.post-item.first .post-thumb{
	max-width: 100%;
	float: none;
}
.blog-zigzag .post-item:nth-child(2n) .post-thumb{
	float: right;
}
.blog-zigzag .post-item:nth-child(2n) .post-thumb .varese-like-post{
	top: 50%;
	left: 0;
}
.page-main-content{
	background-color: #ffffff;
}
.blog-list .post-item-info .post-name,
.post-grid  .post-item-info .post-name{
	line-height: 24px;
	font-size: 18px;
}
.blog-list.list-1st-full .post-item.post-114 .post-item-info .post-name,
.post-grid.grid-1st-full .post-item.first .post-item-info .post-name{
	line-height: 30px;
	font-size: 24px;
}
/*---------------------*

 ----------------------*/
 .post-detail .post-item{
 	margin-bottom: 40px;
 }
.single-post-footer{
 	background-color: #ffffff;
 	border: 1px dashed #dddddd;
 	overflow: hidden;
 	margin: 35px 0 10px 0;
 	padding: 0 19px;
 }
.single-post-footer .tags{
 	float: left;
 	font-style: italic;
 	padding: 22px 0;
 }
.single-post-footer .tags a{
 	font-style: italic;
 }
.single-post-footer .post-item-share{
  	float: right;
  	display: inline-block;
  	padding: 9px 0;
  }
.post-related{
  	margin-bottom: 40px;
  	background-color: #ffffff;
  	padding: 30px;
  	border-top: 1px solid #f68b6c;
  }
.post-related-title{
  	text-align: center;
  	font-size: 18px;
  	margin: 0 -30px;
  	margin-top: -30px;
  	margin-bottom: 30px;
  	padding: 12px 0;
  	border-bottom: 1px solid #dddddd;
  }
.post-single .post-related .post-related-slide .post-item-info{
  	padding: 0;
  	padding-top: 15px;
  }
.post-single .post-related .post-related-slide .post-metas,.post-single .post-related .post-related-slide .post-name{
  	margin: 0;
  	text-align: left;
  }
.post-related-slide .post-name{
  	font-size: 14px;
 }
.owl-nav .owl-next,.owl-nav .owl-prev{
  	width: 40px;
  	height: 40px;
  	background-color: #fff;
  	text-align: center;
  	color: #000;
  	font-size: 18px;
  	line-height: 40px;
  	border-radius: 100%;
  	position: absolute;
 	top: 50%;
 	margin-top: -20px;
 }
 .owl-nav .owl-next{
 	right: 30px;
 }
 .owl-nav .owl-prev{
 	left: 30px;
 }
.owl-nav .owl-next:hover,.owl-nav .owl-prev:hover{
	color: #fff
}
.comments-list,.post-arthur{
  	background-color: #ffffff;
  	padding: 30px;
  	margin-bottom: 40px;
  	border-top: 1px solid #f68b6c;
  	overflow: hidden;
 }
.comments-list .comments-list-title{
  	margin: 0 -30px;
	margin-top: -30px;
	font-size: 18px;
	border-bottom: 1px solid #eeeeee;
	padding: 12px 0px;
	text-align: center;
	font-style: italic;
  }
.post-comments .comment{
  	list-style: none;
  	margin-top: 20px;
  }
.comment-body{
  	overflow: hidden;
  }
.author-avatar,.post-arthur .avata {
  	float: left;
  	width: 100px;
  }
.author-avatar .avatar,.post-arthur .avata .avatar{
  	border-radius: 50%;
  }
.comment-content,.post-arthur .des{
  	overflow: hidden;
  	padding-left: 20px;
  }
 .post-arthur .des .author-info .name{
  	font-style: italic;
  }
 .comment-content .head{
 	margin-bottom: 5px;
 }
.comment-content span{
  	margin-right: 10px;
  }
.comment-content span a{
  	color: #999999;
  	font-style: italic;
  }
.post-comments .comment .children{
  	margin-left: 15px;
  }
.post-comments .comments-list .comments .comment-respond{
	margin-top: 30px;
	padding: 30px 0;
	border-top: none;
}
.post-comments .comments-list .comments .comment-respond .comment-reply-title{
	border-top: 1px solid #f68b6c;
}
.post-comments .comments-list .comments .children .comment-respond .comment-reply-title{
	margin-left: -60px;
}
.comment-respond{
  	background-color: #ffffff;
  	padding: 30px;
  	border-top: 1px solid #f68b6c;
}
.comment-respond .comment-reply-title{
  	margin: 0 -30px;
	margin-top: -30px;
	margin-bottom: 30px;
	font-size: 18px;
	border-bottom: 1px solid #eeeeee;
	padding: 13px 0px;
	text-align: center;
	font-style: italic;
  }
.comment-form p{
  	padding: 10px 0;
	margin: 0;
	font-style: italic;
  }
.comment-form .input-form{
  	display: block;
  	width: 100%;
  	line-height: 24px;
  }
.comment-form .form-submit .button{
  	text-transform: uppercase;
  	letter-spacing: 1px;
  }
  /*--------------------
 about
 -------------------*/
.page-inner{
 	padding:30px;
 }
.page-inner .entry-title{
  	margin: 0;
  	margin-bottom: 25px;
  	text-align: center;
  	font-size: 24px;
  	line-height: 30px;
  }
.post-content h4{
 	font-size: 18px;
  	line-height: 30px;
  	margin: 0;
  	margin-bottom: 20px;
  	text-transform: capitalize;
  }
.wpcf7 .wpcf7-form label{
 	width: 100%;
 	font-style: italic;
 }
.wpcf7 .wpcf7-form input,.wpcf7 .wpcf7-form .wpcf7-textarea{
  	min-width: 70%;
  	padding: 11px 20px;
  }
.wpcf7 .wpcf7-form .wpcf7-submit{
  	min-width: 180px;
  	text-transform: uppercase;
  	padding: 8px 20px;
  }
/*--------------------
 FOOTER
 -------------------*/
.footer{
 	background-color: #ffffff;
 	padding: 50px 0;
 }
.footer .copyright{
	float: left;
	color: #999999;
	line-height: 40px;
	padding: 5px 0;
	font-style: italic;
}
.footer .socials{
 	float: right;
 }
.footer .socials .social{
 	background-color: #eeeeee;
 	margin: 5px 0;
 	margin-right: 10px;
 	width: 40px;
 	height: 40px;
 	line-height: 40px;
 	text-align: center;
 	border-radius: 100%;
 	padding: 0;
 }
.footer .socials .social:last-child{
 	margin-right: 0px;
 }
.footer .socials .social:hover{
 	color: #ffffff;
 }
 .backtotop{
 	width: 40px;
 	height: 40px;
 	background-color: #000;
 	text-align: center;
 	line-height: 40px;
 	color: #fff;
 	font-size: 16px;
 	border-radius: 100%;
 	position: fixed;
 	right: 20px;
 	bottom: 55px;
 	opacity: 0;
 	visibility: hidden;
 	z-index: 1;
 }
 .backtotop:hover{
 	background-color: #f68b6c;
 	color: #fff;
 }
 .backtotop.show{
 	opacity: 1;
 	visibility: visible;
 }
 /*---------------------*
 REPONSIVE
 ----------------------*/

@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }

}

@media (max-width: 1366px){

}

@media (max-width: 1200px){
	.header-menu-content .socials, .header-menu-content .header-form-search {
		width: 250px;
	}
	.varese-mainmenu > li > a{
		padding: 23px 15px;
	}
}

@media (max-width: 1024px){
	.widget_media_image{
		text-align: center;
	}
}

@media (max-width: 991px){
	.header-menu-content .varese-nav{
		display: none;
	}
	.header-menu .togole-mainmenu{
		display: inline-block;
	}
	.header-form-search:hover .block-search,
	.header-form-search .block-search{
		width: 100%;
		position: static;
	}
	.header-form-search .icon{
		display: none;
	}
	.left-slidebar .main-content {
		float: none;
	}
	.widget .about-img{
		text-align: center;
	}
	.widget_media_image{
		text-align: center;
	}
	.wp-caption.alignnone{
		margin: 5px 0 20px 0;
	}
}

@media (max-width: 767px){
	.post-footer .inner .post-item-share {
		float: none;
	}
	.button{
		padding: 8px 30px;
	}
	.footer{
		padding: 30px 0px;
	}
	.footer .copyright{
		float: none;
		line-height: 24px;
		padding: 5px 0;
		text-align: center;
	}
	.footer .socials {
    float: none;
    text-align: center;
	}
}

@media (max-width: 480px){
	.header-instagram .widget .item{
		width: 20%;
	}
	.header-menu-content{
		display: block;
	}
	.header-menu-content .socials, .header-menu-content .header-form-search, .header-menu-content .header-main-menu {
    display: block;
    vertical-align: middle;
	}
	.header-menu-content .socials, .header-menu-content .header-form-search{
    width: 100%;
    text-align: center;
	}
	.header-menu .togole-mainmenu{
		margin-right: 0;
	}
	.header-form-search .instant-search-form{
		margin-bottom: 30px;
	}
	.owl-nav .owl-prev{
		left: 10px;
	}
	.owl-nav .owl-next{
		right: 10px;
	}
	.owl-nav .owl-next,.owl-nav .owl-prev{
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-top: -15px;
	}
	.blog-list .post-thumb,.blog-zigzag .post-item:nth-child(2n) .post-thumb{
		max-width: 100%;
		float: none;
		text-align: center;
	}
	.blog-list .post-item .post-thumb .varese-like-post,
	.blog-zigzag .post-item:nth-child(2n) .post-thumb .varese-like-post{
		top: 100%;
		left: 50%;
	}
	.post-item-info .post-cat{
		margin-bottom: 4px;
	}
	.post-item-info .post-name{
		margin: 0 0 10px 0;
	}
	.post-item-info .post-metas{
		margin-bottom: 15px;
	}
	.post-item-info .post-excerpt {
    margin-bottom: 15px;}
	.comment-content{
		padding-left: 10px;
	}
	.author-avatar{
		width: 80px;
	}
	.backtotop {
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	}
}

@media (max-width: 320px){
	.single-post-footer .tags,.single-post-footer .post-item-share{
		float: none;
		text-align: center;
	}
	.single-post-footer .tags{
		padding: 20px 0 0 0;
	}
	.single-post-footer .post-item-share{
		padding-bottom: 20px;
	}
	.comment-form .form-submit .button{
		width: 100%;
	}
	.comments-list{
		padding: 30px 20px;
	}
	
}