/*
	Theme Name: Munchweb
	Theme URI: http://munchweb.com
	Description: Munchweb Theme
	Tags: Munchweb, HTML5, CSS3

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

b, strong{
	font-weight: 500;
}

a, img, svg, input, select, textarea, ._transition, button, .button, :before, :after{-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}


/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 300 16px/1.4 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #f1f1f1;
	color: #5f5f5f;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

/*floats*/

.float-right { float:right; }

.float-left { float:left; }

.clearfix:before, .clearfix:after, .grid:before, .grid:after, .wrap:before, .wrap:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

.clearfix:after, .grid:after, .wrap:after { clear: both; }

.clearfix, .grid, .wrap { zoom: 1; }

/* helpers */

._center-block{ margin-left:auto; margin-right:auto;}

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

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

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

._v-align-top { vertical-align: top; }

._v-align-middle { vertical-align: middle; }

._v-align-bottom { vertical-align: bottom; }

._uppercase{ text-transform:uppercase;}

._normalcase{ text-transform:none;}

._lowercase{ text-transform:lowercase;}

._underline{ text-decoration: underline; }

._vertical-align{ display:table; width:100%; height: 100%;}

._vertical-align > *{ display:table-cell; vertical-align:middle;}

._vertical-align.-align-bottom > *{ vertical-align:bottom;}

._justify-content {
    text-align: justify;
}

._justify-content > * {
    display: inline-block;
    position: relative;
}

._justify-content:before{
    content: '';
    display: block;
    width: 100%;
}

._justify-content:after {
    content: '';
    display: inline-block;
    width: 100%;
}

._overflow-hidden{
	overflow: hidden;
}

._mg-b-xs{margin-bottom: 10px !important;}

._mg-b-sm{margin-bottom: 30px !important;}

._mg-b-md{margin-bottom: 50px !important;}

._mg-b-lg{margin-bottom: 75px !important;}

._mg-b-xl{margin-bottom: 120px !important;}

._mg-t-xs{margin-top: 10px !important;}

._mg-t-sm{margin-top: 30px !important;}

._mg-t-md{margin-top: 50px !important;}

._mg-t-lg{margin-top: 75px !important;}

._mg-t-xl{margin-top: 120px !important;}

._no-mg{ margin:0 !important;}

._no-mg-b{ margin-bottom:0 !important;}

._no-mg-t{ margin-top:0 !important;}

._pd-b-xs{padding-bottom: 10px !important;}

._pd-b-sm{padding-bottom: 30px !important;}

._pd-b-md{padding-bottom: 50px !important;}

._pd-b-lg{padding-bottom: 75px !important;}

._pd-b-xl{padding-bottom: 120px !important;}

._pd-t-xs{padding-top: 10px !important;}

._pd-t-sm{padding-top: 30px !important;}

._pd-t-md{padding-top: 50px !important;}

._pd-t-lg{padding-top: 75px !important;}

._pd-t-xl{padding-top: 120px !important;}

._no-pd{ padding:0 !important;}

._no-pd-b{ padding-bottom:0 !important;}

._no-pd-t{ padding-top:0 !important;}


/* Tyopgraphy Elements*/

h1, h2, h3, h4, h5, h6{margin-top: 0;margin-bottom:20px;line-height:1.2;font-weight: 500; color: #000;}

h1{font-size: 2em; margin-bottom: 40px;}

h2{
  font-size: 1.250em;
}

h3{font-size: 1.1em;font-weight: 500;letter-spacing: 1px;text-transform: uppercase;font-family: "PT Sans";margin-bottom: 30px;color: #a0a5aa;}

h4{font-size: 1.05em;}

h5{}

h6{}

p{ margin-bottom: 25px;}

.font-light{ font-weight: 300}

.font-normal{ font-weight: 400}

.font-medium{font-weight: 600}

.font-bold{font-weight: 700}



img {
	max-width:100%;
	vertical-align:bottom;
	height: auto !important;
}
a {
	color: #000;
	text-decoration:none;
	font-weight: normal;
}
a:hover {
	color: #3e6fcb;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


::-webkit-input-placeholder {color:#c7c7c7;}

:-moz-placeholder {color:#c7c7c7;}

:-ms-input-placeholder{color:#c7c7c7;}

:focus::-webkit-input-placeholder {color:#c7c7c7;}

:focus:-moz-placeholder {color:#c7c7c7;}

:focus:-ms-input-placeholder{color:#c7c7c7;}


/* buttons */

button, button:active, button:focus{cursor: pointer; outline: none;}

.button, .efbtn { height: 36px; line-height: 34px; padding: 0 16px; border: none; font-size: 1em; font-weight: 300; letter-spacing: 0.5px; cursor: pointer; display: inline-block; vertical-align:top; text-align:center; position: relative; -webkit-appearance:none; border-radius:3px; text-decoration: none; -ms-touch-action: manipulation; touch-action: manipulation;}

.button.-size-sm, .efbtn { height: 32px; line-height: 32px; font-size:0.9em; }

.button.-size-md { height: 50px; line-height: 48px; font-size:1.125em; }

.button.-size-lg { height: 74px; line-height: 72px; font-size: 1.889em; padding: 0 20px; font-weight:400;}

.button.-margin-left { margin-left: 10px }

.button.-margin-right { margin-right: 10px }

button.button, input[type="button"] { line-height: normal; }

.button.-wider{ padding:0 40px;}

.button.-min-width{ min-width: 190px;}

.button.-full-width{ width:100%; padding:0;}

.button.-radius{ border-radius: 3px;}

.button.-primary, .efbtn{ background: #36d1dc; color: #fff; }

.button.-primary:hover, .efbtn:hover{ background: #28bcc6; color: #fff;}

.button.-secondary{}

.button.-secondary:hover{}

.button.-ternary{}

.button.-ternary:hover{}

.button.-ghost-light{}

.button.-ghost-light:hover{}

.button.-ghost-dark{}

.button.-ghost-dark:hover{}

.button.-plain {
  background: none;
  padding: 0;
  color: #02d389;
}

.button.-plain:hover {
  color: #000
}



/* responsive videos */

.responsive-video{position: relative; display: block; height: 0; padding: 0; overflow: hidden; padding-bottom: 56.25%;}

.responsive-video iframe, .responsive-video object { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }

.responsive-video.aspect-4by3{padding-bottom: 75%;}
 

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrap */
.wrap{
	max-width: 1211px;
	margin:0 auto;
	position:relative;
	padding: 0 20px;
}
/* header */
.header {
	background: url(img/header-bg.jpg) no-repeat center top #4475d1;
	background-size: cover;
	padding: 24px 0 0;
	margin-bottom: 80px;
	position: relative;
}

.header .search{
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	z-index: 1000;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

body.show-search .header .search{
	top:0;
}

.header input[type="search"]{
	height: 92px;
	width: 100%;
	font-size: 26px;
	border: none;
	padding-right: 86px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header .search-submit{
	position: absolute;
	right: 0;
	top: 0;
	width: 86px;
	height: 86px;
	border: none;
	display: none;
}

.header .close-search{
	position: absolute;
	right: 0;
	top: 0;
	width: 86px;
	height: 92px;
	border: none;
	border-left: 1px solid #e9e9e9;
	outline: none;
	background: none;
}

.header .close-search:hover svg{
	fill:#36d1dc;
}

.header .open-search{
	background: none;
	border: none;
	outline: none;
	position: absolute;
	right: 0;
	top: 6px;
}

.open-search:hover svg{
	fill: #92f8ff;
}

.categories-menu{
	background: rgba(57,106,198,0.5);
	margin-top: 30px;
}

.categories-menu ul{
	margin: 0;
	padding: 0;
}

.categories-menu li{
	height: 44px;
	line-height: 44px;
	list-style-type: none;
	display: inline-block;
	margin-right: 40px;
}

.categories-menu li a{
	color: #fff;
	font-size: 13px; font-family: "PT Sans"; font-weight: bold; text-transform: uppercase;
}

.categories-menu li a:hover, .categories-menu li.current-menu-item a, .categories-menu .current-post-ancestor a{
	color: #92f8ff;
}



/* Mobile Nav Button */
.mobile-nav-btn {
	position: absolute;
	display: none;
	width: 60px;
	height: 60px;
	padding: 0;
	right: -14px;
	top: -14px;
	border: none;
	overflow: hidden;
	background-color: transparent;
	transition: all 300ms ease-in-out;
	outline: none;
}

.mobile-nav-btn span {
	position: absolute;
	display: block;
	background-color: #fff;
	width: 26px;
	height: 2px;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 300ms ease-in-out;
}

.mobile-nav-btn span:nth-child(1) {
	top: 35%;
}
.mobile-nav-btn span:nth-child(2) {
	top: 50%;
}
.mobile-nav-btn span:nth-child(3) {
	top: 65%;
}

body.open-mobile-nav .mobile-nav-btn {
}

body.open-mobile-nav .mobile-nav-btn span {
	background-color: white;
}

body.open-mobile-nav .mobile-nav-btn span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg); 
}
body.open-mobile-nav .mobile-nav-btn span:nth-child(2) {
	left: 150%; 
}
body.open-mobile-nav .mobile-nav-btn span:nth-child(3) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg); 
}

/* logo */
.logo {float: left;}
.logo-img {width: 249px;}
/* nav */
.header-menu {float: right;position: relative;padding-right: 40px;}

.main-menu{ margin: 0; padding: 0;}

.main-menu li{display: inline-block;margin-right: 40px;}

.main-menu li a{color: #fff;font-size: 13px;font-family: "PT Sans";font-weight: bold;text-transform: uppercase;line-height: 39px;height: 39px;}

.main-menu a:hover, .main-menu li.current-menu-item a{
	color: #92f8ff;
}

body.page .hentry, body.single .hentry{
  background: #fff;
  padding: 95px;
}

body.single .hentry{
	padding-bottom:0;
}

body .primary{
	max-width: 860px;
	margin: 0 auto;
}

.site{
	position: relative;
	z-index: 10;
	overflow: hidden;
	min-width: 320px;
}

.footer-menu ul{ margin: 0; padding: 0; display: inline-block;}

.footer-menu li{display: inline-block;list-style-type:none;}

.footer-menu li a{color: #656c74; font-size: 13px; font-weight: normal; font-family: "PT Sans";font-weight: bold;text-transform: uppercase;line-height: 39px;height: 39px;}

.footer-menu li a:hover{
  color: #000;
}

.footer-menu li:after{
	content: "";
	display: inline-block;
	height: 10px;
	width: 1px;
	background: #c3c3c3;
	margin: 0 10px;
}

/* sidebar */
.sidebar {

}

.sidebar-widget{
	background: #fcfcfc;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 15px;
}

.sidebar-widget > div > h3{
	font-family: "PT Sans";
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1.5px;
	border-bottom: 1px solid #eeeeee;
	margin: 0 0 10px;
	padding: 5px 0 15px;
}

.popular-posts ul{
  padding: 0;
  margin: 0;
}

.popular-posts ul li{
  list-style-type: none;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  padding-top:11px; 
 
}

.popular-posts ul li:before{
	content: "";
	position: absolute;
	top:0;
	right: 0;
	left: 130px;
	height: 1px;
	background: #eeeeee;
}

.popular-posts ul li:first-child{
	margin-top: 0;
	padding-top: 0;
}

.popular-posts ul li:first-child:before{
	display: none;
}

.popular-posts .popular-post-thumb{
	float: left;
	margin-right: 10px;
	background: #3e6ecb;
}

.popular-posts .popular-post-thumb img{
	width: 120px;
	height: 120px;
	margin: 0;
}

.popular-posts .popular-post-title{
	margin: 0;
	font-size: 15px;
}

.popular-posts .popular-post-title-2{
	font-size: 14px;
	font-weight: 300;
}

.popular-posts .popular-post-date{
	color: #9a9da8;
	font-size: 11px;
	display: inline-block;
	margin-bottom: 3px;
	font-weight: normal;
	letter-spacing: 0.5px;
	position: relative;
	top: -4px;
}

.fb-like-box{
	text-align: center;
}

.fa-3{
	font-size: 32px;
}

.sidebar .social{
	text-align: center;
	padding: 12px 0 20px;
}

.sidebar .social a{ display: inline-block; margin: 0 19px;}

.sidebar .social a, .sidebar .social .fa:before{
	color: #385fa7;
}

.sidebar .social a:hover, .sidebar .social .fa:hover:before{
	color: #36d1dc;
}

/* footer */
.footer {background: #fff;margin-top: 60px;padding: 30px 0;text-align: center;font-size: 0.750em;color: #929292;}

.back-to-top{
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: -80px;
	right: 24px;
	z-index: 1000;
	border-radius: 3px;
	cursor: pointer;
	background: url(img/back-to-top-arrow.svg) no-repeat center 17px rgb(62, 111, 203);
	box-shadow: 0 4px 10px 0 rgba(13, 57, 101, 0.17);
	opacity:0;
}

body.show-back-to-top .back-to-top:hover{
	background-color: #3e6fcb;
	background-position: center 14px;
	opacity: 1;
}

body.show-back-to-top .back-to-top{
	opacity: 0.7;
	bottom: 24px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.articles-list .post{
	background: #fcfcfc;
	overflow: hidden;
	margin-bottom: 15px;
	height: 174px;
}

.articles-list .post:hover{
	box-shadow: 0px 10px 38px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
}

.articles-list .post .post-title{
  margin-top: 0;
  margin-bottom: 8px;
  max-height: 72px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.articles-list .post .post-title+.post-title2{
	margin-bottom: 6px;
	position:relative;
	top: -6px;
	font-weight: normal;
	font-size: 1em;
}

.articles-list .excerpt{
	max-height: 46px;
	overflow: hidden;
}

.articles-list .post .post-title p{
	
}

.articles-list .post .post-thumbnail{
  display: block;
  float: left;
  width: 250px;
  height: 174px;
  background: #000;
  text-align: center;
  position: relative;
  overflow:hidden;
}

.articles-list .post .thumbnail-container{
	position:absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
}

.articles-list .post .post-thumbnail img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}



.articles-list .post .box-icon{
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0.15s;
  -moz-transition: all 0.2s ease-out 0.15s;
  transition: all 0.2s ease-out 0.15s;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}

.articles-list .post .box-icon.download-icon{
  background: url(img/downlooad-icon.svg);
  width: 60px;
  height: 90px;
  margin-left: -30px;
  margin-top: -45px;
}

.articles-list .post .box-icon.plus-icon{
  background: url(img/plus-icon.svg);
  background-size: contain;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  display: none;
}

.articles-list .post .post-thumbnail:after{
	content: "";
	opacity: 0;
	position: absolute;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
	background: #36d1dc;
	z-index: 5;
}

.articles-list .post:hover .post-thumbnail:after{
	opacity: 0.8;
}

.articles-list .post:hover .box-icon{
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(12);
  transform: scale(1);
}

.articles-list .post:hover .box-info{
  background: rgba(6, 153, 179, 0.86);
  min-height: 100.5%;
  
}




.articles-list .post .post-details{
	overflow: hidden;
	padding: 12px 18px 0;
	max-height: 162px;
	overflow: hidden;
}

.articles-list .post .date{
	color: #9a9da8;
	font-size: 11px;
	display: inline-block;
	margin-bottom: 8px;
	font-weight: normal;
	letter-spacing: 0.5px;
}

.articles-list .post p{
	margin: 0;
	font-size: 0.875em;
	max-height: 40px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.articles-list .post .post-edit-link{
	font-size: 12px;
}


.pagination {padding:10px 0;text-align:center;margin-top: 60px;}
 
.pagination .page-numbers, .pagination .page-numbers .fa:before {display:inline-block;height: 22px;line-height: 22px;min-width: 22px;text-align:center;color:#717171;border-radius: 2px;font-size: 14px;}
 
.pagination a.page-numbers:hover, .pagination a.page-numbers:hover .fa:before { background-color: #36d1dc;color:#fff; cursor:pointer; }
 
.pagination .page-numbers.current {color: #36d1dc;}
 
.pagination .dots { display:inline-block; padding:0 3px; }
 
.pagination .prev, .pagination .next { }

/*------------------------------------*\
    POSTS
\*------------------------------------*/

.single .post-details{
	text-align: center;
	margin-bottom: 18px;
	font-size: 13px;
	color: #9a9da8;
	font-weight: normal;
	text-transform: uppercase;
}

.single .share-buttons{
	text-align:center;
	margin-bottom:60px;
}

.single .post-title{
	text-align: center;
	margin-bottom: 30px;
}

.single .post-title2{
	position:relative;
	top:-20px;
}

.post ul{margin-bottom:20px;padding-left: 5px;}

.post ul li{padding-left: 15px;margin-top: 10px;position:relative;list-style-type: none;}

.post ul li:before{content:"";position:absolute;left:0;top: 7px;width: 6px;height: 6px;background: #757575;border-radius: 100%;}

.post ol{
	counter-reset: section;
  list-style-type: none;
  margin-bottom: 30px;
  padding-left: 5px;
}

.post ol > li{
	margin-bottom: 15px;
}

.post ol > li:before{
	counter-increment: section;
  content: counters(section,".") ")";
	margin-right: 8px;
}

.wp-post-image{
	width: 100%;
}

.single-post .header{
	margin-bottom: 0;
	background: none;
}

.single-post .site:before{
	content: "";
	background: url(img/single-bg.jpg) no-repeat center top;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top:0;
	right: 0;
	height: 70%;
}


.post-bottom-widget{
	background: #f1f1f1;
	padding: 20px;
	text-align: center;
	margin-top: 80px;
}

.comment-respond{
	max-width: 380px;
	margin: 0 auto;
}

.comment-respond h3{
	text-align: center;
	margin-bottom: 40px;
}

.comment-respond .comment-notes{
	font-size: 14px;
}

.comments input, .comments textarea{
	width: 100%;
	
}

.comments .comment-form-author input, 
.comments .comment-form-email input, 
.comments .comment-form-url input,
.comments textarea {
	height: 40px;
	padding: 10px;
	border: 1px solid #f8f8f8;
	background: #f8f8f8;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}

.comments .comment-form-author input:focus, 
.comments .comment-form-email input:focus, 
.comments .comment-form-url input:focus,
.comments textarea:focus{
	background:#3e6fcb;
	border-color:#3e6fcb;
	color: #fff;
	outline:none;
}

.comments textarea{
	height:250px;
	resize: none;
}

.comments .submit{
	font-family: "PT Sans";
	height:44px;
	border:none;
	border-radius:4px;
	background:#36d1dc;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

.comments .submit:hover{
	background: #28bcc6;
}

.comments{ margin-top:80px;}

.comments > ul{
  margin-bottom: 80px;
}

.comments .comment-body{
	overflow:hidden;
}

.comments p{
	margin-bottom:15px;
}

.comments h2{
	text-align:center;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "PT Sans";
	margin-bottom: 30px;
	color: #a0a5aa;
}

.comments ul{
  padding: 0;
  list-style-type: none;
}
.comments .comment{
  padding: 20px;
  list-style-type: none;
  background: #f7f7f7;
}

.comments .comment:before{
	display:none;
}

.comments .children{
	margin-bottom:0;
	margin-top: 20px;
}

.comments .children .comment{
	background: #fff;
}

.comments .children .comment .comment{
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: 0;
}

.comments .comment-avatar img{
	background: #fff;
	float: left;
	margin-right: 20px;
}

.comments .comment-author .fn{
	font-family: "PT Sans";
	font-weight: bold;
	font-style: normal;
	font-size: 1.250em;
	letter-spacing: 1px;
	color: #000;
	display: block;
	margin-bottom: 7px;
}

.comments .comment-meta{
  font-size: 0.875em;
  color: #989898;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.comments .comment-meta a, .comments .reply a{
	color:#3e6fcb;
	font-weight:normal;
}

.comments .comment-meta a:hover, .comments .reply a:hover{
	color:#000;
}

.comments .comment-text{
	overflow: hidden;
}

.comments .comment p{	
	margin-top: 8px;
	font-size: 0.875em;
	line-height: 1.65;
	margin-bottom: 0;
}

.comments .comment .reply{
	text-align:right;
	position: absolute;
	right: 20px;
	top: 22px;
}

.adsense{
  border: solid #e9e9e9;
  border-width: 1px 0;
  padding: 25px 0 20px;
  margin-top: 80px;
}

.adsense .loveclaw_popular .loveclaw_popular_header{
	font-family: "Roboto";
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 300;
}

.adsense .loveclaw_popular_message{
	font-family: "Roboto";
	font-size:14px;
	font-weight:500;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	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:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/* Accessibility */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}


/* post navigation */

.post-navigation {
	clear: both;
	margin: 60px 0 0;
	overflow: hidden;
	padding: 0 0 60px;
	border-top:1px solid #ececed;
}

.post-navigation .nav-links > div{
	width:47%;
	float:left;
	background: none !important;
}

.post-navigation .nav-links > .nav-next{
	float:right;
	text-align:left;
}

.post-navigation a {
	color: #a0a5aa;
	display: block;
	padding: 45px 0 0;
}


.post-navigation .meta-nav {
	display: block;	
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
}

.post-navigation .nav-next .meta-nav, .post-navigation .nav-links > .nav-next{
	text-align: right;
}

.post-navigation .meta-nav .left_arrow, .post-navigation .meta-nav .right_arrow{
	position: relative;
	vertical-align: middle;
	top:-3px;
}

.post-navigation .post-title {
	display: inline;
	font-size: 16px;
	line-height: 1.21;
	text-rendering: optimizeLegibility;
	color: #000000;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #3e6fcb;
}

@media only screen and (max-width: 599px){
	.post-navigation .nav-links > div {
	  float: none;
	  width: 100%;
	}

	.post-navigation .nav-next .meta-nav, .post-navigation .nav-links > .nav-next{
		text-align: left;
	}
}


.backdrop.welcome_mat, .popup_to_show.welcome_mat_parent{ min-height: 850px !important;}


/*=============================================================================

MEDIA QUERIES

=============================================================================*/


@media only screen and (max-width: 1600px) {
	.single-post .site:before{
		background-size:auto;
	}
}


@media only screen and (max-width: 1024px) {
	.sidebar{
		margin-top: 60px;
	}
}

@media only screen and (max-width: 768px) {
	.logo-img{
		width:200px;
	}

	.header{padding-top: 18px;padding-bottom: 21px;margin-bottom: 40px;}

	.categories-menu{ margin-top: 15px;}

	.header input[type="search"]{ height: 70px; font-size: 18px;}

	.header .close-search{ width: 70px; height: 70px;}

	.header .close-search svg{ width: 24px; height: 24px;}

	.header .open-search{right: 64px;top: 4px;}

	.header-menu{ float: none;
	}

	.main-menu{
		position: absolute;
		left: -20px;
		right: -20px;
		top: 52px;
		z-index: 1000;
		background: #4475d1;
		overflow: hidden;
		max-height: 0;
		box-shadow: 0px 10px 38px 0px rgba(0, 0, 0, 0.2);
	}

	body.open-mobile-nav .main-menu{
		max-height:500px;
	}

	.main-menu li{
		display:block;
		margin: 0;
	}

	.main-menu li a{
		display:block;
		padding: 17px 20px;
		line-height: normal;
		height: auto;
	}

	.categories-menu{ display: none;}

	.articles-list .post .post-title{
		font-size: 1.2em;
		max-height: 46px;
		overflow: hidden;
		
	}

	body.page .hentry, body.single .hentry{
		padding: 40px;
	}

	.footer{
		margin-top:30px;
	}
}

@media only screen and (max-width: 599px) {

	.single main .wrap{
		padding:0
	}

	main .wrap .articles-list{
	}

	.comments .comment{
		padding: 10px;
	}

	.comments .comment-author img{
		width: 32px;
		height: 32px;
	}

		.comments .children .comment .comment{
  margin-left: -10px;
  margin-right: -10px;
}


	.block {
  	padding-top: 40px;
  	padding-bottom: 40px;
	}

	.articles-list .post{
		height: auto;
		background: #fff;
	}
	
	.articles-list .post .post-title{
		max-height:none;
	}

	.articles-list .post p{
		max-height:none;
	}
	
	.articles-list .post .post-thumbnail{
		float: none;
		width: auto;
		padding-bottom: 0;
		height: auto;
	}

	.articles-list .post .thumbnail-container{
		position: static;
		height: auto;
	}

	.articles-list .post .post-thumbnail img{
		position: static;
	}

	.articles-list .post .post-details{
		max-height:none;
	}

	.articles-list .excerpt{
		max-height:none;
		padding-bottom:12px;
	}

	.footer-menu ul{
		display: block;
		margin-bottom: 15px;
	}

	.footer-menu li{
  display: block;
}
	
	.footer-menu li:after{
  display: none;
}


}

@media only screen and (max-width: 500px) {

	body{font-size: 14px;}

	h1{ font-size: 1.7em;}

	.header input[type="search"]{
		height: 62px;
		padding-right: 46px;
		font-size: 16px;
	}

	.header .close-search{
		height: 62px;
		width: 62px;
	}

	.header .close-search svg{
		width: 18px;
		height: 18px;
	}

	.logo-img{
		width: 150px;
	}

	.header .open-search{
  top: 0;
  right: 55px;
	}

	.main-menu{
		top: 44px;
	}
	
	.mobile-nav-btn{
  top: -18px;
	}

	body.page .hentry, body.single .hentry{
		padding: 15px;
		padding-top: 30px;
	}

	.comments .comment-avatar img{
		float: none;
		margin-bottom: 10px;
	}

}




/*=============================================================================

GRIDS

=============================================================================*/

/* 
grid sizes suffixes:

xl < 1500px
lg < 1200px
md < 1024px
sm < 768px
xs < 600px
xxs < 450px

*/

.grid { position: relative; }

[class*='grid_'] {float: left; position: relative;}

.grid.-spacing-sm{margin-left: -2px; margin-right: -2px;}

.grid.-spacing-sm > [class*='grid_'] {padding-left: 2px; padding-right: 2px;}

.grid.-spacing-md{margin-left: -14px; margin-right: -14px;}

.grid.-spacing-md > [class*='grid_'] {padding-left: 14px; padding-right: 14px;}

.grid.-spacing-lg{margin-left: -25px; margin-right: -25px;}

.grid.-spacing-lg > [class*='grid_'] {padding-left: 25px; padding-right: 25px; }

.float-right[class*='grid_'] { float: right; }

.grid_1 { width: 100%; }

.grid_1-2 { width: 50%; }

.grid_1-3 { width: 33.33%; }

.grid_2-3 { width: 66.66%; }

.grid_1-4 { width: 25%; }

.grid_3-4 { width: 75%; }

.grid_1-5 { width: 20%; }

.grid_4-5 { width: 80%; }

.grid_1-6 { width: 16.66%; }

._invisible{ display:none !important;}


@media only screen and (max-width: 1500px) {
	
	/* grids */

	.grid_1-xl{ width:100%;}
	.grid_1-2-xl{ width:50%;}
	.grid_1-3-xl{ width:33.33%;}
	.grid_2-3-xl{ width: 66.66%;}
	.grid_1-4-xl{ width:25%;}
	.grid_3-4-xl{ width: 75%;}
	.grid_1-5-xl{ width:20%;}	
	.grid_4-5-xl { width: 80%; }
	.grid_1-6-xl{ width:16.66%;}

	._invisible-xl{ display:none !important;}
	._visible-xl{ display:block !important;}
	._visible-xl-inline{ display:inline-block !important;}
	
	._no-pd-xl{ padding:0 !important;}
	._no-mg-xl{ margin:0 !important;}
	
}


@media only screen and (max-width: 1200px) {
	
	/* grids */

	.grid_1-lg{ width:100%;}
	.grid_1-2-lg{ width:50%;}
	.grid_1-3-lg{ width:33.33%;}
	.grid_2-3-lg{ width: 66.66%;}
	.grid_1-4-lg{ width:25%;}
	.grid_3-4-lg{ width: 75%;}
	.grid_1-5-lg{ width:20%;}	
	.grid_4-5-lg { width: 80%; }
	.grid_1-6-lg{ width:16.66%;}

	._invisible-lg{ display:none !important;}
	._visible-lg{ display:block !important;}
	._visible-lg-inline{ display:inline-block !important;}
	
	._no-pd-lg{ padding:0 !important;}
	._no-mg-lg{ margin:0 !important;}
	
}

@media only screen and (max-width: 1024px) {
	
	/* grids */

	.grid_1-md{ width:100%;}
	.grid_1-2-md{ width:50%;}
	.grid_1-3-md{ width:33.33%;}
	.grid_2-3-md{ width: 66.66%;}
	.grid_1-4-md{ width:25%;}
	.grid_3-4-md{ width: 75%;}
	.grid_1-5-md{ width:20%;}   
	.grid_4-5-md { width: 80%; }
	.grid_1-6-md{ width:16.66%;}

	._invisible-md{ display:none !important;}
	._visible-md{ display:block !important;}
	._visible-md-inline{ display:inline-block !important;}
	
	._no-pd-md{ padding:0 !important;}
	._no-mg-md{ margin:0 !important;}

}

@media only screen and (max-width: 768px) {
	
	/* grids */

	.grid_1-sm{ width:100%;}
	.grid_1-2-sm{ width:50%;}
	.grid_1-3-sm{ width:33.33%;}
	.grid_2-3-sm{ width: 66.66%;}
	.grid_1-4-sm{ width:25%;}
	.grid_3-4-sm{ width: 75%;}
	.grid_1-5-sm{ width:20%;}   
	.grid_4-5-sm { width: 80%; }
	.grid_1-6-sm{ width:16.66%;}

	._invisible-sm{ display:none !important;}
	._visible-sm{ display:block !important;}
	._visible-sm-inline{ display:inline-block !important;}

	._no-pd-sm{ padding:0 !important;}
	._no-mg-sm{ margin:0 !important;}

}

@media only screen and (max-width: 599px) {

	/* grids */
	
	.grid_1-xs{ width:100%;}
	.grid_1-2-xs{ width:50%;}
	.grid_1-3-xs{ width:33.33%;}
	.grid_2-3-xs{ width: 66.66%;}
	.grid_1-4-xs{ width:25%;}
	.grid_3-4-xs{ width: 75%;}
	.grid_1-5-xs{ width:20%;}   
	.grid_4-5-xs { width: 80%; }
	.grid_1-6-xs{ width:16.66%;}

	._invisible-xs{ display:none !important;}
	._visible-xs{ display:block !important;}
	._visible-xs-inline{ display:inline-block !important;}

	._no-pd-xs{ padding:0 !important;}
	._no-mg-xs{ margin:0 !important;}
	
	._mg-b-xs{margin-bottom: 7px !important;}

	._mg-b-sm{margin-bottom: 15px !important;}

	._mg-b-md{margin-bottom: 25px !important;}

	._mg-b-lg{margin-bottom: 40px !important;}

	._mg-b-xl{margin-bottom: 60px !important;}

	._mg-t-xs{margin-top: 7px !important;}

	._mg-t-sm{margin-top: 15px !important;}

	._mg-t-md{margin-top: 25px !important;}

	._mg-t-lg{margin-top: 40px !important;}

	._mg-t-xl{margin-top: 60px !important;}


	._pd-b-xs{padding-bottom: 7px !important;}

	._pd-b-sm{padding-bottom: 15px !important;}

	._pd-b-md{padding-bottom: 25px !important;}

	._pd-b-lg{padding-bottom: 40px !important;}

	._pd-b-xl{padding-bottom: 60px !important;}

	._pd-t-xs{padding-top: 7px !important;}

	._pd-t-sm{padding-top: 15px !important;}

	._pd-t-md{padding-top: 25px !important;}

	._pd-t-lg{padding-top: 40px !important;}

	._pd-t-xl{padding-top: 60px !important;}

	/* general styles */

	.wrap{padding-left: 15px;padding-right: 15px;}

}

@media only screen and (max-width: 450px) {

	/* grids */

	.grid_1-xxs{ width:100%;}
	.grid_1-2-xxs{ width:50%;}
	.grid_1-3-xxs{ width:33.33%;}
	.grid_2-3-xxs{ width: 66.66%;}
	.grid_1-4-xxs{ width:25%;}
	.grid_3-4-xxs{ width: 75%;}
	.grid_1-5-xxs{ width:20%;}   
	.grid_4-5-xxs { width: 80%; }
	.grid_1-6-xxs{ width:16.66%;}
	
	._invisible-xxs{ display:none !important;}
	._visible-xxs{ display:block !important;}
	._visible-xxs-inline{ display:inline-block !important;}

	._no-pd-xxs{ padding:0 !important;}
	._no-mg-xxs{ margin:0 !important;}
	
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
