/*
Theme Name: Ultra Profile
Theme URI: https://sitepad.com/themes/Ultra_Profile
Author: SitePad team
Author URI: https://sitepad.com/
Version: 1.1
Category: personal
Template: sitemush
License: Proprietary
License URI: https://sitepad.com/theme-license
Tags: basic
Text Domain: sitepad

Use it to make some cool website and have fun.
*/

@import url("1-css?family=Raleway:400,300,600,700");

html,body,div,span,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,strong,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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}

/* Box Model */

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Basic */

body.is-loading *, body.is-loading *:before, body.is-loading *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body{
	background: #ffffff;
	font-family: sans-serif;
	font-size: 16px;
	color: #606060;
	position: relative;
}

h1,h2,h3 { font-weight: 300; }

h1{
	width:100%; 
	font-size:36px; 
}

h2 {
  font-size: 30px;
}

h3 {
  font-size:24px;
}


p { line-height: 28px;
margin:0 0 10px; }


a,a:hover,a:focus{
	text-decoration:none; 
	-webkit-transition:all 150ms ease-in; 
	-moz-transition:all 150ms ease-in; 
	-o-transition:all 150ms ease-in; 
	transition:all 150ms ease-in;
}

strong,b{
	font-weight:700;
}

em,i{
	font-style:italic;
}

/* Form */

form.mpce-cfa-form {
	margin: 0 0 2em 0;
}

.mpce-cfa-form label {
	color: #2B3F48;
	display: inline-block;
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 1em 0;
}

.mpce-cfa-form input[type="text"],
.mpce-cfa-form input[type="password"],
.mpce-cfa-form input[type="email"],
.mpce-cfa-form input[type="tel"],
.mpce-cfa-form input[type="number"],
.mpce-cfa-form select,
.mpce-cfa-form textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 4px;
	border: 1px solid #383b43;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	font-family:inherit;
	width: 100%;
}

.mpce-cfa-form input[type="text"]:invalid,
.mpce-cfa-form input[type="password"]:invalid,
.mpce-cfa-form input[type="email"]:invalid,
.mpce-cfa-form input[type="number"]:invalid,
.mpce-cfa-form input[type="tel"]:invalid,
.mpce-cfa-form select:invalid,
.mpce-cfa-form textarea:invalid {
	box-shadow: none;
}

.mpce-cfa-form input[type="text"]:hover,
.mpce-cfa-form input[type="password"]:hover,
.mpce-cfa-form input[type="email"]:hover,
.mpce-cfa-form input[type="tel"]:hover,
.mpce-cfa-form input[type="number"]:hover,
.mpce-cfa-form select:hover,
.mpce-cfa-form textarea:hover {
	border-color: #007acc;
}

.mpce-cfa-form input[type="text"]:focus,
.mpce-cfa-form input[type="password"]:focus,
.mpce-cfa-form input[type="email"]:focus,
.mpce-cfa-form input[type="tel"]:focus,
.mpce-cfa-form input[type="number"]:focus,
.mpce-cfa-form select:focus,
.mpce-cfa-form textarea:focus {
	
}

.mpce-cfa-form input[type="text"],
.mpce-cfa-form input[type="password"],
.mpce-cfa-form input[type="email"],
.mpce-cfa-form input[type="tel"],
.mpce-cfa-form input[type="number"],
.mpce-cfa-form select {
	height: 2.4em;
	line-height:2.4em;
}

.mpce-cfa-form textarea {
	padding: 0.75em 1em;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-radius: 30px;
	border: 0;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	height: 2.85em;
	line-height: 2.95em;
	padding: 0 2em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
	background-color: #51b6d9;
	text-decoration: none;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
	background-color: #2da2ca;
	text-decoration: none;
}

/************************/
.site-content {
	padding-top: 77px;
}

.header{
	padding:15px 75px;
	background:#fff;
	position:fixed !important;
	width:100%; 
    top: 0;  
    z-index: 10;
	box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08); 
}

.site_title a{
   color: #212227;
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    padding: 10px 0 0 12px;
}

.banner{
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat; 
	text-align: center;
}

.banner img{
	opacity:0.8 !important;
	background:#371604 !important;
}

.banner_content{
	padding:11.5em 0em;
}

.banner_content h1{
	font-size:60px;
	text-transform:uppercase;
	color:#5f5f5f;
	font-weight:700;
}

.banner_content h2{
	color: #eb5424;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 50px;
	text-transform:uppercase;
	padding-top: 25px;
}

.banner_content p{
	color:#5f5f5f;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    width: 58%;
}

.banner_content a.smue-btn{
	background: #EB5424;
    border-radius: 2px !important;
    color: #fff !important;
	font-size: 20px !important;
    padding: 18px 50px !important;
    transition: all 0.4s ease-in-out 0s;
	text-shadow:none !important;
	margin-top:30px !important;
	font-weight:600;
}

.banner_content a.smue-btn:hover{
	background: #ffffff;
	color: #eb5424 !important;  
}

/************************/

.services_row{
	padding:125px 90px 100px;	
}

.services_row h1,.resume_row h1{
	color: #303030;
    font-size: 60px;
    text-transform: uppercase;
}

.services{
	border: 1px solid #666;
    border-radius: 2px;
    padding: 50px 40px 80px;
	margin-top:20px;
}

.services:hover{
	border: 1px solid #eb5424;
}

.services h3{
	color: #eb5424;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;    
	text-transform:uppercase;
	padding-bottom: 30px;
    padding-top: 25px;
}

/****************/

.iso_box div.smue-image-obj img{
	opacity:0.2 !important;
	background:#333 !important;
	position:relative;
}

.buttons_col a.smue-btn{
	color: #999999 !important;
	border:1px solid #f2f2f2;
	padding:12px 17px;
	text-shadow:none !important;
	font-size:13px;
}

.buttons_col a.smue-btn:hover, 
.buttons_col a.smue-btn:focus {
	color: #fff !important;
	background:#EB5424 !important;
}

.buttons_col.filter-wrapper{
	display:flex;
	flex-flow: row wrap;
	margin: 0 auto;
    padding-bottom: 25px;
    width: 55% !important;
}

.buttons_col.filter-wrapper .smue-clmn{
	flex: 1;
}

.portfolio_row{
	padding:100px 0px 0;
	margin:0 -15px 0 -16px !important;
	background:#F8F8F8;
}

.portfolio_row h1{
	font-size:30px;
	text-transform:uppercase;
	padding-bottom: 50px;
	color:#000;
}

.portfolio_img{
	margin: -4px -2px -4px 1px !important;
    overflow-x: hidden !important;
	overflow-y: hidden !important;
    padding: 0 !important;
}

.portfolio_img:hover .img_content{
	opacity:1;	
}

.portfolio_img img:hover{
	opacity:0.5;
}

.img_content{
	height:100%;
	background:rgba(229, 97, 66, 0.9);
	background-clip:content-box;
	opacity:0;
	margin-top: 29%;
	color:#fff;
	transition:all 0.2s ease-in-out 0s;
}

.img_content h3{
	padding-top: 5%;
	color:#fff;
	font-size:18px;
	font-weight:400;
}

.img_content p{
	color:#fff;
	font-size:13px;
	padding-bottom: 5%;
}



.resume_row{
	padding:100px 90px;
}

.resume_row h1{
	padding-bottom:60px;
}
/****************/

.about_row{
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat; 	
    padding-bottom: 100px;
    padding-top: 60px;
	height: 80vh;
}
.about_content{
	position: absolute;
    right: 95px;
    width: 40%;
}
.about_row h2{
	margin-bottom: 10px;
    margin-top: 20px;
	font-size:30px;
	text-transform:uppercase;
}
.about_row h1{
	color:#eb5424;
	margin-bottom: 10px;
    margin-top: 20px;
	font-size:36px;
	text-transform:uppercase;
	padding-bottom:40px;
}
.team_heading p{
	padding-bottom:50px;
}

.team_content h3{
	font-size:16px;
	color:#E46142;
}

.social{
	padding: 80px 50px;
    transition: all 0.6s ease-in 0s;
}
.social:hover{
	background:#000;
}
.facebook{
	background:#3B5998;
}

.twitter{
	background:#55ACEE;
}
.pinterest{
	background:#CC2127;
}
.social_content h4{
	margin-bottom: 5px;
    margin-top: 0;
	font-size: 18px;
	font-weight: bold;
	color:#fff;
	text-transform:uppercase;
}
.social_content h3{
 color:#fff;text-transform:uppercase;padding-top: 16px;
}
/************************/

.contact_row{
	padding:100px 170px 0px;
}

.contact_row h1{
	color: #303030;
    font-size: 60px;
    padding-bottom: 60px;
    text-transform: uppercase;
}

.map_address{
	margin: -15px; 
}

.contact_row p{
	padding-bottom:0;
}

.contact_info{
	padding:30px 90px;
}

.register_form input[type="text"], .register_form input[type="telephone"], .register_form input[type="email"]{
	background: transparent none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 4px !important;
    color: #999;
    float: left;
    font-size: 14px;
    margin-bottom: 25px;
    margin-top: -10px;
    padding: 6px 12px;
    width: 47%;
}

.register_form input[type="text"] {
	margin-right: 3%;
}

.register_form input[type="email"]{
	width: 97% !important;
}

.register_form input[type="text"]:hover, .register_form  input[type="telephone"]:hover, .register_form  input[type="email"]:hover,.register_form textarea:hover,.contact_form input:hover,.contact_form textarea:hover{
	background:#000;
	color: #eee;
	transition: all 0.6s ease-in;
}

.register_form input[type="submit"]{	  
	background: transparent !important;
    border-radius: 3px !important;
	border: 1px solid #000;
    color: #666 !important;
    font-size: 13px !important;
    font-weight: 100 !important;
    margin:0 232px;
	width:58%;
    padding: 13px 70px 22px !important;
    text-transform: uppercase;
}

.register_form input[type="submit"]:hover{
	background:#000 !important;
	color:#fff !important;
}
.register_form textarea{
	width:97%;
	border: 1px solid #000;
	font-size: 15px;
	border-radius:0 !important;	
	height:130px;
	border-radius: 4px !important;
}

/***********************/

@media screen and (max-width: 1150px){
	input[type="submit"]{
		margin-left: 22%;
	}
}

@media screen and (max-width:768px){
	
	input[type="text"],
	input[type="email"],textarea{
		margin: 0 0 1em !important;
	}

	.register_form input[type="text"],
	.register_form input[type="email"],
	.register_form textarea{
		width:100% !important;
	}

	.register_form input[type="submit"]{
		margin: 0 0 1em !important;
		width:100% !important;
	}

}

@media screen and (max-width: 600px){
	input[type="submit"]{
		width:100%;
		margin-left: 0;
	}
}

/************************/
.contact_padding{
	padding:7% 7% 0;
}
.google_map{
	padding:0 !important;
}
.contact_form input,.contact_form textarea{
	font-family: inherit;
    font-size: 14px;
    margin: 25px 0;
    width: 100%;
}
.contact_form input[type="email"]{
	margin-top:0px !important;
	color:#333;
}
.contact_details{
	padding:7px 0;
}
.contact_details h5{
	margin-top:8px;
}
.contact_information p{
	padding:15px 0;
}
.contact_timing h3{
	padding:15px 0;
}

/************/

.copyright{		
	padding:20px 90px 40px;
}

.copyright p{	
	text-align:center;
}

.sharebtns{
	margin-left: 5px;
    margin-right: 22px;
}

.sharebtns > div > a > div span{
	color:#c8c8c8 !important;
	font-size:20px !important;
}

.sharebtns > div > a > div{	
	padding:0px !important;	
	border: 1px solid #c8c8c8 !important;
	padding:15px !important;	
}

.sharebtns > div > a > div:hover {
	background-color: #E46142 !important;	
	padding:15px !important;	
}

.sharebtns > div > a > div:hover span{
	color: #fff !important;
}

/************************/

/* MENU */

/**
 * 6.2 - Menus
 */

.site-header-menu {
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
}

.menu-toggle {
	display: none;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {	
	position: relative;
}

.main-navigation a {
	color: #1a1a1az;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	content: "";
	height: 38px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 4px;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color#fff;
}

.dropdown-toggle:focus {	
	outline-offset: -1px;	
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

/* reset screen-reader-text */
.screen-reader-text {
	position: static !important;
}

/* Text meant only for screen readers */
.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;
}

/* The two classes below will be used in big screens only hence it is empty here*/
.floatleft {
	
}

.floatright {
	
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.site-header-menu {
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}
	
}

.smue-szp_primary_nav{
	max-width: 100% !important;
}

.main-navigation .current-menu-item>a,.main-navigation li a:hover{	
    color: #eb5424;   
}

/**
 * 14.3 - >= 768px
 */

@media screen and (min-width: 768px) {

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation,
	i.responsive_bar{
		display: none;
	}

	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.main-navigation {
		margin: 0 -0.875em;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		display:inline-block;
	}

	.main-navigation a {		
		color: #202020;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 1px;
		text-transform:uppercase;		
		padding: 15px 25px;
		text-decoration: none;
	}

	.main-navigation ul ul {		
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 9999;
	}

	.main-navigation ul ul ul {
		top: 0px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background:#968B85;
		opacity:0.8;
	}
	
	.primary-menu>.menu-item-has-children>.sub-menu{
		padding-top:2px !important;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
		padding: 0.8em 5px;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		display: none;
	}

	.main-navigation ul ul:after {
		display: none;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8em;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top:1em;		
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}
	
	.floatleft {
		float:left;
	}

	.floatright {
		float:right;
	}
	
}


@media screen and (max-width: 767px){
	
	i.responsive_bar{
		background: #333333 none repeat scroll 0 0;
		border-radius: 4px;
		color: #fff;
		cursor: pointer;
		display: block;
		float: right;
		font-size: 27px;
		height: 43px;
		line-height: 1.6em;
		margin-right: 15px;
		margin-top: -5px !important;
		text-align: center;
		width: 55px;
	}
	
	i.responsive_bar:hover,
	i.toggled-on{
	}
	
	.site-header-menu {
		clear: both;
		background:#E46142;
	}
	
	.site-header-menu {
		max-height: 0px;
		-webkit-transition: max-height 0.9s ease-in-out; /* For Safari 3.1 to 6.0 */
		transition: max-height 0.9s ease-in-out;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		overflow: hidden;
	}

	.site-header-menu.toggled-on,
	.no-js .site-header-menu {
		max-height: 2000px;
	}
	
	.smue-szp_primary_nav{
		position:fixed;
		right:0;
		top:0;
		z-index:999;
		width:100%;
	}
	
	.main-navigation li{
		border-top:1px solid #999;
	}
	
	.main-navigation a {	
		font-size:16px;
		font-weight:400;
		color:#fff;
		text-align:left;
		padding-left: 20px;
	}
	
	.main-navigation .current-menu-item > a, .main-navigation li a:hover{
		background:none !important;
	}
	
}

/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {

	.site-branding,
	.site-header-menu,
	.header-image {
	}
	
}

/**
 * 15.0 - Print
 */

@media print {
	
	.navigation,
	.main-navigation {
		display: none;
	}
	
}

/* MENU END */

i.responsive_bar{
	display:none;
}

@media screen and (max-width:1280px){
	.register_form input[type="text"], input[type="telephone"]{
		width:45%;
	}
	
	.register_form input[type="email"]{
		width:100%;
	}
	.sharebtns{
		margin-left:0;
		margin-right:6px;
	}
}

@media screen and (max-width: 767px){
	
	i.responsive_bar{
		background: #EB5424;
		border:1px solid #fff;
		border-radius: 6px;
		color: #fff;
		cursor: pointer;
		display: block;
		float: right;
		font-size: 21px;
		height: 40px;
		margin-bottom: -25px;
		padding-right: 18px;
		padding-top: 3px;
		position: fixed;
		right: 0.5em;
		text-align: right;
		top: 0.7em;
		transition: all 0.3s ease 0s;
		width: 55px;
	}
	
	.site-header-menu {
		opacity:0.9;		
		position: absolute;
		top: 60px;
		width: 100%;
	}
	
	.main-navigation ul {
		border-radius: 6px;
	}
	
	.main-navigation li {
		text-align:left;
		padding-left: 30px;
		border-top:1px solid rgba(255,255,255,.3) !important;
		margin-top: -2px;
	}
	
	.main-navigation a{
		color: #fff;
		font-size:15px;
	}
	
	.main-navigation a:hover {
		color: #fff !important;
	}
	
	.main-navigation .current-menu-item > a{
		background:none;
		color:#fff;
		border-top: none;
	}
	
	.main-navigation ul ul .current-menu-item > a {
		border-top: none;
	}
	
	.banner_content{
		padding-top:8em;
	}
	.banner_content p{
		width:100%;
	}
	.banner_btn{
		margin-bottom:6em !important;
	}
	
	.header_img{
		height:0;
	}
	.header{		
		padding: 18px 15px !important;
		position: fixed !important;
		width: 100%;		
	}
	
	.site_title a{
		font-size:28px;
		
		line-height:20px;
		text-align:left;
	}
	
	.services_row,.team_row,.resume_row {
		padding: 100px 10px 70px;
	}
	
	.portfolio_row,.contact_row{
		padding:100px 10px 0;
	}
	
	.img_content{
		width:100%;
		top:0;
		height:98%;
		margin-top: 10%;
	}
	.img_content h3{
		margin-top:0;
	}
	.img_content p{
	}
	.contact_info{
		padding:30px 10px;
	}
	
	.sharebtns{
		display:inline-block;
		margin-bottom:50px;
	}
	.copyright{	
		padding:20px 10px 40px;
	}
	.contact_details,.contact_time{
		display:flex;
	}
	.contact_details h5{
		margin-left:15px;
	}
}

.smue-szp_primary_nav {
	max-width: 100% !important;
}

@media screen and (max-width: 767px) {
	.img_content .smue-code-obj {
		padding-top: 20%;
		padding-bottom: 20%;
	} 
	.map_row{
		margin-top:-15px;
	}
	.contact_form{
		margin-top:5%;
	}
	.contact_details h5{
		margin-left:0px;
	}
	
}

@media screen and (max-width: 500px) {
	.services_row h1, .resume_row h1, .contact_row h1, .banner_content h1 {
		font-size: 30px;
	}
	
	h2 {
		font-size: 22px;
	}
}

/****************/
/**
 * 11.2 - Posts and pages
 */

.site-main > .type-post,
.site-main > .type-attachment {
	padding-bottom: 3em;
	margin: 1em 6% 4.5em 6%;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	text-align:left !important;
}

.type-post .entry-title,
.type-attachment .entry-title {
	font-size: 2.9rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
	color: #1a1a1a;
}

.type-post .entry-title a,
.type-attachment .entry-title a {
	color: #1a1a1a;
	text-decoration:none;
}

.type-post .entry-title a:hover,
.type-post .entry-title a:focus,
.type-attachment .entry-title a:hover,
.type-attachment .entry-title a:focus {
	color:rgb(0,122,204);
}

.type-post .post-thumbnail,
.type-attachment .post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.type-post .post-thumbnail img,
.type-attachment .post-thumbnail img {
	display: block;
}

.type-post .entry-content a,
.type-attachment .entry-content a{
	color:rgb(0,122,204);
	text-decoration:none;
}

.type-post .entry-content a:hover,
.type-attachment .entry-content a:hover{
	color: rgb(104, 104, 104);
}

.type-post .entry-content a strong,
.type-attachment .entry-content a strong{
	font-weight:bold;
	color:rgb(0,122,204);
	text-decoration:none;
}

.type-post .entry-content a strong:hover,
.type-attachment .entry-content a strong:hover{
	color: rgb(104, 104, 104);
}

.type-post .entry-content,
.type-post .entry-summary,
.type-attachment .entry-content,
.type-attachment .entry-summary {
	border-color: #d1d1d1;
}

.type-post .entry-content h1,
.type-post .entry-summary h1,
.type-post .comment-content h1,
.type-post .textwidget h1,
.type-attachment .entry-content h1,
.type-attachment .entry-summary h1,
.type-attachment .comment-content h1,
.type-attachment .textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.type-post .entry-content h2,
.type-post .entry-summary h2,
.type-post.comment-content h2,
.type-post .textwidget h2,
.type-attachment .entry-content h2,
.type-attachment .entry-summary h2,
.type-attachment.comment-content h2,
.type-attachment .textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.type-post .entry-content h3,
.type-post .entry-summary h3,
.type-post .comment-content h3,
.type-post .textwidget h3,
.type-attachment .entry-content h3,
.type-attachment .entry-summary h3,
.type-attachment .comment-content h3,
.type-attachment .textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.type-post .entry-content h4,
.type-post .entry-content h5,
.type-post .entry-content h6,
.type-post .entry-summary h4,
.type-post .entry-summary h5,
.type-post .entry-summary h6,
.type-post .comment-content h4,
.type-post .comment-content h5,
.type-post .comment-content h6,
.type-post .textwidget h4,
.type-post .textwidget h5,
.type-post .textwidget h6,
.type-attachment .entry-content h4,
.type-attachment .entry-content h5,
.type-attachment .entry-content h6,
.type-attachment .entry-summary h4,
.type-attachment .entry-summary h5,
.type-attachment .entry-summary h6,
.type-attachment .comment-content h4,
.type-attachment .comment-content h5,
.type-attachment .comment-content h6,
.type-attachment .textwidget h4,
.type-attachment .textwidget h5,
.type-attachment .textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.type-post .entry-content h4,
.type-post .entry-summary h4,
.type-post .comment-content h4,
.type-post .textwidget h4,
.type-attachment .entry-content h4,
.type-attachment .entry-summary h4,
.type-attachment .comment-content h4,
.type-attachment .textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.type-post .entry-content h6,
.type-post .entry-summary h6,
.type-post .comment-content h6,
.type-post .textwidget h6,
.type-attachment .entry-content h6,
.type-attachment .entry-summary h6,
.type-attachment .comment-content h6,
.type-attachment .textwidget h6 {
	font-style: italic;
}

.type-post .entry-content h1,
.type-post .entry-content h2,
.type-post .entry-content h3,
.type-post .entry-content h4,
.type-post .entry-content h5,
.type-post .entry-content h6,
.type-post .entry-summary h1,
.type-post .entry-summary h2,
.type-post .entry-summary h3,
.type-post .entry-summary h4,
.type-post .entry-summary h5,
.type-post .entry-summary h6,
.type-post .comment-content h1,
.type-post .comment-content h2,
.type-post .comment-content h3,
.type-post .comment-content h4,
.type-post .comment-content h5,
.type-post .comment-content h6,
.type-post .textwidget h1,
.type-post .textwidget h2,
.type-post .textwidget h3,
.type-post .textwidget h4,
.type-post .textwidget h5,
.type-post .textwidget h6,
.type-attachment .entry-content h1,
.type-attachment .entry-content h2,
.type-attachment .entry-content h3,
.type-attachment .entry-content h4,
.type-attachment .entry-content h5,
.type-attachment .entry-content h6,
.type-attachment .entry-summary h1,
.type-attachment .entry-summary h2,
.type-attachment .entry-summary h3,
.type-attachment .entry-summary h4,
.type-attachment .entry-summary h5,
.type-attachment .entry-summary h6,
.type-attachment .comment-content h1,
.type-attachment .comment-content h2,
.type-attachment .comment-content h3,
.type-attachment .comment-content h4,
.type-attachment .comment-content h5,
.type-attachment .comment-content h6,
.type-attachment .textwidget h1,
.type-attachment .textwidget h2,
.type-attachment .textwidget h3,
.type-attachment .textwidget h4,
.type-attachment .textwidget h5,
.type-attachment .textwidget h6 {
	font-weight: 900;
}

.post-navigation .post-title,
.type-post .entry-title,
.comments-title,
.type-attachment .entry-title{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.type-post .entry-footer,
.type-attachment .entry-footer {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.type-post .entry-footer:empty,
.type-attachment .entry-footer:empty  {
	margin: 0;
}

.type-post .entry-footer a,
.type-attachment .entry-footer a {
	color: #686868;
	font-size: 15px;
	text-decoration: none;
}

.type-post .entry-footer a:hover,
.type-post .entry-footer a:focus,
.type-attachment .entry-footer a:hover,
.type-attachment .entry-footer a:focus {
	color:rgb(0,122,204);
}

@media screen and (max-width: 43.750em){
	
	.type-post .entry-footer > span:not(:last-child):after,
	.type-attachment .entry-footer > span:not(:last-child):after{
		content: "\002f";
		display: inline-block;
		opacity: 0.7;
		padding: 0 0.538461538em;
	}
	
}

.type-post .entry-footer .avatar,
.type-attachment .entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}
/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
 
.updated:not(.published),
.sticky .posted-on {
	display: none;
}

.sticky .posted-on,
.type-post .byline,
.type-attachment .byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	border-top: 4px solid #1a1a1a;
	margin: 3em 6% 3.5em;
	padding-top: 1.75em;
	text-align:left !important;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-size: 25px;
	line-height: 1.2173913043;
	color: #1a1a1a;
	font-weight: 900;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

 .format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}

/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

/********/

.post-navigation{
	padding: 0 6% 0 6%;
	text-align:left !important;
}

.type-post .entry-content .smue-image-obj,
.type-attachment .entry-content .smue-image-obj{
	text-align:left;
}

.type-post .smue-image-obj img{
	width:320px;
	height:200px;
}

.type-attachment .entry-attachment img{
	max-width:100%;
	height:auto;
}

@media screen and (max-width: 32.250em){
	.type-post .entry-title,
	.type-attachment .entry-title{
		font-size: 22.8px;
	}
	
	.site-main > .type-post,
	.site-main > .type-attachment{
		padding-bottom: 2em;
		margin: 1em 5.32% 2.5em 5.32%;
	}
	
	.type-post .entry-content p,
	.type-attachment .entry-content p{
		font-size:14px;
	}
	
	.post-navigation .nav-previous a,
	.post-navigation .nav-next a {
		padding: 0.4em 1.2em;
		font-size: 0.7em;
		width: 74px;
	}
	
	.post-navigation .post-title {
		font-size: 20px !important;
	}
}

/*********/

.site-main .type-post:first-child,
.site-main .type-attachment:first-child{
	padding-top: 70px;
}

.post-navigation .nav-previous{
	border-bottom: 4px solid #1a1a1a;
	text-decoration:none;
}

.post-navigation .nav-next{
	border-bottom: 4px solid #1a1a1a;
}

.post-navigation .nav-links div:last-child{
	margin-bottom: 3em;
}

.post-navigation .nav-previous span,
.post-navigation .nav-next span{
	padding-right:10px;
	display:block;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a{
	text-decoration:none;
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
	width: 100%;
}

.post-navigation .post-title{
	font-weight: 900;
	font-size: 31px;
	line-height: 1.25;
}

.post-navigation .post-title:hover{
	color:rgb(0,122,204);
}

.type-post p,
.type-attachment p{
	color:#1a1a1a;
	font-size:1.2rem;
}

.post-navigation .meta-nav {
    color: #686868;
    font-size: 15px;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}

.post-navigation .nav-links{
	border-top: 4px solid #1a1a1a;
}


/****Sidebar_view****/

@media screen and (min-width: 43.750em){
	.type-post .entry-content,
	.type-attachment .entry-content{
		float: right;
		width: 80%;
	}
	
	.type-post .entry-footer,
	.type-attachment .entry-footer{
		float: left;
	}
	
	.type-post .edit-link,
	.type-post .posted-on,
	.type-attachment .edit-link,
	.type-attachment .posted-on{
		display:block;
		padding-top:5px;
	}
}

@media screen and (max-width: 43.750em){
	
	.type-post,
	.type-attachment{
		padding:0 7% 0 7%;
	}
	
}

/****Page-Link****/

.pagination {
    border-top: 4px solid #1a1a1a;
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 6% 2.947368421em;
    min-height: 56px;
    position: relative;
	text-align:left;
}

.pagination a{
	text-decoration:none;
	color:rgb(0,122,204);
	font-weight:700;
}

.pagination .current{
	font-weight:700;
	color:#1A1A1A;
}

.pagination .dots{
	color:#1A1A1A;
}

.pagination a:hover{
	color: #1a1a1a;
}

.pagination::before {
    right: 0;
}

.pagination::before,
.pagination::after {
    background-color: #1a1a1a;
    content: "";
    height: 52px;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 0;
}

.pagination .nav-links {
    padding-right: 106px;
    position: relative;
}

.pagination .nav-links::before {
    content: "\f429";
    right: -1px;
}

.pagination .nav-links::before,
.pagination .nav-links::after {
    color: #fff;
    font-size: 32px;
    line-height: 51px;
    opacity: 0.3;
    position: absolute;
    width: 52px;
    z-index: 1;
}

.pagination .page-numbers {
    display: inline-block;
}

.pagination .prev {
    right: 54px;
}

.pagination .prev,
.pagination .next {
    background-color: #1a1a1a;
    color: #fff;
    display: inline-block;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2;
}

.pagination .prev:hover,
.pagination .next:hover{
    background-color: rgb(0,122,204);
    color: #fff;
}

.pagination .prev::before {
    content: "\f430";
    left: -1px;
    top: -1px;
}

.pagination .next::before {
    content: "\f429";
    right: -1px;
    top: -1px;
}

.pagination .prev::before,
.pagination .next::before{
    font-size: 32px;
    height: 53px;
    line-height: 52px;
    position: relative;
    width: 53px;
}

.pagination .prev,
.pagination .next {
    color: #fff;
}

.pagination .next {
    right: 0;
}

.pagination .nav-links::after {
    content: "\f430";
    right: 55px;
}

.pagination::after {
    right: 54px;
}

.pagination .page-numbers {
    display: inline-block !important;
}

.pagination .page-numbers {
    display: none;
    letter-spacing: 0.013157895em;
    line-height: 1;
    margin: 0 0.7368421053em 0 -0.7368421053em;
    padding: 0.8157894737em 0.7368421053em 0.3947368421em;
    text-transform: uppercase;
}

.pagination .prev,
.pagination .next{
	letter-spacing: 0px;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

@media screen and (max-width: 44.375em){
	
	.pagination .current .screen-reader-text {
		position: static !important;
	}
	
	
	.pagination a.prev,
	.pagination a.next{
		display: inline-block !important;
	}
	
	.pagination a.page-numbers:not(.prev):not(.next),
	.pagination .dots{
		display: none !important;
	}
	
	.type-post .entry-footer,
	.type-attachment .entry-footer{
		margin-top:2em;
	}
	
}
/********/

/****Avatar****/

@media screen and (min-width: 44.375em){
	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}
}

.site .avatar {
    border-radius: 50%;
}

/********/


/* Posts and Pages End */

/* Image Navigation */

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	padding: 1.0769230769em 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.image-navigation {
	margin-bottom: 3.230769231em;
}
	
.image-navigation a{
	color:#007acc;
	text-decoration:none;
}

.image-navigation a:hover{
	color:#686868
}

/* Image Navigation */
