/*
	Theme Name: Pete
	Theme URI: https://demo.myherothemes.com/pete/
	Description: Pete - Creative & Clean Portfolio WordPress Theme
	Author: PEGO
	Author URI: http://themeforest.net/user/pego
	Version: 1.6
	License: GNU General Public License
	License URI: licensing/README_License.txt
	Tags: two-columns, three-columns, four-columns, right-sidebar, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, theme-options
	Text Domain: pete
*/

/*------------------------------------------------------------------
[Table of contents]

1. Basic WP styles
2. Menu and Slider
3. Footer
4. Page titles
5. Skills 
6. About
7. News
8. Contact Form
9. Portfolio Items
10. Single post
11. Widgets
12. Error
-------------------------------------------------------------------*/



/*------------------------------------------------------------------
[1. Basic WP styles ]
------------------------------------------------------------------*/

* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

html, body, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video
{
	border: 0;
	font: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	letter-spacing: 0;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
    font-family: 'Poppins', sans-serif;
}

html {
    -webkit-text-size-adjust: 100%;
}

html, body {
	margin:0;
   	padding:0;
   	height:100%;
   	-webkit-font-smoothing: antialiased; 
}

.entry-content img { margin: 0 0 20px 0; }
.alignleft, img.alignleft { float: left; margin: 10px 20px 10px 0; }
.alignright, img.alignright { display: block; float: right; margin: 10px 0 10px 20px; }
.aligncenter, img.aligncenter { clear: both; display: block; margin: 10px auto 10px auto; }
.wp-caption { background: #fff; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption img { border: 0 none; margin: 0; padding: 0; }
.wp-caption p.wp-caption-text { margin: 0; padding: 5px; font-family: Georgia, "Times New Roman", Times, serif; color: #1b1b1b; 	line-height: 1.9; font-size: 12px; }
.wp-smiley { max-height: 12px; margin: 0 !important; }
.gallery img, .gallery dl { margin: 0; }
.gallery-caption { margin: -20px 0 0 0; }
.textaligncenter { text-align: center; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }

p {
	margin-bottom: 10px;
}

strong {
	font-weight: 400;
	color: #000;
	font-size: 14px;
}

a {
	outline: none;
	text-decoration: none;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	color: #000;
}

a:hover {
	color: #888;
}

.display-none { 
	display: none;
}
.display-block {
	display: block;
}

img {
	border: 0 none;
    height: auto;
    max-width: 100%;
}

.table_view {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.table_cell {
	display: table-cell;
	vertical-align: middle;
}

p {
    font-size: 14px;
    color: #777777;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}


body {
	word-break: break-word;
}

ul li {
	margin-left: 18px;
}
ul li li {
	margin-left: 36px;
}

ol li {
	margin-left: 25px;
}

ol li li {
	margin-left: 50px;
}

blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
 blockquote p:last-child {
	margin-bottom: 0;
}
 code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
 pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
 pre code {
	display: block;
}
 abbr
 dfn
 acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
 address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

 embed,
 iframe,
 object,
 video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
 dl {
	margin: 0 1.714285714rem;
	margin-bottom: 30px;
}
 dt {
	font-weight: 600;
	line-height: 1.714285714;
	color: #000;
}
 dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
 table {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
 table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
 td {
	padding: 6px 10px 6px 6px;
}
table th {
	color: #000;
	font-weight: 600;
    padding: 10px;
}

 embed,  iframe,  object,  video {
    max-width: 100%;
}

 dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

.gallery-caption {
	margin-top: 15px;
}

.pagination-wrapper .alignleft {
	margin-left: 10px; 
	margin-bottom: 20px;
}

.pagination-wrapper .alignright {
	margin-right: 10px;  
	margin-bottom: 20px;
}

.pagination-wrapper .alignleft a, .pagination-wrapper .alignright a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}
.pagination-wrapper .alignleft a:hover, .pagination-wrapper .alignright a:hover {
	text-decoration: underline;
	color: #888;
}

.bypostauthor {position: relative;}

.post-password-form input[name="post_password"] { 
	background: #fff;
	color: #888;
	padding: 10px;
	font-size: 13px;
	font-weight: 400;
	border: 1px solid #eee;
	outline: none;
}

.post-password-form input[name="Submit"] { 
	background: #000;
	color: #fff;
	padding: 10px 30px;
	font-size: 13px;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	border: 1px solid #000;
}
.post-password-form input[name="Submit"]:hover { 
	cursor: pointer;
}

.ares .tp-bullet {
	width: 10px;
	height: 10px;
	position: absolute;
	background: none;
	border-radius: 50%;
	cursor: pointer;
	box-sizing: content-box;
	background: #fff;
}

.ares .tp-bullet:hover, .ares .tp-bullet.selected {
	width: 20px;
	height: 20px;
	margin-left: -5px;
	margin-top: -5px;
	background: #fff;
}

 .even_section {
    background: #f3f3f3;
}

.odd_section {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 0;
}

.onepager_section_class {
    float: left;
    width: 100%;
}
.inside-section {
    padding: 50px 0;
    margin: 0 auto;
}

.section-container {
    width: 1170px;
    margin: 0 auto;
}

.section-content-columns {
    margin-left: -15px;
    margin-right: -15px;
}

.center {
    width: 1170px;
    margin: 0 auto;
}

.page-wrapper {
     padding-top: 30px;
}

.global-wrapper { 
    position: relative;
    min-height: 100%;
    padding-bottom: 310px; 
}

.page-content {
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    text-transform: uppercase;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}
h3 {
    
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

/*preloader */
#preloader {
    background-color:#fff;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%; 
    z-index: 9998;
    display:table;
    text-align: center;
}

.spinner {
    margin:auto;
    text-align: center;
    display:table-cell;
    vertical-align:middle;
} 


@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-ms-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
.uil-ripple-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-top: 0;
}
.uil-ripple-css div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 6px;
  border-style: solid;
  -ms-animation: uil-ripple 2s ease-out infinite;
  -moz-animation: uil-ripple 2s ease-out infinite;
  -webkit-animation: uil-ripple 2s ease-out infinite;
  -o-animation: uil-ripple 2s ease-out infinite;
  animation: uil-ripple 2s ease-out infinite;
}
.uil-ripple-css div:nth-of-type(1) {
  border-color: #000;
}
.uil-ripple-css div:nth-of-type(2) {
  border-color: #000;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

/*------------------------------------------------------------------
[2. Menu and Slider ]
------------------------------------------------------------------*/ 
/* Header */
.header {
    position: absolute;
    width: 100%;
}

.header-inside {
    width: 1170px;
    margin: 0 auto;
}

.header-extra {
    width: 100%;
    height: 88px;
}

/* Menu */
.menu-icons-inside {
    position: relative;
    text-align: center;
    float: right;
    cursor: pointer;
    z-index: 9999;
}	

.menu-wrapper {
    position: relative;
    z-index: 9999;
    margin-top: 50px;
}

.menu-icon {
	position: relative;
	color: #fff;
	float: right;
	height: 26px;
	margin-right: 0;
	display: inline-block;
}

.menu-icon:hover {
	color: #fff;
}

.menu-icon-close {
	display: none;
}

.menu-icon.menu-icon-close {
	font-size: 48px;
	top: 3px;
	right: 25px;
}

.menu-icon-create {
	display: inline-block;
	width: 30px;
	height: 2px;
	position: relative;
	top: 12px;
	vertical-align: bottom;
	background: #fff;
	white-space: nowrap;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	float: left;
}
  
.menu-icon-create:after, .menu-icon-create:before {	
	position: absolute;
	content: '';
	display: inline-block;
	width: 23px;
	height: 2px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	outline: 1px solid transparent;
	left: 0;
	background: #fff;	
}

.menu-icon-create:before {
	top: -8px;
}

.menu-icon-create:after {
	top: 8px;
}

.menu-icon.opened .menu-icon-create:before {
	top: 100%;
	-webkit-transform: rotate(-48deg) translate(2px, 0);
	-moz-transform: rotate(-48deg) translate(2px, 0);
	-ms-transform: rotate(-48deg) translate(2px, 0);
	-o-transform: rotate(-48deg) translate(2px, 0);
	transform: rotate(-48deg) translate(2px, 0)
}

.menu-icon.opened .menu-icon-create:after{
	-webkit-transform: rotate(45deg) translate(0, 1px);
	-moz-transform: rotate(45deg) translate(0, 1px);
	-ms-transform: rotate(45deg) translate(0, 1px);
	-o-transform: rotate(45deg) translate(0, 1px);
	transform: rotate(45deg) translate(0, 1px);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.menu-icon.opened  .menu-icon-create { 
	background: none;
}

.main-menu {
	float: right;
}

.main-menu.standard-menu ul.sf-menu {
    margin-right: 0;
}

.main-menu ul.sf-menu {
	float: right;
}

.main-menu ul {
	color: #888;
    list-style: none;
    text-align: left;
    margin-right: 30px;
    margin-top: 2px;
}

.main-menu ul.sf-menu > li {
	display: inline-block;
    margin: 0 15px;
    position: relative;
}
.main-menu ul.sf-menu > li:last-child {
    margin-right: 0;
}
.main-menu ul.sf-menu > li > a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
span.sf-sub-indicator {
	display: none;
}

.main-menu ul.sf-menu > li:first-child::before {
    content: '';
}

.main-menu ul.sf-menu > li::before {
    content: "\2044";
    padding-right: 25px;
    display: inline-block;
    display: none;
}
/* submenu  */
.main-menu .sf-menu ul {
    position: absolute;
    min-width: 220px;
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	visibility: hidden;
	display: none;
	padding: 25px 0 20px 10px;
}
.main-menu .sf-menu ul li {
	margin: 0;
	color: #888;
}
.main-menu .sf-menu ul li::before {
	content: "";
}
.main-menu .sf-menu ul li a {
	-webkit-font-smoothing: antialiased; 
	text-transform: none;
	font-size: 14px;
	padding: 0px 20px;	
	display: block;
	font-weight: 400;
	color: #888;
	margin-bottom: 15px;
}

.main-menu .sf-menu ul li:first-child a {
	border: none;
}
.sf-menu > li > ul { 
	top: 30px;
	left: 0;
}

.main-menu .sf-menu ul ul {
	margin-top: -50px;
	left: 220px;
} 

.main-menu ul.sf-menu > li li.current-menu-item > a, .main-menu .sf-menu ul li > a:hover, .main-menu .sf-menu ul li.sfHover > a, .main-menu .sf-menu ul li.sfHover > a, .main-menu .sf-menu ul li li.current-menu-item > a, .main-menu .sf-menu ul li.current-menu-parent >  a, .main-menu .sf-menu ul li.current-menu-ancestor >  a,
.main-menu ul.sf-menu > li > a:hover, .main-menu ul.sf-menu > li.sfHover > a, .main-menu ul.sf-menu > li.current-menu-item > a, .main-menu ul.sf-menu > li.current-menu-parent > a, .main-menu ul.sf-menu > li.current-menu-ancestor > a  { 
	color: #c7544d !important;
}

.main-menu ul.sf-menu > li {
	position: relative;
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.main-menu ul.sf-menu > li {
    opacity: 0;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.main-menu.showmenu ul.sf-menu > li { 
    visibility: visible;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.main-menu ul.sf-menu > li:nth-child(n+1) {
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.main-menu ul.sf-menu > li:nth-child(n+2) {
	-webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.main-menu ul.sf-menu  > li:nth-child(n+3) {
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.main-menu ul.sf-menu > li:nth-child(n+4) {
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.main-menu ul.sf-menu > li:nth-child(n+5) {
    -webkit-transition-duration: 600ms;
    -moz-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.main-menu.showmenu ul.sf-menu > li:nth-last-child(n+1) {
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.main-menu.showmenu ul.sf-menu > li:nth-last-child(n+2) {
	-webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.main-menu.showmenu ul.sf-menu  > li:nth-last-child(n+3) {
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.main-menu.showmenu ul.sf-menu > li:nth-last-child(n+4) {
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.main-menu.showmenu ul.sf-menu > li:nth-last-child(n+5) {
    -webkit-transition-duration: 600ms;
    -moz-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

/* mobile menu */
.mobile-menu-wrapper {
	display: none;
}

.menu-icon-mobile {
    display: none;
}

.mobile-menu-wrapper {
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.85);
	display: none;
	position: absolute;
	height: auto;
	z-index: 11;
	float: left;
	margin-bottom: 30px;
	display: none;
    top: 80px;
    left: 0;
}

.mobile-menu-wrapper ul {
	list-style: none;
}

.mobile-menu-wrapper ul.mobile-menu  li {
	display: block;
	margin: 0;
}

.mobile-menu-wrapper ul.mobile-menu  li:before {
	content: '';
}

.mobile-menu-wrapper ul.mobile-menu  li a {
	padding-left: 40px;
}

.mobile-menu-wrapper ul.mobile-menu li li a {
	font-size: 13px;
	padding-left: 30px
}

.mobile-menu-wrapper ul.mobile-menu ul {
    margin-left: 0px !important;
}

.mobile-menu-wrapper ul.mobile-menu  li li  li a  {
	padding-left: 80px;
}

.mobile-menu-wrapper ul.mobile-menu li a {
    width: 100%;
    padding: 12px 20px 10px;
    display: block;
    color: #fcf6ec;
    border-bottom: 1px solid #000;
    font-size: 14px;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
}

.mobile-menu-wrapper ul.mobile-menu  li a:hover, .mobile-menu-wrapper ul.mobile-menu  li.current_page_item a {
	color: #fcf6ec !important;
	background: rgba(0,0,0,0.6); 
}

/* standard header */
.logo img {
    float: left;
}

.logoImageRetina {
    display: none;
}

.header.header-standard {
    position: relative;
    background: #fff;
	border-bottom: 1px solid #e8e8e8;
}
.header-standard .header-inside  {
    display: table; 
    vertical-align: middle;
    padding: 30px 0;
}

.header-standard .logo  {
    display: table-cell; 
    vertical-align: middle;
    width: 400px;
} 
.main-menu.standard-menu  {
    display: table-cell; 
    vertical-align: middle; 
    text-align: right; 
    width: 770px;
}
 .header-standard .menu-icon-create {
	background: #000;
}
  
.header-standard .menu-icon-create:after, .header-standard .menu-icon-create:before {	
	background: #000;	
}
      
.header-standard .menu-wrapper {
    margin-top: 0;
}      
.header-standard .main-menu ul.sf-menu > li > a {
    color: #000;
}

.page-title-wrapper.page-title-standard  {
    padding: 30px 0 0;
}

.page-title-wrapper.page-title-standard  .page-title-inner {
    margin-bottom: 0;
}

.page-title-wrapper.page-title-standard  .page-title {
    margin-top: 0;
}

/* Home elements */
.header.header-standard.header-sticky  {
    position: fixed;
    z-index: 9;
    display: none;
}

.home-template {
    position: relative;
    width: 100%;
    background-size: cover;
    z-index: 10;
    margin-bottom: 0;
}

.home-content {
    position: relative;
}

.home-slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.home-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

svg.bigTriangleColor {
	pointer-events: none;
	background: #fff;
	float: left;
}
.bigTriangleColor path {
	fill: #f3f3f3;
	stroke: #f3f3f3;
	stroke-width: 4;
}

svg.bigTriangleColor.single-post-thumb-svg-left {
	position: absolute;
	bottom: 0;
	left: 0;
	background: none;
}

svg.bigTriangleColor.single-post-thumb-svg-left path {
	fill: #fff;
	stroke: #fff;
	stroke-width: 4;
}

svg.bigTriangleColor.single-post-thumb-svg-right {
	position: absolute;
	bottom: 0;
	right: 0;
	background: none;
}

svg.bigTriangleColor.single-post-thumb-svg-right path {
	fill: #fff;
	stroke: #fff;
	stroke-width: 4;
}

svg.bigTriangleColor.home-svg-left {
	position: absolute;
	bottom: 0;
	left: 0;
	background: none;
	z-index: 99;
}

svg.bigTriangleColor.home-svg-left path {
	fill: #fff;
	stroke: #fff;
	stroke-width: 10;
}

svg.bigTriangleColor.home-svg-right {
	position: absolute;
	bottom: 0;
	right: 0;
	background: none;
	z-index: 99;
}

svg.bigTriangleColor.home-svg-right path {
	fill: #fff;
	stroke: #fff;
	stroke-width: 10;
}

.home-content-inner {
    position: absolute;
    top: 500px;
}

.typed-wrapper {
    color: #fff;
    text-transform: uppercase;
}

span.type-it {
    display: block;
    font-weight: 700;
    font-size: 100px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

span.pretyped-text {
    font-weight: 100;
    font-size: 58px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

ul.socials-sh {
    list-style: none;
	margin-top: 40px;
    margin-left: 5px;
}

ul.socials-sh li {
    margin: 0;
    padding: 0;
    display: inline;
	margin-right: 25px;
}

ul.socials-sh li a {
    color: #fff;
	font-size: 20px;
}

.contact-socials ul.socials-sh {
    list-style: none;
	margin-top: 40px;
    margin-left: 5px;
	margin-bottom: 30px
}

.contact-socials ul.socials-sh li {
    margin: 0;
    padding: 0;
    display: inline;
	margin-right: 25px;
}

.contact-socials ul.socials-sh li a {
    color: #000;
	font-size: 16px;
}

.contact-socials ul.socials-sh li a:hover {
    color: #777;
}

/*------------------------------------------------------------------
[3. Footer ]
------------------------------------------------------------------*/ 
footer{
    background: #000;
    padding: 90px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-socials ul.socials-sh {
    list-style: none;
}

.footer-socials ul.socials-sh li {
    list-style: none;
    list-style-position: inside;
    display: inline;
	margin: 0 10px;
}

.footer-socials ul.socials-sh li a {
    color: #fff;
	margin: 0;
	padding: 0;
}

footer p {
    line-height: 20px;
    margin-top: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

footer p a {
    color: #aaa;
	font-size: 14px;
	font-weight: 500;
}

footer p a:hover {
    color: #ddd;
}

/*------------------------------------------------------------------
[4. Page titles ]
------------------------------------------------------------------*/ 
.page-title-wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.page-title-inner {
    display: inline-block;
    position: relative;
	margin-bottom: 70px;
}

.page-title-counter {
    font-family: 'Montserrat', sans-serif;
    font-size: 120px;
    color: #e8e8e8;
    line-height: 1;
    display: block;
    font-weight: 700;
	z-index: 1;
    position: absolute;
    left: 0;
    bottom: -10px;
    visibility: hidden;
    
}

.page-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    color: #222;
    line-height: 1;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-top: 50px;
    margin-left: 3px;
    z-index: 1;
    visibility: hidden;
    margin-bottom: 0;
}

.page-title-right .page-title-inner {
    float: left;
    margin-left: 50%;
    padding-left: 50px;
    
}

.page-title-right .page-title-counter {
    left: 50px;
}


/*------------------------------------------------------------------
[5. Skills ]
------------------------------------------------------------------*/
.skill-item {
    text-align: center;
    margin-bottom: 50px;
    visibility: hidden;
    
}

.section-content-columns .skill-item:nth-child(4n+1) {
    clear: both;
} 

i.skill-icon {
    display: block;
	font-size: 32px;
	color: #222;
}

h3.skill-title,
a.skill-url-title {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 35px 0 10px;
	display: block;
    line-height: 1;
    font-size: 14px;
	color: #333;
}

a.skill-url-title:hover {
    color: #555;
}

.skill-item p {
    line-height: 22px;
}


/*------------------------------------------------------------------
[6. About ]
------------------------------------------------------------------*/ 
.smaller-container {
    width: 1030px;
}

.about-description-words {
    text-align: right;
    font-size: 46px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -1px;
}

.about-description-words .about-word {
    margin-bottom: 30px;
    visibility: hidden;
    
}

.strike{
    position: relative;
}

.strike::after{
    content: '';
    border-bottom: 1px solid #333;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transition: width 0.3s; /* Safari */
    transition: width 0.3s;
}

.about-description-words .about-word:hover .strike::after {
	width: 0;
}

.about-description-words {
    width: 50%;
    float: left;
	padding-right: 50px;
}

.about-text {
    width: 50%;
    float: left;
	padding-left: 50px;
    visibility: hidden;
    
}

/*------------------------------------------------------------------
[7. News ]
------------------------------------------------------------------*/ 
ul.post-details {
    list-style: none;
    list-style-position: inside;
}

ul.post-details li {
    padding: 0;
    margin: 0;
    display: inline;
    text-transform: uppercase;
	color: #777;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0 10px;
}

ul.post-details li a {
	color: #777;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}

ul.post-details li a:hover {
	color: #333;
}

.post-title-wrapper {
    width: 600px;
    display: inline-block;
    margin-bottom: 30px;
}

a.post-title-link {
    font-size: 30px;
    line-height: 1;
}

a.post-title-link:hover {
    color: #555;
}

span.blog-first-letter {
    font-size: 90px;
    color: #e8e8e8;
    position: relative;
    margin-right: -30px;
    z-index: 1;
    line-height: 1;
    font-weight: 600;
    margin-bottom: -10px;
    display: inline-block
}

span.post-title {
    position: relative;
    z-index: 2;
	line-height: 1.2
}

.blog-read-more-wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
    margin-top: 40px;
    visibility: hidden;
    
}

a.blog-read-more {
    padding: 10px 30px;
    font-size: 12px;
    background: none;
    transition: all ease 0.3s;
	width: auto;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	border: none;
	font-weight: 600;
	background: #000;
	color: #fff;
}

a.blog-read-more:hover {
    background: #e8e8e8;
    color: #000;
    transition: all ease 0.3s;
}

.owl-stage-outer {
    text-align: center;
}

.owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-prev {
    float: left;
	position: absolute;
	left: 0;
}

.owl-next {
    float: right;
    right: 0;
    position: absolute;
}

.owl-prev i:before {
    color: #aaa;
	font-size: 18px;
}

.owl-prev i:hover:before {
    color: #444;
}

.owl-next i:before {
    color: #aaa;
	font-size: 18px;
}

.owl-next i:hover:before {
    color: #444;
}


/*------------------------------------------------------------------
[8. Contact Form ]
------------------------------------------------------------------*/ 
.section-contact {
    text-align: center;
    padding: 0 150px;
}

.contact-form-wrapper, .contact-detail, .contact-socials {
    visibility: hidden;
}

.contact-details,
.contact-details a {
    font-size: 42px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.4;
	font-weight: 600;
	margin-top: 70px;
	color: #333;
}

.contact-details a:hover {
	color: #555;
}

.pego-contact-form {
	float: left;
	width: 100%;
    margin-top: 40px;
    text-align: center;
}

.pego-contact-form input {
	float: left;
	width: 48%;
}

.pego-contact-form p { margin-bottom: 0; }

.pego-contact-form input.wpcf7-email {
    margin-left: 4%;
}

.pego-contact-form textarea {
	float: left;
	width: 100%;
	margin-top: 30px;
	max-height: 200px;
	margin-bottom: 50px;
	resize: none;
}

.pego-contact-form input,
.pego-contact-form textarea {
	border: none;
	border-bottom: 1px solid #dfdfdf;
    font-family: 'Poppins', sans-serif;
    color: #000;
    padding-left: 10px;
	padding-bottom: 10px;
}

.pego-contact-form input[type="submit"] {
	padding: 10px 30px;
    font-size: 12px;
    background: none;
    transition: all ease 0.3s;
	width: auto;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	border: none;
	font-weight: 600;
	background: #000;
	color: #fff;
}

.pego-contact-form input[type="submit"]:hover{
    background: #e8e8e8;
    color: #000;
    transition: all ease 0.3s;
}

input.wpcf7-form-control.wpcf7-submit { float: none; }

span.wpcf7-not-valid-tip {
    display: none !important;
}

div.wpcf7-validation-errors {
	border: none !important;
	color: red !important;
}

/*------------------------------------------------------------------
[9. Portfolio Items ]
------------------------------------------------------------------*/ 
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	text-align: center;
}

.grid figure img {
	float: left;
	opacity: 1;
    border-right: 1px solid #fff;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 9;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 500;
	color: #333;
	background: #fff;
	width: auto;
	display: inline-block;
	padding: 6px 13px 4px;
	font-family: 'Poppins', sans-serif;
	line-height: 1;
	font-size: 14px;
	text-transform: none;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-winston {
	background: #162633;
	text-align: left;
}

figure.effect-apollo {
	background: #fff;
}

a.single_item_link i:before {
    font-size: 32px;
    color: #000;
    position: relative;
    top: 4px;
}

a.single_item_link i:hover:before {
    color: #c7544d;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
    width: 100%;
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 1px solid #000;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
    z-index: 10;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.portfolio_filter {
    text-align: center;
	margin-bottom: 30px;
    visibility: hidden;
    
}

.portfolio_filter ul {
    margin: auto;
    display: inline-block;
}

.portfolio_filter ul li {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    float: left;
    margin-right: 15px;
    list-style: none;
    cursor: pointer;
	font-weight: 500;
	color: #777;
}

.portfolio_filter ul li.select-cat,
.portfolio_filter ul li:hover {
    color: #333;
}

.single_item {
    margin-bottom: 31px;
    width: 33.3334%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    visibility: hidden;
    
}

/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

/*------------------------------------------------------------------
[10. Single post ]
------------------------------------------------------------------*/ 
.sigle-blog-header {
    text-align: center;
    padding: 0 350px;
    margin-bottom: 30px
}

.blog-image {
    width: 1600px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 90%;
}

.blog-content {
    padding: 0 200px;
}

h1.single-blog-title {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 500;
}

.single-blog-title-link {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 500; 
}

.blog-single blockquote p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    border-left: 4px solid #000;
    padding-left: 20px;
    margin: 0px 0;
}

.blog-single ul.list-style {
    padding:10px 30px 30px 30px;
    line-height: 24px;
}

.post-tags {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.post-tags a {
    color: #000;
	font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

.post-tags a:hover {
    color: #777;
}

#comments {
    margin-top: 40px;
}

h3.comment-reply-title {
	font-size: 18px;
	line-height: 24px;
	margin: 25px 0 0px 0;
	color: #000;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

h1.comment-main-title {
	font-size: 18px;
	line-height: 24px;
	margin: 25px 0 30px 0;
	color: #000;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

/* comments form */
#comments input, #comments label {
    width: 100%;
}

textarea#comment {
	outline: none;
	width: 100%;
	resize: none;
}

input#author,
input#email,
input#url,
textarea#comment{
	border: none;
	font-size: 13px;
	text-transform: none;
	outline: none;
	border-bottom: solid 1px #dfdfdf;
    
    font-family: 'Poppins', sans-serif;
    color: #000;
    padding-left: 10px;
    padding-bottom: 10px;
	margin-bottom: 30px;
}

p.comment-form-author,
p.comment-form-email {
    float: left;
    width: 48%;
}

p.comment-form-author {
    margin-right: 4%;
}

input#author::-webkit-input-placeholder,
input#email::-webkit-input-placeholder,
input#url::-webkit-input-placeholder,
textarea#comment::-webkit-input-placeholder {
    color: #999;
	font-size: 13px;
	font-weight: 400;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.5s 0.5s ease;
    text-indent: -100%;
    opacity: 1;
}

span.required { display: none; }

input#submit.submit {
	padding: 10px 30px;
    font-size: 12px;
    background: none;
    transition: all ease 0.3s;
	width: auto;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	border: none;
	font-weight: 600;
	background: #000;
	color: #fff;
}

input#submit.submit:hover {
    background: #e8e8e8;
    color: #000;
    transition: all ease 0.3s;
}

p.form-submit { text-align: center; margin-bottom: 50px; }

p.comment-notes {
    color: #777;
    font-style: normal;
    font-size: 12px;
    margin-bottom: 30px
}

.wpb_wrapper p {
	font-size: 14px;
	letter-spacing: 1px;
	color: #959595;
	font-weight: 400;
	line-height: 2.4;
	margin-bottom: 20px;
}
.comment-author.vcard {
	float: left;
	width: auto;
    margin-bottom: 30px;
}

span.says { display: none; }

.comment-author img {
	float: left;
}

cite.fn {
    position: relative;
    margin-left: 120px;
    display: block;
    font-style: normal;
    line-height: 1;
    color: #242424;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
cite.fn a {
    position: relative;
    margin-left: 120px;
    display: block;
    font-style: normal;
    line-height: 1;
    color: #242424;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

a.comment-date {
	font-size: 12px;
	color: #c5c5c5;
	margin-top: 3px;
}

.reply {
	margin-left: 120px;
} 

.reply a {
    position: absolute;
    float: right;
    font-size: 11px;
    font-weight: 600;
    color: #000;
}
.reply a:hover {
	color: #777;
}

.comment-content {
	margin-left: 120px;
}

.comment-content h2 {}

.comment-content p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 6px;
}

.all-comments {
	list-style: none;
    position: relative;
}

.all-comments > li {
	border-bottom: 1px solid #dfdfdf;
}

.all-comments li.comment {
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
	float: left;
}

.comment-meta.commentmetadata {
	margin-left: 120px;
}

em.comment-awaiting-moderation {
	margin-left: 20px;
	font-size: 12px;
	font-style: normal;
}

p.logged-in-as,
p.logged-in-as a {
	color: #555;
	font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

#respond.comment-respond {
	display: block;
    width: 100%;
    float: left;
}
.all-comments ul.children li {
	margin-top: 0px;
	display: block;
	margin-bottom: -30px;
    width: auto;
}

.all-comments ul.children li ul.children li {
	margin-top: 0px;
	display: block;
	margin-bottom: 0;
	width: auto;
}


.all-comments ul.children li.byuser {
    margin-top: 0px;
    display: block;
    clear: left;
    width: auto;
}

.all-comments ul li {
	margin-left: 50px !important;
}

p.comment-form-author,
p.comment-form-email,
p.comment-form-comment {margin-bottom: 0;}

.page-wrapper ul.children {
    margin-bottom: 0px;
}


#cancel-comment-reply-link {
    color: #555;
}

a.url {margin-left: 0 !important;}

a.comment-edit-link {
    color: #555;
    font-size: 12px;
}

.all-comments li.comment {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 50px;
}

.all-comments ul.children li {
    margin-bottom: 0;
}

.comment-author.vcard {
    margin-bottom: 50px;
}

.comment-content p {
    margin-bottom: 10px;
}

.fullwidth { width: 100%; }

a.index-post-title {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0 0px 0;
    color: #000;
    font-family: 'Montserrat', sans-serif;
	display: block;
}

a.index-post-title:hover {
    color: #777;
}

.index-blog-detail {
    font-size: 12px;
    font-weight: 400;
    color: #b9b9b9;
	margin-bottom: 10px;
}

.index-content p {
	line-height: 1.6;
}

.pagination-wrapper a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.pagination-wrapper a:hover {
    color: #777;
}

.blog-index {
    width: 770px;
    float: left;
    margin-right: 30px;
}

.blog-index .sigle-blog-header {
    padding: 0 150px;
    margin-bottom: 20px;
}

.blog-index .blog-image {
    width: auto;
    margin-bottom: 10px;
    max-width: 100%;
}

.blog-index .blog-content {
    padding: 0 50px;
}

.blog-index > .post {
    margin-bottom: 60px;
}

.blog-index > .sticky {
    border: 1px solid #000;
	padding: 25px;
}

.sidebar {
    width: 370px;
    float: left;
}

.blog-content h1, 
.blog-content h2, 
.blog-content h3, 
.blog-content h4, 
.blog-content h5, 
.blog-content h6 {
    line-height: 1.6;
}

.blog-content h2 {
    margin-top: 30px;
}
.blog-content h3 {
    margin-bottom: 20px;
    margin-top: 30px;
}


/* All post items */
.all-blog-items {
    margin-left: -15px;
    margin-right: -15px;
}

.all-blog-item {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3334%;
    float: left;
    margin-bottom: 30px;
    visibility: hidden;
}

.all-blog-items .all-blog-item:nth-child(3n+1) {
    clear: both;
}

.page-title-wrapper.page-title-standard h2.page-title {
    font-size: 18px;
	margin-bottom: 30px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #333;
}

a.all-blog-title {
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: block;
    margin-top: 10px;
}

.all-blog-item ul li {
    margin-left: 0;
}

.all-blog-excerpt {
    margin-top: 10px;
}

.all-blog-excerpt p {
    font-size: 13px;
    color: #777777;
    line-height: 23px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

/*------------------------------------------------------------------
[11. Widgets ]
------------------------------------------------------------------*/
.widget {
	margin-bottom: 60px;
    width: 100%;
    float: left;
}

h3.sidebar-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.category-items-in-widget-single {
    width: 100%;
    display: block;
    text-align: center;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
}

.category-items-in-widget-single:last-child {
    margin-bottom: 0px;
}

.category-items-in-widget-single-title {
	display: inline-block;
	background: #fff;
	padding: 8px 30px 5px;
	color: #7b4138;
	font-family: 'Acme', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
}

.about-left {
	float: left;
	width: 230px;
}

.about-left .about-text {
	margin-bottom: 20px;
	font-size: 16px;
	color: #555;
	font-weight: 400;
}

.about-left a.about-url {
	color: #98c95c;
	font-family: 'Acme', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

.about-left a.about-url:hover {
	color: #555;
}

.aboutimage {
	float: right;
    width: 125px;
	height: 125px;
}

.aboutimage img {
	border-radius: 50%;
}

i.after-widget-icon:before {
	margin-left: 0;
	color: #ececec;
	font-size: 38px;
	font-weight: normal;
	margin: 0 20px;
}

.after-widget-icon-wrapper {
	text-align: center;
	margin: 30px 0;
}

.before-widget-class,
.after-widget-class {
	background: #ececec;
	width: 120px;
	height: 1px;
	display: inline-block;
	position: relative;
	top: -11px;
}

/* sidebar search widget */
.widget_search .screen-reader-text {
	display: none;
}

.widget_search .search-form > div:after {
	position: absolute;
	font-family: "fontAwesome";
	content: "\f002";
	font-size: 18px;
	right: 25px;
	top: 9px;
	color: #777;
}
.search-form { position: relative; }
div.widget_search.search_page_search_form { margin: 20px 0; }

.widget_search input#s {
    width: 100%;
    background: #000;
    border: none;
    color: #fff;
    padding: 17px 35px 17px 25px;
    font-size: 13px;
    margin-bottom: 10px;
    z-index: 2;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
   font-family: 'Montserrat', sans-serif;
    line-height: 1;
	font-weight: 500;
}

input#searchsubmit {display: none;}

.search-file-form input#s {
    background: #000;
    border: none;
    color: #999;
    padding: 17px 35px 15px 25px;
    font-size: 13px;
    margin-bottom: 10px;
    z-index: 2;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    width: 100%;
    margin-top: 10px;
}

.widget select {
	-webkit-appearance: none;  
	-moz-appearance: none; 
	min-width: 165px; 
	text-indent: 0.01px; 
	text-overflow: "";  
	color: #fff;
	outline: none;
	cursor: pointer;
	max-width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
   text-transform: uppercase;
  padding: 13px 50px 13px 30px;
   font-weight: 600 !important;
   border-radius: 20px;
   background: url('images/arrow1.png') no-repeat right #333;
}

label.screen-reader-text { display: none; }

.widget ul { list-style: none; list-style-position: inside;}
.widget ul li { 
	margin: 0;
	color: #555;
	font-size: 13px;
}

.widget ul li a {
	color: #555;
	font-size: 13px;
}

.widget ul li a:hover {
	color: #000;
}

.widget_recent_entries li a {
    display: block;
    margin-bottom: 10px;
}

label.screen-reader-text { display: none; }

/* calendar */
.wp-calendar {width: 100%;}
.calendar_wrap caption {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 5px 0;
    margin-bottom: 5px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.calendar_wrap th {
	color: #212121;
	font-weight: 500;
	border: none;
	font-size: 14px;
    text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.calendar_wrap td {
	text-align: center;
	color: #777;
	text-decoration: none;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
}
.calendar_wrap td.pad {
	color: #000;
	border: none;
}
.calendar_wrap a {
	font-weight: 400;
	color: #212121;
	text-decoration: none;
}
.calendar_wrap table, .calendar_wrap td, .calendar_wrap th, table#wp-calendar { border: none; }

.calendar_wrap td#today {
	color: #000;
}

.calendar_wrap th {
	color: #212121;
	font-weight: 700;
	border: none;
	font-size: 14px;
}
.calendar_wrap td {
	text-align: center;
	color: #777;
	text-decoration: none;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
}
.calendar_wrap td.pad {
	color: #000;
	border: none;
}
.calendar_wrap a {
	font-weight: 400;
	color: #212121;
	text-decoration: none;
}

/* cloud tags */
.tagcloud a {
	color: #fff;
	font-size: 12px !important;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	text-decoration: none;
	
	padding: 10px 20px;
	line-height: 1;
	background: #000;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.tagcloud a:hover {
    background: #e8e8e8;
    color: #000;
    transition: all ease 0.3s;
}

/* rss */
a.rsswidget {
    color: #000;
}
.widget_rss ul li {
	margin-bottom: 30px;
    list-style-position: inside;
	list-style: none;
	color: #000;
}
.widget_rss ul li a {
    color: #000;
    padding-left: 0 !important;
    font-size: 14px;
    display: block;
    line-height: 1.2;
}
.widget_rss ul li a:hover {
	color: #555;
}

.widget_rss span.rss-date {
    font-size: 12px;
    font-weight: 400;
    color: #b9b9b9;
    margin-bottom: 10px;
    display: block;
}

.widget_rss .rssSummary {
    font-size: 13px;
    color: #777777;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    margin-bottom: 10px;
}

.widget_rss cite { 
	color: #000; 
	font-style: normal;
}

.ad-widget { text-align: center; }

.most-commented-post-number {
	background: #fff;
	border: 3px solid #98c95c;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	color: #7b4138;
	font-size: 18px;
	text-align: center;
	padding-top: 6px;
	float: left;
}

a.most-commented-post-title {
	font-size: 18px;
	line-height: 1.2;
	color: #7b4138;
	display: block;
	margin-left: 65px;
	position: relative;
	top: 2px;
}

a.most-commented-post-title:hover {
	color: #555;
}

.most-commented-post-single { margin-bottom: 20px; }

.widget li.recentcomments {
    color: #000;
    margin-bottom: 10px;
}

.widget li.recentcomments a.url {color: #000;}


.post-password-form label {
	font-size: 13px;
	color: #444;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
	margin-top: 20px;
}

.post-password-form input[type="password"] {
    color: #777;
    padding: 5px 10px 3px;
}

.post-password-form input[type="submit"] {
	padding: 11px 30px;
    font-size: 12px;
    background: none;
    transition: all ease 0.3s;
	width: auto;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	border: none;
	font-weight: 600;
	background: #000;
	color: #fff;
	line-height: 1;
}
.post-password-form input[type="submit"]:hover{
    background: #e8e8e8;
    color: #000;
    transition: all ease 0.3s;
}

form.post-password-form {
    text-align: center;
}


/*------------------------------------------------------------------
[12. Error ]
------------------------------------------------------------------*/
.error-content1 {
	color: #000;
	font-size: 100px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: -5px;
}
.error-content2 {
	color: #000;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}
.error-content3 {
	color: #777;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}

.error-button { text-align: center; }

a.error-page-url {
	padding: 10px 30px;
    font-size: 12px;
    background: none;
    transition: all ease 0.3s;
	width: auto;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	border: none;
	font-weight: 600;
	background: #000;
	color: #fff;
	display: inline-block;
	margin-top: 30px;
}

a.error-page-url:hover {
    background: #e8e8e8;
    color: #000;
    transition: all ease 0.3s;
}

.error-wrapper { background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; 
}

.error-elements {
    background: #fff;
    width: 700px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 40px 50px 50px;
    margin-bottom: 50px;
}

a.more-link {
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 10px 15px 7px 15px;
    line-height: 1;
    display: inline-block;
    border-radius: 20px;
    font-weight: 600;
}

a.more-link:hover {
    background: #363636;
    color: #fff;
}

p.wp-caption-text a {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #1b1b1b;
    line-height: 1.9;
    font-size: 12px;
}


/* RTL style */

.rtl-style .posts-slider-wrapper {
    direction: ltr;
}

.rtl-style .home-slider {
    direction: ltr;
}

.rtl-style .logo {
    text-align: right;
}

.rtl-style .logo > a {
    display: inline-block;
}

.rtl-style .main-menu ul.sf-menu {
    float: left;
}

.rtl-style figure.effect-apollo p {
    left: 0;
    right: auto;
    border: none;
    border-left: 1px solid #000;
}

.rtl-style .page-title-counter {
    left: auto;
    right: 0;
}

.rtl-style .pego-contact-form input,  .rtl-style .pego-contact-form textarea {
    text-align: right;
}


/* END of style.css */