/*

Theme Name: Horkos
Author: Zipal
Author URI: http://fancyfrindle.com/
Version: 1.0.7
Description: Horkos is easy to use mobile friendly WordPress theme for blogs, magazines and business websites. It’s been designed to beautifully display pictures and text content, and engineered to be easy to use and fast. The Horkos theme helps you attract and retain more visitors. Theme provides clean and minimalistic layouts that make your website look great on any kind of device.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: One-column, Two-columns, Right-sidebar, Custom-header, custom-menu, featured-images, full-width-template, custom-logo, blog, microformats, post-formats, sticky-post, custom-colors, threaded-comments, custom-background
Text Domain: horkos
Theme URI: http://phoenixwebsolutions.net/project/horkos/
	
*/

/* Common */
html {
	padding: 0;
	margin: 0;
}
 @font-face {
	font-family: Montserrat;  
	src: local('Montserrat-Light'), 
	url("inc/fonts/Montserrat-Light.ttf") format('truetype');  
	font-weight: normal;  
}

@font-face {
  font-family: Lato;
  src: local('Lato-Regular'), 
  url("inc/fonts/Lato-Regular.ttf") format('truetype');  
  font-weight: normal;  
}

@font-face {
  font-family: Pacifico;
  src: local('Pacifico-Regular'), 
  url("inc/fonts/Pacifico-Regular.ttf") format('truetype');  
  font-weight: normal;  
}


body {
	padding: 0;
	margin: 0;
	font-family:Lato,Montserrat,Pacifico;
	font-size: 100%;
	color: #3d3d3d;
	background-color:#efefef;
	line-height:1.1em;
}
p {
	line-height: 1.65em;
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	font-weight: normal;
}

h1 {
	display:block;
	font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-bottom: 0.2em;
}
	
h2 {
	display:block;
	font-size: 1.75rem;
    line-height: 1.2;
    padding-top: 15px;
    margin-bottom: 0.2em;
}
	
h3 {
	display:block;
	font-size: 1.4375rem;
    line-height: 1.25;
    padding-top: 12px;
    margin-bottom: 5px;
}

h4 {
	display:block;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
    margin-bottom: 5px;
    padding-top: 15px;
}
h5 {
	display:block;
	font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-bottom: 5px;
	padding-top: 15px;
 }
h6 {
	display:block;
	font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-bottom: 5px;
	padding-top: 15px;
}

a:link,a:visited {
  color: #2fc0ca;
	text-decoration:none;
}

a:hover {
  text-decoration: underline;
}
li {
	padding-top: 7px;
}

strong {
  	font-weight: 700;
}


img, video {
	max-width: 100%;
	height: auto;
}

iframe {
  max-width: 100%; }

sup, sub {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

kbd, samp,
input, select, textarea, button {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  outline: none;
  box-shadow: none; }

textarea {
  -webkit-appearance: textfield;
  border-radius: 0; }

input[type="text"],
input[type="email"],
input[type="tel"] {
  -webkit-appearance: textfield;
  border-radius: 0; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  border-radius: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: textfield; }

textarea {
  vertical-align: top;
  overflow: auto; }

[placeholder]::-webkit-input-placeholder {
  color: inherit; }

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent; }

[placeholder]::-moz-placeholder {
  opacity: 1; }

[placeholder]:focus:-moz-placeholder {
  color: transparent; }

[placeholder]:focus::-moz-placeholder {
  color: transparent; }

button {
  cursor: pointer;
  overflow: visible; }

button::-moz-focus-inner {
  padding: 0;
  border: none; }

input[type="submit"] {
    font-size: 14px;
    display: block;
    height: 30px;
    width: 115px;
    background-color: #2fc0ca;
    color: #FFF;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}


input[type="submit"]:hover {
      background: #172525;
    -webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 2px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 2px rgba(0,0,0,0.2);
}

.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.main-search {
  margin-top: 8px;
  clear: both;
}
.search-text {
  display: inline-block!important;
  height: 23px;
  color: black;
}
.search-btn {
  display: inline-block!important;
  margin-left: 8px; 
}

.search-btn:hover {
  background-color: #2fc0ca!important;
}

/* main-container */
.main-container{
	margin: auto;
}

/* Header Logo and Navigation Menu*/
.main-header{
	position: relative;
  z-index: 100;
  background: linear-gradient(to right, #46d3b0, #2ebfcc);
}
.main-header::after,.main-header::before {
  content: '';
    display: table;
    clear: both;
}
.custom-logo-link {
  float: left;
}

.site-title{
  display: inline-block;
  padding-top: 30px;
  padding-left: 25px;
}
.site-name {
  display: block;
  font-size: 2.0625rem;
  line-height: 1.2727272727;
  margin-bottom: 0.2em;
  float: left;
  font-size: 45px;
  font-weight: 600;

}
.site-name a{
  color: #172525;
  padding-left: 10px;
  font-family: Pacifico;
}

.site-name a:hover {
  text-decoration: none!important;
}
#tagline {
    float: left;
    padding: 4px 9px;
    color: white;
    font-style: oblique;
    font-weight: 400;
}

  

.header-menu {
  display: inline-block;
  float: right;
}
.header-menu ul {
	margin: 0;
	padding: 0;
	float: right;
	margin-right: 30px;
}

.header-menu ul:before, .site-nav ul:after{
	content:"";
	display: table;
}

.menu-header-container {
  display: inline-block;
  padding-top: 25px;
  padding-right: 10px;
}
.header-menu ul:after{clear: both;}
.header-menu ul {*zoom:1;}
.header-menu ul li {
	list-style: none;
	float: left;
}

.header-menu ul li a:hover {
	  background: rgba(0, 0, 0, 0.08);
    text-decoration: none;
}

.header-menu ul li a {
	padding: 5px 9px;
	color: white;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#menu-header li a:hover, #menu-header li.current-menu-item a{
	background: rgba(0, 0, 0, 0.08);
  text-decoration: none;

}
.menu-trigger {
	display: none;
}

.site-nav ul {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

.site-nav ul li {
  list-style: none;
  float: left;
  position:relative;
  padding-right: 16px;
}

.menu li ul li{
  padding: 0;
  background-color: white;
}

.menu li ul li a,
.menu li ul li a:hover {
  display: block;
  color: black;
    background: white;
}
.menu li ul li a:hover,
.menu li ul li ul li a:hover {
  border-left: 4.2px solid #2fc0ca;
  background: white;
}

.menu li ul li ul li a,
.menu li ul li ul li a:hover{
  display: block;
  color: black;
}

.menu li ul li ul li{
  padding: 0;
  float: left;
  clear: both;
  top: 0;
  left: 0;
  padding: 0;
  background-color: white;
  color: black;
}



.site-nav ul li a:hover{background-color:black;}
.site-nav a {color: white}
 
.site-nav ul li a:link,
.site-nav ul li a:visited {
  display: block;
  font-size: 100%;
  padding:2px 8px 5px 8px;
  text-decoration: none;
}

.site-nav ul ul {
    display:block;
    position: absolute;
  top: -9999999px;
    width: 150px;
  left:0;
  text-align:left;
  
}


.site-nav ul.menu > li:hover > ul {
  display: block;
  position:absolute;
  top:100%;
}


.site-nav ul.menu > li > ul > li:hover > ul {
  display: block;
  position:absolute;
  top: 0;
  left: 100%;
}


.site-nav ul.menu > li > ul > li > ul {
  display: block;
  margin-left: 0;
  color: black;
}


.site-nav ul ul a {
    z-index:999999;
  display:block;
  position:relative;
    width: 125px;
    height: auto; 
}
.site-nav ul li ul li ul li {
  
} 

.site-nav ul:before, .site-nav ul:after { content: ""; display: table; }
.site-nav ul:after { clear: both; }
.site-nav ul { *zoom: 1;  }


/*Search*/
.search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.search-field {
	background-color: transparent;
	background-image: url(inc/images/searchicon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.search-field:focus {
	background-color: #fff;
	border: 2px solid black;
	cursor: text;
	outline: 0;
	width: 230px;
}

.search-submit {
  display: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}


.screen-reader-text{display: none;}
div.header-search{
	float: right;
  padding-top: 25px;
  padding-right: 10px;
}
div.header-search lable, div.content-search lable{
	position: absolute;
	left: -9999px;
}

div.header-search #searchsubmit {
  display: none;
}

/*Archieve Page*/
.notebook {   
  display: block;
  background-color: #e2e0e0;
  margin: 0 50px 0 10px;
  padding: 25px;
}
.note h2 {
  padding: 3px;
}

.note {
  padding-left: 20px;
  width: 95%;
}

/*Author Info-box*/
.author_bio_block {
  clear: both;
  padding-top: 20px;
  border-top: 1.2px solid #172525;
}
.author_details{
    float: left;
    margin-right: 15px;
}
.author_details img {
    float: left;
}
.author-side-wrap{
  float: none;
}
.author_de {
  float: none;
}

/* Inner container */
.inner-container {
  clear: both;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    margin: 0 auto;
    padding-bottom: 0;
}
.inner-container::before {
 	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    
}
.posts-wrapper {
    padding-left: 20px;
    padding-top: 30px;
    position: relative;
    padding-bottom: 60px;
    width: 65.8%;
    
}
.post-info {
  padding: 13px 0;
      text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.post-author a:hover, .post-title a:hover, .read-more:hover, .under-hover a:hover {
      -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    color: #172525;

}
.published-date {
      color: #6f6f6f;
      padding: 0;
      margin:0;
}
.post-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    padding-top: 0px;
 }
.post-excerpt {
  color: #707070;
}

.sidebar{
	color: white;
	position: relative;
    padding: 15px 0 60px;
    width: 34.2%;
    background: #172525;
}
.sidebar-inner {
	padding: 0 20px 20px 40px;
}

.inner-container::after {
    content: "";
    clear: both;
    display: block;
}
/* grid UI */

.post-row{
	margin-left: -10px;
    padding-left: 20px;
    float: left;
    width: 95%;
    margin-bottom: 30px;
    position: relative;
}
.post-row:last-of-type{
	border-bottom: 0;
}
.post-grid-wrap{
	margin-right: 40px;
  padding-top: 40px;
}
.post-list .page, .post-list .post {
    width: 50%;
    float: left;
}

.navigation {
  clear: both;
  margin: 10px;
  padding:8px;
}

.previous {
  width: 50%;
  float: left;
  text-align: left;
}

.next {
  width: 50%;
  float: right;
  text-align: right;
}

.aside-c-wrap {
  border-left: 1px solid #2fc0ca;
  padding-left: 20px;
}

/*Page Layout*/
.full-width-page {
  width: 100%;
}


/* Coman Widget */
.widget-title {
	color:white;
	font-size: 24px;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.widget-title:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 25px;
  margin: 4px 0 0 0;
  border: 1.85px solid #2fc0ca;

}
.widget-item {
	padding-bottom: 2px;
	margin:0;
}



/* widget menu*/
.widget-item .menu {margin-left: 10px;  }
.widget-item .menu-header-container {padding:0;list-style-type: disc;}
.widget-item .menu-header-container .menu{padding-top: 0;}
.widget-item .menu-header-container ul li, .widget-item .menu-header-container ul li ul li{list-style-type: disc; margin-top: 8px}
.widget-item .menu-header-container ul li a, .widget-item .menu-header-container ul li a:hover{display: block; clear: both;background: transparent;border-left:none;}
.widget-item .menu-header-container ul li ul li a, .widget-item .menu-header-container ul li ul li a:hover{display: block; clear: both;background: transparent;border-left:none;}
.widget-item .menu-header-container li ul li{display: block; clear: both;background: transparent; list-style-type: disc;}
.widget-item .menu-header-container li ul li a, .widget-item .menu-header-container li ul li a:hover{display: block; clear: both;background: transparent;border-left:none;}
/* All Widget */
.cat-item {
	padding: 0 8px;
}

select, option {
	color:black;
}

#archives-dropdown-2 {
	width:50%;
	height:25px;
}

.cat-item a:link, .cat-item a:visited, .page_item a:link, .page_item a:visited, .tagcloud a:link, .tagcloud a:visited{
	color: white!important;
}
.textwidget {
  clear: both;
  font-family: inherit;
  line-height: 1.45em;
  padding-right: 4px;
  letter-spacing: 0.06em;
  overflow: hidden;
}
.tagcloud {
	padding-top:14px;
}

.recentcomments,.widget-item ul {
  padding: 0;
  padding-bottom: 10px;
  line-height: 1.2em;
}

.post-date::before { 
  content: ' — ';}
.widget_calendar #wp-calendar {    width: 100%;}
#wp-calendar{ width:100%;text-align:center;}
#wp-calendar caption, .widget_calendar caption {
  background: #2fc0ca;
  color: #fff;
  font-weight: bold;
    padding: 5px 10px;
}

#wp-calendar td, #wp-calendar th {
  padding: 4px;
  text-align: center;
  border: 1px solid #E2E2F3;
}

#wp-calendar thead, .wp-calendar thead { }

.social-icons {
  padding-top: 12px;
}

.facebook, .google, .linkedin, .twitter {
  margin-right: 20px;
}

.fa-facebook-square:hover{
  color:#3b5998;
}
.fa-twitter-square:hover{
  color:#00abe3;
}
.fa-google-plus-square:hover{
  color:#dd4b39;
}
.fa-linkedin-square:hover{
  color:#01669c;
}
.fa-instagram:hover{
  color:white;
}

.popular-post-wrap {
  margin: 20px 0 40px 0;
  max-width: 80%;
}

.post-content {
  padding-top: 10px;
}

.popular-featured-image img{
    max-height: 175px;
    opacity: 0.75;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.popular-featured-image img:hover {
  opacity: 1.0;
}

/* Featured Images */

.featured-image-wrap img {
       opacity: 0.8;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out; 
}

.featured-image-wrap img:hover {
  opacity: 1.0;
}





/* Single Post*/
.post-single {
  padding: 0;
  margin: 0;
}
.single-container {
	padding: 40px;
}
article.single-post {
    margin-right:35px;
    padding-left: 9px;
    background: white;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.12);
    padding: 20px;
}



/* Footer */

.footer-nav {
  float: left;
}
.footer-nav ul {
	margin-left:0;
	padding-left:0;
	padding: 0 15px 0px 25px;
}
.footer-nav ul li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  padding-top: 0;

}
.footer-nav ul li a{color:white!important}
.footer{
	clear: both;
	background: linear-gradient(to right, #46d3b0, #2ebfcc);
	display:flow-root;
}
.copycon {
	clear:both;
  padding: 20px 15px 8px 10px;
}
.credit-link-parent a, .credit-link a{
  color: white!important;
  font-size: 17px;
}

.footer-left {
	display:inline-block;
	padding-left:15px;
}

.footer-right {
	display:inline-block;
	float:right;
}
/* scroll to top */
.scroll-to-top {
  background: #46d3b0;
  color: #FFF;
  bottom: 14%;
  right: 5%;
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  width: 45px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.scroll-to-top:hover {
  opacity: .8;
}

/* Image caption, Backquote*/
.wp-caption-text {
  font-size: 15px;
  font-style: italic;
  text-transform: capitalize;
	width : auto;
  padding: 0;
  margin: 0;
}


img, .wp-caption {
    height: auto;
    max-width: 100%;
    position: relative;
    width: auto;
}


blockquote::before, blockquote::after {
  font-family: FontAwesome;
  content: '\f10d'; 
  display: inline-block;
  position: absolute;
  font-size: 25px;
}


blockquote p {
  padding: 0 40px;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote:after {
    content:'\f10e';
    right: 0;
    bottom: 0;
}
blockquote {
  display: inline-block;
  width: auto;
  line-height: 1.45;
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}

blockquote cite {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}


blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 
{padding-top: 0px;}


/* Gallery caption, image, meta */
.gallery-title{clear:both; float: left;    margin-bottom: auto;}
.gallery-meta{clear:both;float: right;padding-right: 4px;font-style: italic;font-weight: bold;}
.gallery-caption {
   display:block;
}

.gallery-icon {
	pointer-events: none;
   cursor: default;
}


/* Search */
.screen-reader-text{display: none;}

/*Other required hook up class*/

.sticky {display:block;}
.bypostauthor {display:block;padding-top:0;}
#sticky-hover {display:none;}
#sticky-hover :hover{display:none;}

pre {
    background: #f3f3f7;
    border: 1px solid #dedee3;
    padding: 11px;
    font-size: 12px;
    line-height: 1.3em;
    margin-bottom: 22px;
    overflow: auto;
}




/*Post Navigation */
.nav-post {
  border-top: 1.2px solid #172525;
}

.previous-post-wrap, .next-post-wrap {
  padding: 20px!important;
}

.previous-post, .next-post {
    text-align: center;
    line-height: 1.45;
}


/* Search */
.search-title {
  padding-left: 10px;
  padding-bottom: 10px;
}

.padding-30 {
  padding: 30px;
}

/*Related Posts*/
.related-post-wrap {
  border-top: 1.2px solid #172525;
  position: relative;
  padding: 20px 10px;
}

.related-post {
  width: 30%;
  padding-top:8px;
  float: left;
  padding: 20px 10px;
}

.related-post-block:nth-child(1) {
  width: 50%;
}

/* Single Post Comment */
.comment-block {
  
}
.previous-post-wrap, .next-post-wrap, .comments-area {
	  clear: both;
    border-radius: 3px;
    /*margin-top: 26px;*/
}
.comment-content a {
  word-wrap: break-word;
}
.comments-title{    
    font-size: 14px;
    color: black;
    display: inline-block;
    margin: 0 7px 0 0;
    text-transform: uppercase;
    font-weight: bold;
}

.fn,.says{   
    position: relative;
    font-size: 20px;
    font-style: normal;
    top: -20px;
}

#respond, {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}

p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment-list,
.comment-list .children {
    list-style: none;
    padding-top: 0;
    margin-top: 0;
}
.comment .comment-body {
  margin: 0;
  overflow: hidden;
  padding: 0;
  margin-top: 2em;
  padding-left: 5px;
  position: relative;
}
.comment-list .children {
  
  margin-left: 20px;
  padding-left: 40px;
  border-left: 1px solid #DADADA;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
     position: relative;
    left: -5px;
    top: 20px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
    border-radius: 150px;
}
#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.comment-author.vcard {
      font-size: 18px;
    /* position: relative; */
    margin-top: 2px;
    min-height: 48px;
}
.vcard .avatar {
  position: absolute;
  left: 20px;
  top: 29px;
  border-radius: 2px;
  
}

.comment-metadata,.comment-meta {
  position: relative;
 margin-bottom: 4px;
  padding-top: 4px;
      margin-top: 13px;
    color: #707070;
    font-size: 15px;
    line-height: 1.6;
    top: -34px;
    left: 65px;
}

.comment p {font-size:16px;}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
#submit {
      font-size: 12px;
    display: block;
    height: 30px;
    width: 115px;
    background-color: #2fc0ca;
	color: #FFF;
    border: none;
    font-weight: bold;
    cursor:pointer;
    text-transform: uppercase;
    

}
#submit:hover{
  background: #172525;
  -webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 3px 3px 2px rgba(0,0,0,0.2);
  box-shadow: 3px 3px 2px rgba(0,0,0,0.2);
}
.comment-navigation,
.single .nav-links {
  overflow: hidden;
  margin-top: 30px;
}

.comment-reply-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    padding-top: 20px;
    border-top: 1.2px solid #172525;
}
.comment-reply-link {
	  font-weight: 400;
  	font-size: 17px;
    padding: 3px;
    margin-right: 11px;
    cursor: pointer;
}
.reply {
    padding-bottom: 14px;
    border-bottom: 1px solid #e8e8e8; 
}
.post-tags a:hover, .reply a:hover, .comment-meta  a:hover, .logged-in-as a:hover, .previous-post a:hover, .next-post a:hover, .previous a:hover, .next a:hover{
    color: #172525;
    text-decoration: underline;
}



/*All media Query*/
@media (max-width:767px) {
  .site-title {
    max-width: 100%;
  }
  .inner-container {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
  }
  
  .inner-container:before {
    display: none;
  }
  
  .posts-wrapper {
    float: none;
    margin: 0;
    width: auto;
  }
  
  .post-grid-wrap {
    margin: 0;
    margin-right: 20px;
  }
  
  .post-row {
    width: 97%;
    padding-left: 0px;
  }
  
  .sidebar {
    clear: both;
    margin: 0;
    padding-right: 20px;
    padding-left: 20px;
    width: auto;
  }
  
  .header-menu {display: none;}
  .menu {
    clear: both;
  }
  
  .header-search{
    float: left;
    width: auto;
    height: auto;
    display: none;
  }
  
  .site-nav {
	  padding-left:20px;
    height:auto;
  }
	
  .site-nav ul ul {
		position:relative;
		top:0;
	}

  .menu-header-container {
    padding-left: 25px;
  }
  
	
  .header-menu ul li {
    padding-left: 0;
  }
  .site-nav ul li ul li ul li{
    top: 0;
    left: 0;
    font-size:14.5px;
    padding-left: 20px;
    width: 100%;
    position: relative;
  }
	
  .fa-angle-down{
		display:none;
	}

	.site-nav ul li:hover > ul {
		position:relative;
		top:1;
	}
	
  .site-nav ul li ul li {
    font-size:16px;
    width: 100%;
  }
	
  .site-nav ul li{
		clear:both;
		float: none;
	}
	
  .site-nav ul li:last-child{
		border-bottom:none;
	}

  .menu li ul li,.menu li ul li ul li, .menu li ul li a, .menu li ul li a:hover  {
    background-color: transparent;
  }

  .menu li ul li a, .menu li ul li a:hover, .menu li ul li ul li a:hover, .menu li ul li ul li a {
    color: white!important;
    background: transparent!important;
    border-left: none;
  }

	div.nav-expanded {
    display: inline-flex;
    width: 100%;
    float: right;
    padding: 0 0px 20px 20px;
    margin-left: 27px;
    background: black;
    color: white;
	}
	
  div.expanded {display: block;}
	.menu-trigger {
		display: block;
		color: white;
    position: absolute;
    right: 10px;
    top: 40px;
		padding: 10px;
		padding-bottom: 5px;
		text-align: right;
		font-size: 100%;
		cursor: pointer;
		height: 25px;
	}
	.footer-nav ul {
		padding:0;
	}
}

@media (max-width:515px) {

  .post-list .page, .post-list .post {
    width: 100%!important;
    float: left;
    padding-top: 0px;
    margin: 0;
  }
  
  .post-row {
    border-bottom: none;
    padding-left: 0px;
    margin-bottom:0;
  }

  .post-grid-wrap {
    margin-right: 2px;
  }

  #tagline {
    display: none;
  }
  
  .site-name {
    text-align: center;
  }
  
  article.single-post {
    margin-right: 10px;
  }
  
  .related-post:nth-child(3) {
    display: none;
  }

  .related-post {
    width: 42%;
  }
  
  #comment, .textarea, #author, .name, .email, .url {
    width: 91%!important;
  }
}

@media (max-width:515px) {
  .site-title {
    padding-left: 12px;
  }

  .site-name {
    font-size: 35px;
  }
}







