/*
Theme Name: Pharmacy
Theme URI: https://sitepad.com/themes/Pharmacy
Author: SitePad team
Author URI: https://sitepad.com/
Version: 1.1
Category: health
Template: sitemush
License: Proprietary
License URI: https://sitepad.com/theme-license
Tags: medicines, medical, druggists, chemist, doctors, patients, personal care
Text Domain: sitepad

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

@import url(https://fonts.googleapis.com/css?family=Lobster|Oswald|Roboto);
@import url(https://fonts.googleapis.com/css?family=Acme);

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 {
	background: #fff;
}

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

/* Type */

body {
	background-color: #fff;
	color: #444;
}

body, input, select, textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 13pt;
	font-weight: 300;
	line-height: 1.65;
}

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

	body, input, select, textarea {
		font-size: 11pt;
	}

}

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

	body, input, select, textarea {
		font-size: 11pt;
	}

}

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

	body, input, select, textarea {
		font-size: 12pt;
	}

}

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

	body, input, select, textarea {
		font-size: 12pt;
	}

}

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

	body, input, select, textarea {
		font-size: 12pt;
	}

}

a {
	text-decoration: none;
	outline: 0;
}

strong, b {
	font-weight: 300;
}

em, i {
	font-style: italic;
}

p {
	font-size: 17px;
	line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	line-height: 1.5;
	font-family: 'Oswald', sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.35em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.7em;
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

blockquote {
	border-left: solid 4px;
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	border-radius: 4px;
	border: solid 1px;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

pre code {
	display: block;
	line-height: 1.75;
	padding: 1em 1.5em;
	overflow-x: auto;
}

hr {
	border: 0;
	border-bottom: solid 1px;
	margin: 2em 0;
}

hr.major {
	margin: 3em 0;
}

input, select, textarea {
	color: #555;
}

a {
	color: #fff;
}

strong, b {
	color: #555;
}

h1, h2, h3, h4, h5, h6 {
	color: #555;
}

blockquote {
	border-left-color: rgba(144, 144, 144, 0.25);
}

code {
	background: rgba(144, 144, 144, 0.075);
	border-color: rgba(144, 144, 144, 0.25);
}

hr {
	border-bottom-color: rgba(144, 144, 144, 0.25);
}

/* Button */

.smue-btn,
.button {
	-moz-appearance: none;
	-webkit-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;
	-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: 4px;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	height: 2.85em;
	line-height: 2.85em !important;
	padding: 0 2.5em !important;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	margin-top: 0em !important;
	background: #fff;
	color: #FFB6C1 !important;
}

.smue-btn:hover, 
.button:hover {
	background:#fff;
	color: #000 !important;
	text-shadow:2px 2px 2px #FFB6C1 !important;
}

.smue-btn.icon,
.button.icon {
	padding-left: 1.35em;
}

.smue-btn.icon:before,
.button.icon:before {
	margin-right: 0.5em;
}

.smue-btn.alt,
.button.alt {
	
}

.smue-btn.fit,
.button.fit {
	display: block;
	margin: 0 0 1em 0;
	width: 100%;
}

.smue-btn.small,
.button.small {
	font-size: 0.8em;
}

.smue-btn.big,
.button.big {
	font-size: 1.35em;
}

.smue-btn:disabled,
.button.disabled,
.button:disabled {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	opacity: 0.25;
}

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

	.smue-btn,
	.button {
		padding: 0;
	}

}
	
/* Form */

.mpce-cfa-form input[type="submit"],
.mpce-cfa-form input[type="submit"]:hover {
    width: 50%;
    background-color: #FFB6C1;
}

form {
	margin: 0 0 2em 0;
}

.mpce-cfa-form label {
	color: #727a82;
	display: inline-block;
	font-size: 0.9em;
	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 select,
.mpce-cfa-form textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: rgba(144, 144, 144, 0.075);
	border-radius: 0px;
	border: none;
	border: solid 1px rgba(255,182,193,.2);
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
	margin-bottom: 10px;
}

.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="tel"]:invalid,
.mpce-cfa-form select:invalid,
.mpce-cfa-form textarea:invalid {
	box-shadow: none;
}

.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 select:focus,
.mpce-cfa-form textarea:focus {
	border-color: rgb(255,182,193);
	box-shadow: 0 0 0 1px rgb(255,182,193);
}

.select-wrapper {
	text-decoration: none;
	display: block;
	position: relative;
}

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

@media screen and (max-width: 31.250em){
	.mpce-cfa-form input[type="text"], 
	.mpce-cfa-form input[type="password"], 
	.mpce-cfa-form input[type="email"], 
	.mpce-cfa-form select {
		height: 2.5em;
		line-height: 2.5em;
	}
}

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

.mpce-cfa-form input[type="checkbox"],
.mpce-cfa-form input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}

.mpce-cfa-form input[type="checkbox"] + label,
.mpce-cfa-form input[type="radio"] + label {
	text-decoration: none;
	color: #767d85;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 300;
	padding-left: 2.4em;
	padding-right: 0.75em;
	position: relative;
}

.mpce-cfa-form input[type="checkbox"] + label:before,
.mpce-cfa-form input[type="radio"] + label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.mpce-cfa-form input[type="checkbox"] + label:before,
.mpce-cfa-form input[type="radio"] + label:before {
	background: rgba(144, 144, 144, 0.075);
	border-radius: 4px;
	border: solid 1px rgba(255,182,193,.2);
	content: '';
	display: inline-block;
	height: 1.65em;
	left: 0;
	line-height: 1.58125em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1.65em;
}

.mpce-cfa-form input[type="checkbox"]:checked + label:before,
.mpce-cfa-form input[type="radio"]:checked + label:before {
	background: rgb(255,182,193);
	border-color: rgb(255,182,193);
	color: #ffffff;
	content: '\f00c';
}

.mpce-cfa-form input[type="checkbox"]:focus + label:before,
.mpce-cfa-form input[type="radio"]:focus + label:before {
	border-color: rgb(255,182,193);
	box-shadow: 0 0 0 1px rgb(255,182,193);
}

.mpce-cfa-form input[type="checkbox"] + label:before {
	border-radius: 4px;
}

.mpce-cfa-form input[type="radio"] + label:before {
	border-radius: 100%;
}

::-webkit-input-placeholder {
	color: #bbb !important;
	opacity: 1.0;
}

:-moz-placeholder {
	color: #bbb !important;
	opacity: 1.0;
}

::-moz-placeholder {
	color: #bbb !important;
	opacity: 1.0;
}

:-ms-input-placeholder {
	color: #bbb !important;
	opacity: 1.0;
}
	
/********/

/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	margin: 0 0 2em 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px #dee1e3;
	border-left: 0;
	border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(144, 144, 144, 0.075);
}

table td {
	padding: 0.75em 0.75em;
}

table th {
	color: #727a82;
	font-size: 0.9em;
	font-weight: 700;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {
	border-bottom: solid 2px #dee1e3;
}

table tfoot {
	border-top: solid 2px #dee1e3;
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px #dee1e3;
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}
/*********/

/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	margin: 0 0 2em 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px;
	border-left: 0;
	border-right: 0;
}

table td {
	padding: 0.75em 0.75em;
}

table th {
	font-size: 0.9em;
	font-weight: 300;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {
	border-bottom: solid 2px;
}

table tfoot {
	border-top: solid 2px;
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px;
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}

table tbody tr {
	border-color: rgba(144, 144, 144, 0.25);
}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(144, 144, 144, 0.075);
}

table th {
	color: #555;
}

table thead {
	border-bottom-color: rgba(144, 144, 144, 0.25);
}

table tfoot {
	border-top-color: rgba(144, 144, 144, 0.25);
}

table.alt tbody tr td {
	border-color: rgba(144, 144, 144, 0.25);
}
	
/*********/

/* MENU */

/**
 * 6.2 - Menus
 */

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

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.menu-toggle {
	display: none;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #007acc;
	color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}

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

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

.main-navigation li {
	border-top: 1px solid rgba(255,255,255,.3);
	position: relative;
}

.main-navigation a {
	color: #fff;
	display: block;
	line-height: 2.313;
	outline-offset: -1px;
	padding: 0.84375em 0;
    padding-left: 0px;
	font-size: 15px;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #fff;
}

.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 rgba(255,255,255,.3);
}

.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 {
	background: #007acc;
}

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;
	color: #fff;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	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: #FFB6C1;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	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;
	}
	
}

/**
 * 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 {
		float: left;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 0.65625em 0.875em;
		white-space: nowrap;
	}
	
	.main-navigation .current-menu-item> a,
	.main-navigation li:hover > a,
	.main-navigation li.focus > a	{
		color: #fff;
	}

	.main-navigation ul ul {
		border-bottom: 1px solid rgba(255,255,255,.3);
		background-color: rgba(0,0,0,.9);
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

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

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

	.main-navigation ul ul li {
		border: 1px solid rgba(255,255,255,.3);
		border-bottom-width: 0;
	}

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

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

	.main-navigation ul ul:before {
		border-color: rgba(255,255,255,.3) transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: rgba(0,0,0,.9) transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	.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: 1.2em;
	}

	.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: 1.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;
	}
	
}

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

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

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

@media screen and (max-width: 767px) {
	i.responsive_bar{
		background: #FFB6C1;
		color: #fff;
		display: block;
		font-size: 16px;
		border: 2px solid #fff;
		border-radius:4px;
		width: 40px;
		height: 34px;
		left: -10px;
		line-height: 1.75em;
		text-align: center;
		cursor:pointer;
		float: left;
	}
	
	.smue-szp_primary_nav{
		position:fixed;
		left:2px;
		top:3px;
		z-index:99999;
		width:80%;
	}
	
	.site-header-menu {
		margin-top: 35px;
		background-color: rgba(0,0,0,.9);
		text-align: left;
	}
	
	.primary-menu a {
		padding-left: 20px;
	}
	
	.main-navigation a:hover, 
	.main-navigation .current-menu-item> a {
		color: #FFB6C1;
	}
	
	.menu .smue-szp_primary_nav {
		max-width: 100% !important;
	}
}

/**
 * 15.0 - Print
 */

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

/* MENU END */

.menu {
	padding-top: 1em;
}

.padding_row {
	padding-left: 2%;
	padding-right: 2%;
}

.header {
    -moz-transition: background 1s ease-in-out, height 0.2s ease-in-out;
    -webkit-transition: background 1s ease-in-out, height 0.2s ease-in-out;
    -ms-transition: background 1s ease-in-out, height 0.2s ease-in-out;
    transition: background 1s ease-in-out, height 0.2s ease-in-out;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    background: rgba(0, 0, 0, 0.85);
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 10001;
	background-size: cover;
}

.header.start_stage {
    height: 100vh;
}
	
.header .inner {
    -moz-transition: height 0.2s ease-in-out, width 0.2s ease-in-out;
    -webkit-transition: height 0.2s ease-in-out, width 0.2s ease-in-out;
    -ms-transition: height 0.2s ease-in-out, width 0.2s ease-in-out;
    transition: height 0.2s ease-in-out, width 0.2s ease-in-out;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    background: #FFB6C1;
    padding: 4em;
    text-align: center;
    box-shadow: 0 0 0 1em #FFF;
    cursor: default;
	max-width: 50%;
	height: 80%;
}

.header .inner {
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 1;
	color: #fff;
}

.header .inner .logo a {
    font-family: 'Lobster', cursive;
	margin: 0 0 .25em 0;
	color: #fff;
	font-weight: 700;
	font-size: 4em;
	text-shadow: 2px 2px 3px #000;
}

.header .inner  h3 {
    font-size: 1.5em;
    color: #fff;
    margin: 0 0 1em 0;
	font-family: 'Acme', sans-serif;
}

.header .inner .button {
    
    margin: 0;
    border-radius: 30px;
	font-weight: bold;
	padding-top: 15px;
	margin-top: 0 !important;
}

.header .button.hidden1{
	display:none;
}

.site-content {
	padding-bottom: 2em;
}

.header.hide1 .button.hidden1, 
.header.preview1 .button.hidden1 {
    text-decoration: none;
    padding-top: 1.5em;
    padding-left: 0;
    padding-right: 0;
    background: none;
    display: inline-block;
}

.header.hide1 .inner{
	height: 8em;
	max-width: 50%;
	padding: 2em;
	border-radius: 0%;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

.header.hide1, 
.header.preview1 {
    -moz-transition: background 0.2s ease-in-out, height 1s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out, height 1s ease-in-out;
    -ms-transition: background 0.2s ease-in-out, height 1s ease-in-out;
    transition: background 0.2s ease-in-out, height 1s ease-in-out;
    background: none;
    height: 0;
}

.header.hide1 {
	background-size: cover;
	background-repeat: no-repeat;
}

.header.hide1 .logo,
.header.hide1 .tagline,
.header.hide1 .button {
	display:none;
}

.header.hide1 .menu {
    padding-top: 3.7em;
}
/***********footer_part************/

.footer_row{
	background:#1C1C1C;
	padding:80px 175px 40px;
}

.footer_row h3{
	padding-bottom:20px;
}

.footer_row a{
	color:#fff;
}

.footer_row a:hover{
	color:#fff;
	text-decoration:none;
}
.footer_title h2{
	font-size:40px;
	color:#fff;
	font-family: 'Acme', sans-serif;
	text-shadow:3px 3px 3px #FFB6C1;
}
.footer_title h3{
	font-size:25px;
	color:#fff;
	font-family: 'Acme', sans-serif;
	text-shadow: 1px 1px 1px #FFB6C1;
}
.footer_title a{
	color:#fff;
	font-size:15px;
}
.footer_title p{
	color:#fff;
	font-size:15px;
}

.address h2{
	color:#fff;
	font-size:15px;
	line-height: 44px;
}
.privacy_txt a{
	color:#000 !important;
}
.copyright{	
	background: #FFB6C1;
    font-size: 1rem;
    padding:20px 175px 10px;
}

.copyright p{
	font-size:15px;
}

.copyright p,.copyright a{
	padding:9px 0 0;
	color:#202020;   
}

.copyright a:hover{
	text-decoration:none;
}
.share_btn div.smue-ce-icon-bg{
	border:5px solid transparent !important;
}
.share_btn div.smue-ce-icon-bg:hover{
	background: #D0A0C8 !important;
	border:5px solid #fff !important;
}

.share_btn div.smue-ce-icon-bg:hover span.fa{
	color: #fff !important;
}
/*****************/

.banner {
	color: #fff;
	background:#FFB6C1;
	padding-left:7%;
}

.banner_col {
	padding-top: 14em;
	padding-bottom: 0em;
}

.banner_txt h2{
	font-size:80px;
	color:#fff;
	text-align: left !important;
	font-family: 'Acme', sans-serif;
}
.banner_txt h3{
	font-size:36px;
	color:#fff;
	text-align: left !important;
}
.banner_txt p{
	font-size:51px;
	color:#fff;
	text-align: left !important;
}
.banner_slide{
	margin-top:-122px; 
	z-index:0 !important;
	padding:0 !important;
}
.home_head{
	padding:31px;
	background:#FFB6C1;
}
.home_head h2{
	font-size:40px;
	color:#fff;
	text-align:center;
	font-family: 'Acme', sans-serif;
}
.home_text01, .home_text02{
	padding:10px 0px;
}
.home_text01 h2{
	font-size:40px;
	color:#FFB6C1;
	text-align:right;
	font-family: 'Acme', sans-serif;
}
.home_text01 p{
	font-size:22px;
	color:#000;
	text-align:right;
	font-family: 'Acme', sans-serif;
}
.home_text02 h2{
	font-size:40px;
	color:#FFB6C1;
	text-align:left;
	font-family: 'Acme', sans-serif;
}
.home_text02 p{
	font-size:22px;
	color:#000;
	text-align:left;
	font-family: 'Acme', sans-serif;
}
.home_padding{
	padding:0 !important;
}
.home_title_row{
	padding-left:7%;
	padding-right:7%;
	margin-bottom:20px;
}
.home_title h2{
	font-size:50px;
	text-align:left !important;
	font-family: 'Acme', sans-serif;
	text-shadow:3px 3px 3px #FFB6C1;
}
.home_row1{
	padding:0px 7%;
}
.home_txt1{
	background:rgba(0, 0, 0, 0) linear-gradient(90deg, #fff 31%, #FFB6C1 24%) repeat scroll 0 0;
	padding: 42px 0px;
	margin-top: 44px;
	box-shadow:2px 2px 2px 2px #000; 
	border-radius:29%;
}
.home_txt1 h2{
	color:#000;
	font-size:30px;
	text-align:center;
	font-family: 'Acme', sans-serif;
}
.home_txt1 p{
	color:#000;
	font-size:16px;
	line-height:30px;
	text-align:center;
}
.home_txt1 h4{
	color:#000;
	font-size:16px;
	line-height:30px;
	text-align:center;
	font-family: 'Acme', sans-serif;
}
.home_row2{
	padding-left:7%;
	padding-top:50px;
	padding-bottom:50px;
}
.home_para{
	background: #FFB6C1;
	padding: 10px 30px;
	margin-left: -101px;
	margin-top: 56px;
	
}
.home_para h2{
	font-size:30px;
	color:#000;
	text-align:left;
	text-shadow: 3px 3px 3px #000;
	font-family: 'Acme', sans-serif;
}
.home_para p{
	font-size: 16px;
	color: #fff;
	text-align: left;
	margin-left: 60px;
	margin-top: 20px;
}
.home_col{
	z-index:0 !important;
}
.home_img_col{
	z-index:999 !important;
}

.offers{
	margin-top:0 !important;
	position:relative;
	padding:0 !important;
	border:5px solid #FFB6C1;
}
.offers_col{
	padding:0 !important;
}
.offers h2{
	position:absolute;
	top:0;
	padding-top:30%;
	color:#fff;
	text-shadow:3px 3px 3px #000;
	text-align:center;
	width:100%;
	transition:all 0.3s ease-in-out; 
	font-weight:400;
	font-size:50px;
	font-family: 'Acme', sans-serif;
}
.offers:hover h2{
	font-size:30px;
}
.offers p{
	color: #fff;
	font-weight: 400;
	text-shadow: 1px 2px 2px #000;
}
.offers:hover h2{
	padding-top:10%;
	opacity:1;
	z-index:1111;
}
.offers .smue-service-box-content-section {
    position: absolute;
	top: 0;
	padding-top:30%;
	padding-left:20px;
	padding-right:20px;
	width: 100%;
    height: 100%;
    background-color: rgba(255, 182, 193, 0.5);
    color: white;
    filter: alpha(opacity=0);
    transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.offers:hover .smue-service-box-content-section {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.home_row4{
	padding:5%;
}

.products {
	padding-top: 0em;
	padding-bottom: 6em;
	padding-left:7%;
	padding-right:7%;
}
.product_inner_row{
	padding:30px 0px;
}
.product_thumb {
	margin-top: 2em;
}

.product_thumb h4 {
	color: #FFB6C1;
	font-size: 19px;
	padding: 0.5em 0;
	text-align:left;
	font-family: 'Acme', sans-serif;
}

.product_thumb p {
	color: #777;
	text-align:left;
}
.product_thumb h6 span{
	font-size:20px;
	text-align:right;
}
.product_thumb h6 {
	text-align: right;
	background: #ccc;
	padding: 10px;
}

.product_thumb .smue-service-box-obj {
	position: relative;
	transition: all 0.4s ease-in-out;
	
}

.product_thumb .smue-btn {
	font-size: 1em !important;
	font-weight: 700;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.product_thumb .smue-service-box-button-section {
	top: 0;
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	position: absolute;
	width: 100%;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	z-index: 2;
	transform: scale(0,0);
	margin-top: -30px;
}

.product_thumb:hover .smue-service-box-button-section {
	top: 40%;
	height: auto;
	transform: scale(1,1);
	opacity: 1;
}

.product_thumb .smue-service-box-icon-section:before {
	background-color: transparent;
	content: "";
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	transition: all 2s ease-in-out;
	opacity: 0;
	transform: scalex(1);
}
.product_thumb .smue-service-box-icon-section:after {
	background-color: transparent;
	content: "";
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	transition: all 2s ease-in-out;
	opacity: 0;
	transform: scaleY(1);
}

.product_thumb:hover .smue-service-box-icon-section:before {
	display: block;
	background:#FFB6C1;
	opacity:0.8;
	transform: scalex(0);
    transition: opacity 2s ease 0s, transform 2s ease 0s;
	transform:rotate(45deg);
}
.product_thumb:hover .smue-service-box-icon-section:after {
	display: block;
	background:#FFB6C1;
	opacity:0.8;
	transform: scaleY(0);
	transform:rotate(-45deg);
    transition: opacity 2s ease 0s, transform 2s ease 0s;
}

.product_row1, 
.product_row2 {
	padding-left:7%;
	padding-right:7%;
	background-color: #FFB6C1;
}

.product_row2 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.product-type-container {
	margin-bottom: 20px;
	transition: all 0.3s ease;
}

.product-type-container:hover {
	cursor: pointer;
}

.product-type-container:hover .product-type-img  img {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.product-type-img, 
.product-type-img img {
	width: 100% !important;
	transition: all 0.3s ease;
}

.product-type-overlay {
	width: 80% !important;
	height: 50%;
	margin-left: 10%;
	margin-right: 10%;
	bottom: 10px;
	position: absolute !important;
	border: 8px solid #FFB6C1;
	padding-top: 7%;
	opacity: 0;
	transition: all 0.3s ease;
	background: rgba(255, 182, 193, 0.5);
	font-family: 'Acme', sans-serif;
}

.product-type-container:hover .product-type-overlay {
	opacity: 1;
}

.product-type-overlay h3 {
    font-size: 23px;
	font-weight: bold;
	color: #fff;
	font-family: 'Acme', sans-serif;
	text-shadow: 3px 3px 3px #000;
}

.white-text {
    color: #000;
}

.gold-border {
    border: 1px solid #FFB6C1;
    padding: 10px;
}

.product-type-message {
    background: #fff;
    border: 1px solid #FFB6C1;
    padding: 50px;
}
.product-type-message h3{
	font-size:35px;
	color:000;
	font-family: 'Acme', sans-serif;
}
.product-type-message p {
	font-size:16px;
	color:#FFB6C1;
    line-height: 1.8;
    margin-top: 20px;
    margin-bottom: 15px;
}
.logo_row{
	padding:50px 7%;
}
/************about_page***********/
.banners_row {
    padding: 10%;
    background-position: center top !important;
    background-size: cover;
}

.banners_row h1{
	text-transform:uppercase;
	font-family: 'Acme', sans-serif;
	font-size:40px;
	color:#fff;
	text-shadow:3px 3px 3px #000;
}
.about_row {
	padding-top: 3em;
	padding-bottom: 3em;
	padding-left:7%;
	padding-right:7%;
}

.about_row h3 {
    border-left: 3px solid rgb(242, 101, 48);
    margin-bottom: 0.8em;
    padding-left: 10px;
	font-family: 'Acme', sans-serif;
}


.about_img {
	padding-top: 20px;
}

.about_tabs .smue-tabs-obj.ui-tabs.smue-tabs-basic .ui-tabs-nav li {
	transition: all 0.4s ease-in-out;
}

.about_tabs .smue-tabs-obj.ui-tabs.smue-tabs-basic .ui-tabs-nav li.ui-state-active, 
.about_tabs .smue-tabs-obj.ui-tabs.smue-tabs-basic .ui-tabs-nav li:hover {
	background-color: #FFB6C1 !important;
}

.about_tabs .smue-tabs-obj.ui-tabs.smue-tabs-basic .ui-tabs-nav li a {
	font-family: 'Oswald', sans-serif;
}

.about_tabs .smue-tabs-obj.ui-tabs.smue-tabs-basic .ui-tabs-nav li.ui-state-active a, 
.about_tabs .smue-tabs-obj.ui-tabs.smue-tabs-basic .ui-tabs-nav li:hover a{
	color: #fff !important;
}

.advantage_row {
	background-color:#ccc;
	padding-top: 3em;
	padding-bottom: 3em;
	padding-left:7%;
	padding-right:7%;
}


.adv_thumb .smue-service-box-obj {
	padding: 20px;
	background-color: #fff;
}

.adv_thumb .smue-service-box-obj h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Acme', sans-serif;
}

.divider {
	background-color: #FFB6C1;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	color: #ccc;
	padding-top: 3em;
	padding-bottom: 3em;
	font-family: 'Acme', sans-serif;
}

.divider h3, 
.divider h5 {
	color: #fff;
}

.divider h5 {
	padding-bottom: 0.5em;
	padding-top: 0.5 em;
}

.divider .smue-ce-icon-bg {
	border: 1px solid #FFB6C1 !important;
}

.team_row1 {
	padding-top: 3em;
}

.team_row {
	padding-bottom: 3em;
	padding-left:7%;
	padding-right:7%;
}

.team_row .team_social {
	padding-top: 10px;
}

.team_row .smue-service-box-heading-section {
	padding-top: 10px;
}

.team_row .smue-service-box-content-section {
	padding-bottom: 10px;
	border-bottom: 1px solid #FFB6C1;
	margin-bottom: 10px;
}

.team_row .team_thumb h4 {
	color: #FFB6C1;
	font-family: 'Acme', sans-serif;
}

.divider_bottom {
	background-size: cover;
}

.creative_col {
	background-color: rgba(27, 39, 61, 0.9);
	padding: 4em 5% !important;	
	color: #ccc;
}

.creative_col h2 {
    color: #fff;
    padding-bottom: 20px;
}

.testimonials {
	padding-top: 3em;
	padding-bottom: 3em;
	padding-left:7%;
	padding-right:7%;
}

.client_comment .smue-quotes {
    background-color: #FFB6C1;
    padding: 30px;
}

.client_comment .smue-quotes blockquote {
	font-style: italic;
}

.build_row {
	background-size: cover;
}

.build_col {
	padding-top: 3em;
	padding-bottom: 3em;
	background-color: rgba(27, 39, 61, 0.9);
}

.contact_row {
	padding-top: 3em;
	padding-bottom: 3em;
}

.information_row {
	padding-top: 1em;
}

.info_thumb .smue-service-box-obj {
	background-color: #FFB6C1;
	padding: 30px;
}
/************contact_page*********/
.map_row{
	padding:50px 7%;
}
.contact_row{
	padding:50px 7%;
}
/******************/

@media screen and (max-width: 1280px){
	.site-footer{
		position: relative;
		bottom: 0;
	}
	
	.site-footer .inner {
		height: auto;
		display: block;
	}
	.banner_txt h2 {
		font-size: 46px;
	}
	.banner_txt h3 {
		font-size: 22px;
	}
	.banner_txt p { 
		font-size: 30px;
	}
	.banner_col {
		padding-top: 7em;
		padding-bottom: 0em;
	}
	.home_text01 h2 {
		font-size: 29px;
	}
	.home_text01 p {
		font-size: 19px;
	}
	.home_text02 h2 {
		font-size: 29px;
		text-align:left;
	}
	.home_text02 p {
		font-size: 19px;
		text-align:right;
	}
	.offers h2 {
		font-size: 33px;
	}
	.home_para {
		margin-left: -81px;
		margin-top: 51px;
	}
	.home_para h2 {
		text-align: center;
	}
	
	.home_para p {
		font-size: 16px;
		color: #fff;
		text-align: left;
		margin-left: 75px;
		margin-top: 20px;
	}
	.home_title h2 {
		font-size: 35px;
		text-align: center !important;
	}
	.home_row2 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.product_inner_row {
		padding: 0px 0px;
	}
	.product-type-message h3 {
		font-size: 20px;
	}
	.product-type-message {
		padding: 4px;
	}
	.logo_row{
		display:flex;
	}
	.footer_row {
		padding: 17px 0px 40px;
	}
	.copyright{	
		padding:20px 0px 10px;
	}
	.full_column{
		width:80% !important;
	}
	.half_column{
		width:15% !important;
	}
	.full_col{
		width:100% !important;
	}
	.half_col{
		width:50% !important;
	}
}

@media screen and (max-width: 909px) {
	
	.site-content {
		padding-top: 0;
	}
	.banner_txt h2 {
		font-size: 46px;
	}
	.banner_txt h3 {
		font-size: 22px;
	}
	.banner_txt p { 
		font-size: 30px;
	}
	.banner_col {
		padding-top: 7em;
		padding-bottom: 0em;
	}
	.home_text01 h2 {
		font-size: 29px;
	}
	.home_text01 p {
		font-size: 19px;
	}
	.home_text02 h2 {
		font-size: 29px;
		text-align:right;
	}
	.home_text02 p {
		font-size: 19px;
		text-align:left;
	}
	.offers h2 {
		font-size: 33px;
	}
	.home_para {
		margin-left: -66px !important;
		margin-top: 24px;
	}
	
	.home_para p {
		font-size: 16px;
		color: #fff;
		text-align: left;
		margin-left: 35px;
		margin-top: 20px;
	}
	.home_title h2 {
		font-size: 35px;
		text-align: center !important;
	}
	.home_para h2 {
		text-align: right;
	}
	.home_row2 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.product_inner_row {
		padding: 0px 0px;
	}
	.product-type-message h3 {
		font-size: 20px;
	}
	.product-type-message {
		padding: 4px;
	}
	.logo_row{
		display:flex;
	}
	.footer_row {
		padding: 17px 0px 40px;
	}
	.copyright{	
		padding:20px 0px 10px;
	}
	.full_column{
		width:80% !important;
	}
	.half_column{
		width:15% !important;
	}
	.full_col{
		width:100% !important;
	}
	.adv_thumb {
		margin-bottom: 1em;
	}
	.half_col{
		width:50% !important;
	}
}

@media screen and (max-width: 767px) {
	.header.hide1 .inner {
		background-color: transparent;
		border-bottom: none;
		box-shadow: none;
	}
	.site-footer .inner .copyright {
		display: block;
	}
	
	.site-footer .social {
		display: flex;
		flex-wrap: wrap;
	}
	.header .inner {
		max-width: 75%;
	}
	.banner_txt h2 {
		font-size: 46px;
	}
	.banner_txt h3 {
		font-size: 22px;
	}
	.banner_txt p { 
		font-size: 30px;
	}
	.banner_col {
		padding-top: 7em;
		padding-bottom: 0em;
	}
	.home_text01 h2 {
		font-size: 29px;
	}
	.home_text01 p {
		font-size: 19px;
	}
	.home_text02 h2 {
		font-size: 29px;
		text-align:right;
	}
	.home_text02 p {
		font-size: 19px;
		text-align:right;
	}
	.offers h2 {
		font-size: 33px;
	}
	.home_para {
		margin-left: 0px;
		margin-top: 51px;
	}
	
	.home_para p {
		font-size: 16px;
		color: #fff;
		text-align: left;
		margin-left: 0px;
		margin-top: 20px;
	}
	.home_title h2 {
		font-size: 35px;
		text-align: center !important;
	}
	.home_row2 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.product_inner_row {
		padding: 0px 0px;
	}
	.product-type-message h3 {
		font-size: 20px;
	}
	.product-type-message {
		padding: 4px;
	}
	img.home_img{
		display:none;
	}
	.offers .smue-service-box-content-section {
		padding-top: 20%;
	}
	.offers h2 {
		padding-top: 20%;
	}
	.logo_row{
		display:flex;
	}
	.footer_row {
		padding: 17px 0px 40px;
	}
	.copyright{	
		padding:20px 0px 10px;
	}
	.full_column, .half_column, .full_col, .half_col {
		width:100% !important;
	}
	
}

@media screen and (max-width: 736px){
	.header .inner {
		font-size: .75em;
		padding: 3em;
	}
}


@media screen and (max-width: 500px) {
		
	.site-footer .inner {
		padding: 0.2em;
	}
	
	.site-footer .inner .content {
		padding: 0.5em;
	}
	
	.preview .content {   
		padding: 0.5em 0.9em;
	}
	
}

@media screen and (max-width: 480px){
	.header .inner {
		width: 26em;
		height: 26em;
		padding: 2em;
		font-size: .65em;
	}
	
	.header .inner .button {
		padding-left: 2em;
		padding-right: 2em;
	}
}

@media screen and (max-width: 360px) {
	.banner_txt h2 {
		font-size: 46px;
	}
	.banner_txt h3 {
		font-size: 22px;
	}
	.banner_txt p { 
		font-size: 30px;
	}
	.banner_col {
		padding-top: 7em;
		padding-bottom: 0em;
	}
	.home_text01 h2 {
		font-size: 29px;
	}
	.home_text01 p {
		font-size: 19px;
	}
	.home_text02 h2 {
		font-size: 29px;
		text-align:right;
	}
	.home_text02 p {
		font-size: 19px;
		text-align:right;
	}
	.offers h2 {
		font-size: 33px;
	}
	.home_para {
		margin-left: 0px;
		margin-top: 51px;
	}
	
	.home_para p {
		font-size: 16px;
		color: #fff;
		text-align: left;
		margin-left: 28px;
		margin-top: 20px;
	}
	.home_title h2 {
		font-size: 35px;
		text-align: center !important;
	}
	.offers .smue-service-box-content-section {
		padding-top: 30%;
	}
	.offers h2 {
		padding-top: 30%;
	}
	img.home_img{
		display:none;
	}
	.home_row2 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.product_inner_row {
		padding: 0px 0px;
	}
	.product-type-message h3 {
		font-size: 20px;
	}
	.product-type-message {
		padding: 4px;
	}
	.logo_row{
		display:flex;
	}
	.footer_row {
		padding: 17px 0px 40px;
	}
	.copyright{	
		padding:20px 0px 10px;
	}
	.full_column, .half_column, .full_col, .half_col {
		width:100% !important;
	}
	
}
/***************/

.delay_01s.wow{
	animation-delay: 0.1s;
}

.delay_02s.wow{
	animation-delay: 0.2s;
}

.delay_03s.wow{
	animation-delay: 0.3s;
}

.delay_05s.wow{
	animation-delay: 0.5s;
}

.delay_04s.wow{
	animation-delay: 0.4s;
}

.delay_06s.wow{
	animation-delay: 0.6s;
}

.delay_06s.wow{
	animation-delay: 0.6s;
}

.delay_07s.wow{
	animation-delay: 0.7s;
}

.delay_08s.wow{
	animation-delay: 0.8s;
}

.delay_09s.wow{
	animation-delay: 0.9s;
}

.delay_1s.wow{
	animation-delay: 1s;
}

.delay_11s.wow{
	animation-delay: 1.1s;
}

.delay_12s.wow{
	animation-delay: 1.2s;
}

.delay_13s.wow{
	animation-delay: 1.3s;
}

.delay_14s.wow{
	animation-delay: 1.4s;
}

.delay_15s.wow{
	animation-delay: 1.5s;
}

.delay_16s.wow{
	animation-delay: 1.6s;
}

.delay_18s.wow{
	animation-delay: 1.8s;
}

.delay_19s.wow{
	animation-delay: 1.9s;
}

.delay_2s.wow{
	animation-delay: 2s;
}

/****************/
/**
 * 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,
.type-attachment .entry-title,
.comments-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-of-type,
.site-main .type-attachment:first-of-type {
	padding-top: 70px;
}

body.author .site-main .type-post:first-of-type,
body.author .site-main .type-attachment:first-of-type {
	padding-top: 0px;
}

.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 */
