/*
	Theme name: Fantastic Pest Control Blog
*/


/* http://getbootstrap.com/customize/?id=69ceabffee681daaf140e336a2531ad7 */

@font-face {
	font-family: 'ralewayregular';
	src: url('./css/fonts/RalewayRegular/raleway-regular.eot?v1');
	src: url('./css/fonts/RalewayRegular/raleway-regular.eot?v1#iefix') format('embedded-opentype'),
		url('css/fonts/RalewayRegular/raleway-regular.woff2?v1') format('woff2'),
		url('css/fonts/RalewayRegular/raleway-regular.woff?v1') format('woff'),
		url('css/fonts/RalewayRegular/raleway-regular.ttf?v1') format('truetype'),
		url('css/fonts/RalewayRegular/raleway-regular.svg?v1#ralewayregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewaybold';
	src: url('./css/fonts/RalewayBold/raleway-bold.eot?v1');
	src: url('./css/fonts/RalewayBold/raleway-bold.eot?v1#iefix') format('embedded-opentype'),
		url('css/fonts/RalewayBold/raleway-bold.woff2?v1') format('woff2'),
		url('css/fonts/RalewayBold/raleway-bold.woff?v1') format('woff'),
		url('css/fonts/RalewayBold/raleway-bold.ttf?v1') format('truetype'),
		url('css/fonts/RalewayBold/raleway-bold.svg?v1#ralewayextrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	color: #484848;
	font-family: 'ralewayregular';
	background: #fff;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	line-height: 120%;
	font-weight: bold;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 17px;
}

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

video {
	width: 100%;
	height: auto;
}

::-webkit-scrollbar-track {
	position: fixed;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(143, 143, 143, 0.3);
}

::selection {
	background: #ffb7b7;
}

::-moz-selection {
	background: #ffb7b7;
}


.post {
	padding-bottom: 15px;
}

.post:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
	line-height: 0;
	font-size: 0;
}

.post img {
	max-width: 100%;
	display: inline-block;
	height: auto;
}

img.alignleft {
	float: left;
	margin: 5px 25px 5px 0;
}

img.alignright {
	float: right;
	margin: 5px 0px 5px 25px;
}

img.aligncenter {
	display: block;
	margin: 5px auto;
}

a {
	color: #D62C20;
}

a:hover {
	color: #ed1c24;
	;
}


/*header*/

.nav-visible {
	overflow-x: hidden;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	z-index: 1;
	top: 0;
	left: -1px;
	background: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	z-index: 9999;
}

.sidenav a {
	padding: 0;
	text-decoration: none;
	font-size: 15px;
	display: block;
	transition: 0.3s;
	color: #484848;
	padding: 15px;
}

.sidenav li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidenav .sub-menu {
	display: none;
}

.sidenav .sub-menu li {
	border: none;
}

.sidenav .sub-menu li a {
	padding: 8px 15px 8px 30px;
}

.sidenav li.menu-item-has-children > a {
	padding-right: 30px;
}

.sidenav a:hover,
.sidenav li.current-menu-item a,
.offcanvas a:focus {
	color: #ed1c24;
	-webkit-box-shadow: inset 2px 0 0 0px #ee2e24;
	-moz-box-shadow: inset 2px 0 0 0px #ee2e24;
	box-shadow: inset 2px 0 0 0px #ee2e24;
}

.closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px !important;
	margin-left: 50px;
}

#main {
	transition: margin-left .5s;
}

.sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidenav li.menu-item-has-children > a {
	position: relative;
}

.sidenav li.menu-item-has-children > a:before {
	display: block;
	content: "";
	height: 10px;
	width: 10px;
	background: url('./images/sub-menu.png') no-repeat center center;
	background-size: 100%;
	position: absolute;
	right: 15px;
	top: 20px;
}

.menutoggle {
	width: 27px;
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -11px;
}

.menutoggle span {
	display: block;
	background: #000;
	height: 4px;
	margin-bottom: 5px;
}

.menutoggle span:last-child {
	margin: 0;
}

.menu-holder {
	width: 200px;
}

.header-main {
	text-align: center;
	position: relative;
	padding-top: 8px;
	padding-bottom: 12px;
}

.header-main .logo {
	display: inline-block;
	max-width: 176px;
}

.header-main.fixed {
	position: fixed;
	background-color: #ffffff;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	z-index: 999;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	left: 0;
	top: -70px;
	padding-top: 4px;
	padding-bottom: 6px;
}

.header-main .header-search-icon {
	font-size: 25px;
	position: absolute;
	top: 25px;
	cursor: pointer;
	right: 25px;
}

#bar-container {
	max-height: initial !important;
}


/*end header*/


/*featured area*/

.featured-area {
	background: #EFEFEF;
}

.featured-element {
	float: left;
	position: relative;
	overflow: hidden;
	border: solid transparent 0.5px;
}

.featured-element .featured_item {
	height: 100%;
}

.featured-element img {
	width: 100%;
	display: block;
	height: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	object-fit: cover;
}

.featured-element.half {
	width: 50%;
	height: 350px;
}

.featured-element.third {
	width: 33.33%;
	height: 210px;
}

.featured-info {
	position: absolute;
	left: 20px;
	bottom: 15px;
}

.featured-element h2 {
	margin: 0;
}

.featured-element h2 a {
	font-size: 22px;
	font-family: 'ralewaybold';
	color: #fff;
	text-decoration: none;
}

.featured-element:hover img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.featured-element.third h2 a {
	font-size: 18px;
	line-height: 130%;
}

.hover-add {
	visibility: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
	height: 0;
}

.featured-element:hover .hover-add {
	visibility: visible;
	opacity: 1;
	height: 50px;
}

.featured-element .cat-title {
	color: #fff;
	margin: 4px 0;
}

.featured-element .read-more {
	background: #ed1c24;
	color: #fff;
	padding: 0px 7px;
	display: inline-block;
	border-radius: 4px;
	text-decoration: none;
}

.featured-element .featured-info i {
	vertical-align: middle;
	margin: 0 6px 1px 0;
	display: inline-block;
}

.featured-element .filter {
	background: url('./images/shadow.png') repeat-x;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}


/*end featured area*/


/* OBF Shortcodes FULL STYLE */

.btn-regular {
	display: inline-block;
	min-width: 240px;
	text-align: center;
	font-family: "ralewaybold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 12px 20px;
	background-color: #EE3124;
	color: #fff !important;
	border: 1px solid #EE3124;
	border-radius: 8px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-regular:hover {
	background: #fff;
	border: 1px solid #ee2e24;
	text-decoration: none;
	color: #ee2e24 !important;
}

.btn-gfq {
	width: 250px;
	text-transform: none;
}

.cta_container_holder {
	box-shadow: 0px 4px 10px rgba(222, 222, 222, .1);
	margin: 30px 0;
	background: #F4F4F4;
	border-radius: 8px;
	padding: 25px;
	text-align: center;
}

.cta_container_holder .btn-regular {
	font-family: "ralewaybold";
	text-transform: none;
}

.cta_container_holder.v2 {
	background-image: url(./images/pest-control-fluid.png);
	background-repeat: no-repeat;
	background-position: right 30px bottom 0;
	text-align: left;
	padding-right: 280px;
}

.cta_container_holder.v2 .title,
.cta_container_holder.v2 p,
.cta_container_holder.v2 .sub-title {
	text-align: left;
}

.cta_container_holder.v2 .sub-title {
	margin: 0;
}

.cta_container_holder.v2 .btn-regular {
	margin: 25px 0;
}

.cta_container_holder.v2 .trustpilot-widget {
	width: 420px;
	max-width: 100%;
	height: 23px;
}

.cta_container_holder .title {
	color: #000 !important;
	text-align: center;
	margin: 0 0 26px 0;
	font-size: 22px;
	font-weight: bold;
}

.cta_container_holder p {
	text-align: center;
	margin: 0;
}

.cta_container_holder.obf .title {
	margin: 0 0 16px 0;
}

.cta_container_holder .sub-title {
	margin: 0 auto 25px auto;
	font-size: 16px;
	max-width: 600px;
}

.cta_container_holder .info_text {
	width: 69%;
	margin: 22px auto 0;
}

.cta_container_holder .info_text p {
	font-size: 15px;
}

.cta_container_holder .info_text a {
	color: #ee2e24 !important;
	font-weight: normal;
}

.dynamic-helper {
	text-align: center;
	display: block;
	position: relative;
}

.default-check-price-form {
	height: 58px;
	margin: 0;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.default-check-price-form {
	outline: none;
}

form.default-check-price-form .the-postfield-wrap {
	position: relative;
	width: 285px;
	display: inline-block;
	line-height: 18px;
}

form.default-check-price-form .submit-wrapper-with-loader {
	position: relative;
	margin: 0 0 0 10px;
	display: inline-block;
}

form.default-check-price-form .the-postfield {
	background: #fff;
	color: #000;
	font-size: 15px;
	width: 100%;
	padding: 23px 25px 15px;
	border: 1px solid rgba(126, 115, 115, .55);
	margin: 0;
	border-radius: 6px;
	height: 100%;
	outline: none;
}

.dynamic-helper .typewriter-box {
	background: #fff;
	position: absolute;
	top: 2px;
	left: 2px;
	text-align: left;
	z-index: 41;
	height: 90%;
	width: 94%;
	border-radius: 5px;
	cursor: text;
}

.dynamic-helper .typewriter-box .typewriter {
	display: inline-block;
	height: 100%;
	width: 100%;
	color: #000;
	background: url('./images/typewriter.gif') 18px center no-repeat #fff;
}

.dynamic-helper.clicked .typewriter-box {
	display: none;
}

form.default-check-price-form .moving-label {
	position: absolute;
	top: 2px;
	left: 25px;
	font-size: 12px;
	z-index: 32;
	color: #ee2e24;
	line-height: 24px;
	pointer-events: none;
}

form.default-check-price-form .submit-wrapper-with-loader input[type=submit] {
	font-size: 15px;
	font-family: ralewaybold, Arial, Helvetica, sans-serif;
	padding: 0 17px;
	background-color: #ee2e24;
	color: #fff;
	border: 1px solid #ee2e24;
	margin: 0;
	width: auto;
	height: 100%;
	border-radius: 6px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

form.default-check-price-form .submit-wrapper-with-loader input[type=submit]:hover {
	opacity: unset;
	background: #fff;
	color: #ee2e24;
	border: 1px solid #ee2e24;
}

form.default-check-price-form .the-postfield-wrap:hover input[type=text]:not(.error) {
	border-color: #ee2e24;
}

form.default-check-price-form label.error-message {
	position: absolute;
	top: -60px;
	left: 0;
	color: red;
	font-size: 12px;
	font-weight: normal;
	background: rgba(255, 255, 255, .9);
	border-radius: 4px;
	padding: 12px 20px;
	line-height: 18px;
	opacity: 0;
	-webkit-transition: opacity .2s ease-in-out, top .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .4);
}

form.default-check-price-form label.error-message.visible {
	margin: 0;
	opacity: 1;
}

form.default-check-price-form label.error-message:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	left: 50%;
	box-sizing: border-box;
	border: 8px solid #000;
	border-color: transparent transparent rgba(255, 255, 255, .9) rgba(255, 255, 255, .9);
	transform: rotate(-45deg) translateX(-50%);
	box-shadow: -3px 3px 12px -3px rgba(0, 0, 0, .4);
}

form.default-check-price-form .submit-wrapper-with-loader .load-holder-lds-eclipse {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ee2e24;
	border-radius: 5px;
	display: none;
}

form.default-check-price-form .submit-wrapper-with-loader .load-holder-lds-eclipse .load-lds-eclipse {
	position: absolute;
	-webkit-animation: lds-eclipse 1s linear infinite;
	animation: lds-eclipse 1s linear infinite;
	height: 30px;
	width: 30px;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
	border-radius: 50%;
	box-shadow: 0 3px 0 0 #fff;
}

form.default-check-price-form .submit-wrapper-with-loader.active .load-holder-lds-eclipse {
	display: block;
}

.dynamic-helper.clicked input[type=text].error,
.dynamic-helper.clicked input[type=text].error:hover,
.dynamic-helper.clicked select.error,
.dynamic-helper.clicked select.error:hover {
	border-color: red;
}

/* ------------------------------------------------------------ *\
    App Logos
\* ------------------------------------------------------------ */
.app-logos {
	margin-top: 20px;
}

.app-logos > ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -8px;
}

.app-logos li {
	padding: 0 4px 16px;
	margin: 0;
}

.app-logos a {
	display: block;
	margin: 0;
}

.app-logos img {
	width: 110px;
	max-width: 100%;
	height: auto;
}

/* Cookie plugin custom style */
.cky-consent-container .cky-consent-bar {
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.cky-notice-group {
	display: block;
}

.cky-notice-des,
.cky-notice-btn-wrapper {
	flex: 0 0 50%;
}

.cky-notice-btn-wrapper {
	/* margin-top: 30px; */
	justify-content: right;
	flex-direction: row-reverse;
}

.cky-btn-reject {
	color: #FFFFFF !important;
	border-color: #1863DC !important;
	background-color: #1863DC !important;
}

.cky-btn {
	min-width: 200px;
}

.cky-notice-btn-wrapper .cky-btn-accept {
	margin-right: 8px !important;
}

.cky-switch input[type="checkbox"]:before {
	clip-path: none;
	transform: none;
}

/* /Cookie plugin custom style */


@keyframes lds-eclipse {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* END FULL STYLE FOR SHORTCODES */


/*Gallery*/

.gallery {
	margin: 30px 0 !important;
}

.gallery .gallery-item {
	margin: 0 !important;
}

.gallery img {
	border: none !important;
	display: block;
}


/*End Gallery*/

.crumbs {
	position: relative;
	margin-bottom: 10px;
	font-size: 13px;
	padding: 10px 0px;
	background: #f5f5f5;
}

.post-info {
	font-size: 13px;
	color: #808080;
	margin-bottom: 20px;
}

.post-info i {
	color: #bfbfbf;
	margin-right: 5px;
}

.post-info .item {
	margin-right: 15px;
	display: inline-block;
}

.post-info a {
	color: inherit;
}

.post-info a:hover {
	color: #d41d24;
	text-decoration: none;
}


.entry .more-link {
	background: #ed1c24;
	color: #fff;
	border-radius: 5px;
	padding: 4px 14px;
	font-size: 16px;
	display: block;
	width: 135px;
	text-decoration: none;
	margin: 15px 0 0;
}

.entry .more-link:hover {
	background-color: #d41d24;
}

.entry .more-link i {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.comment-meta a {
	color: #d41d24;
}

.vcard {
	display: inline-block;
	margin: 0 0 1.25em 0;
	border: 1px solid #ddd;
	padding: 0.625em 0.75em;
}

.post.front,
.post.catarch {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 0 25px;
	margin: 0 0 25px;
}

.post.front:last-child,
.post.catarch:last-child {
	border: none;
}

.feat-link {
	display: inline-block;
	margin-bottom: 25px;
	position: relative;
}

.featuredbg {
	background: #000;
	display: block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.featuredbg:hover {
	opacity: .2;
}

h2.pagetitle {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 15px;
}

h2.pagetitle .bordered {
	display: inline-block;
	font-size: 32px;
	color: #808080;
	position: relative;
}

h2.pagetitle .bordered:after {
	content: "";
	width: 100%;
	display: block;
	bottom: -16px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	background: #f200c1;
}

.post-tags a:before {
	content: '#';
}

.post-tags a {
	margin-right: 10px;
}

.comment-respond {
	margin: 30px 0;
}

.comment-form label {
	display: block;
}

.comment-form textarea {
	max-width: 100%;
	width: 100%;
}

.comment-form textarea,
.comment-form input,
.comment-form select {
	border-radius: 5px;
	padding: 8px 12px;
	border: solid 1px #959595;
}

.page404 h1 {
	color: #ee2e24;
}

.page404 h2 {
	margin-bottom: 30px;
}

.page404 {
	padding: 30px 15px 100px;
}

.page404 a {
	color: #000;
}

.page404 a:hover {
	text-decoration: underline;
	color: #000;
}

.navigation-bottom {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #bfbfbf;
	padding: 15px 0;
	margin: 20px 0;
}

.navigation-bottom .prev {
	float: left;
	font-size: 16px;
	color: #000;
}

.navigation-bottom .next {
	float: right;
	font-size: 16px;
	color: #f000200c1;
}

.search #searchform label {
	display: none;
}

.search #searchform .wrapper {
	position: relative;
}

.search #s {
	width: 100%;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 40px 10px 9px;
}

.search #searchform i {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7px;
}

.cat-top {
	min-height: 150px;
	position: relative;
}

.cat-top h1 {
	color: #fff;
	font-size: 20px;
	font-family: 'ralewaybold';
	font-weight: bold;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0.65);
	width: 50%;
	padding: 23px 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0;
	position: absolute;
	left: 15px;
	bottom: 0;
}

.really_simple_share [class*="really_simple_share"] * {
	vertical-align: top !important;
}

.ssba-wrap a + span {
	margin-left: 8px;
	margin-right: 10px;
	padding: 6px 10px;
}

.ssba-wrap {
	margin: 10px 0;
}

.post-views {
	display: inline-block;
}

.note_box {
	border: 2px solid #ee2e24;
	border-radius: 5px;
	padding: 20px 40px 20px 10px;
	margin: 15px 0;
}

.note_box.suggestion::before {
	background: url(./images/suggestion-note.png) center center no-repeat;
}

.note_box.attention::before {
	background: url(./images/attention-note.png) center center no-repeat;
}

.note_box.attention::before,
.note_box.suggestion::before {
	content: '';
	width: 8%;
	height: 45px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.note_box.attention p,
.note_box.suggestion p {
	display: inline-block;
	width: 89%;
	vertical-align: middle;
	margin: 0;
}


/*sidebar*/

#sidebar {
	margin-top: 50px;
}

#sidebar > ul > .widget {
	margin-bottom: 30px;
}

#sidebar h2 {
	font-weight: normal;
	font-size: 24px;
}

.popular-posts li {
	border-radius: 5px;
	overflow: hidden;
	border: solid 1px #f2f1ec;
	margin-bottom: 15px;
}

.popular-posts li img {
	opacity: .85;
	-webkit-transition: all .3s ease;
	transition: all .3 ease;
	border-radius: 5px 0 0 5px;
	margin-right: 12px;
}

.popular-posts li:hover img {
	opacity: 1;
}

.popular-posts li a:nth-child(2) {
	text-decoration: none;
	color: #484848;
	font-size: 17px;
	display: block;
	line-height: 130%;
	margin-top: 12px;
}

.popular-posts .wpp-excerpt {
	font-size: 13px;
	line-height: 125%;
	margin-top: 10px;
	display: block;
}

.et_monarch .et_social_pinterest_window {
	height: auto;
}

a.cat-link,
.weather {
	z-index: 2;
	display: inline-block;
	background: #000;
	color: #fff;
	text-decoration: none;
	width: 48.5%;
	margin: 0.75%;
	float: left;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

a.cat-link .cat-title {
	padding: 10px;
	z-index: 1;
	position: absolute;
	text-align: center;
	font-size: 22px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: rgba(0, 0, 0, .2);
}

a.cat-link .cat-title:hover {
	background: rgba(0, 0, 0, 0);
}

#sidebar > ul > .widget.widget_awesomeweatherwidget {
	display: none;
}

#banner-widget,
#text-2.widget {
	border-radius: 5px;
	overflow: hidden;
	background-image: url('./images/background.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 23px 0 25px 25px;
}

#banner-widget,
#text-2.widget .offer-title,
#banner-widget,
#text-2.widget .offer-description {
	display: block;
	width: 55%;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

#text-2.widget .offer-description {
	width: 55%;
}

#text-2.widget .offer-title {
	width: 100%;
}

#banner-widget,
#text-2.widget .offer-title {
	font-family: 'ralewaybold' !important;
	font-size: 22px;
	text-transform: uppercase;
}

#banner-widget,
#text-2.widget .offer-description {
	font-size: 15px;
}

#banner-widget,
#text-2.widget .contact-us,
.comment-form #submit {
	font-size: 16px;
	color: #fff;
	padding: 10px 15px;
	background-color: #ee2e24;
	transition: 0.3s;
	border-radius: 5px;
	border: none;
}

#banner-widget,
#text-2.widget .contact-us:hover {
	background-color: #ee2e24;
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 2px 5px 0px #000;
}

#banner-widget,
#text-2.widget .offer-img {
	position: absolute;
	width: 140px;
	bottom: 0;
	right: 0;
	z-index: 0;
}

#text-2.widget .contact-us {
	display: inline-block;
	padding: 8px 12px 3px 12px;
}

#text-2.widget .contact-us span {
	display: block;
	font-size: 12px;
	text-align: right;
}


#callboxbg {
	background: url('./images/call-box-bkg.png') right top no-repeat;
	width: 100%;
	margin-top: 30px;
	background-size: cover;
	border-radius: 6px;
}

#callboxbg .callbox {
	padding: 25px 30px;
	width: 60%;
}

#callboxbg .title {
	color: #BE271D;
	font: 26px/1.3 "ralewaybold"
}

#callboxbg .text {
	color: #000000;
	margin: 0 0 20px 0;
}

#callboxbg #sidebar_phone {
	background: #EE3124;
	border: 1px solid #EE3124;
	border-radius: 8px;
	color: #FFFFFF;
	font-family: "ralewaybold";
	display: block;
	padding: 13px 20px;
	text-align: center;
	transition: 0.3s;
}

#callboxbg #sidebar_phone:hover {
	text-decoration: none;
	background: #fff;
	color: #EE3124;
	transition: 0.3s;
}

/*end sidebar*/


.widget_awesomeweatherwidget .awesome-weather-header {
	padding: 5px 10px;
	text-align: left;
	font-size: 0.9em;
	background-color: transparent;
}

.widget_awesomeweatherwidget .awesome-weather-current-temp {
	font-size: 2em;
	font-weight: bold;
	padding: 5px 10px;
}

.widget_awesomeweatherwidget .awesome-weather-current-temp sup {
	font-size: 12px;
}

.widget_awesomeweatherwidget .awesome-weather-forecast {
	font-size: 0.8em;
	padding: 10px 10px 5px;
}

.widget_awesomeweatherwidget .awesome-weather-forecast-day-abbr {
	font-size: 0.9em;
}

.widget_awesomeweatherwidget .awesome-weather-current-temp {
	padding-bottom: 7.25px;
}

.widget_awesomeweatherwidget .awesome-weather-wrap {
	height: 0px;
	padding-bottom: 86.2%;
	position: relative;
}

.widget_awesomeweatherwidget .awesome-weather-wrap .awesome-weather-header {
	position: absolute;
	top: 0px;
}

.widget_awesomeweatherwidget .awesome-weather-wrap .awesome-weather-current-temp {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -10px;
}

.widget_awesomeweatherwidget .awesome-weather-wrap .awesome-weather-forecast {
	position: absolute;
	bottom: 0px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_search {
	border: 2px solid #f7f5f3;
	padding: 15px;
	border-radius: 5px;
	list-style-type: none;
}

.widget_search form {
	margin: 0;
}

.wp-block-search__inside-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	border: none !important;
	padding: 0 !important;
}

.wp-block-search__label {
	display: block;
	font-size: 22px;
	font-weight: 400;
}

.wp-block-search__input {
	width: 100%;
	background-color: #eae7e0;
	color: #484848;
	box-shadow: none;
	border: none;
	padding: 10px 45px 10px 10px !important;
}

.wp-block-search__button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 42px;
	z-index: 9;
	border: none;
	background: #ed1c24;
	font-size: 0;
}

.wp-block-search__button .search-icon {
	color: #fff;
}

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

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

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

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


/*end sidebar*/


/*** Popups ***/


/* Generic Popups */

.top-form .mc4wp-form form {
	font-size: 0;
}

.top-form .popup {
	display: none;
}

.top-form .popup input,
.popup select,
.popup textarea {
	border: solid 1px #959595;
	padding: 10px;
	font-size: 15px;
}

.top-form .popup input[type=submit] {
	border: none;
}

.top-form .popup.popup_shown {
	display: initial !important;
}

.top-form .popup {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 333333;
}

.top-form .popup .overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #0009;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.top-form .popup > *:not(.overlay) {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: white;
	-webkit-box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.75);
}

.top-form .popup > *:not(.overlay) {
	width: 30%;
	padding: 40px;
	text-align: center;
}

.top-form .popup .close-button {
	float: right;
	display: inline-block;
	margin: -40px -40px 0px 0px;
	padding: 0.05em 0.05em 0px 0px;
	font-size: 30px;
	line-height: 1em;
	height: 1em;
	width: 1em;
	cursor: pointer;
}

.top-form .widefat {
	width: 100%;
	height: 3em !important;
}

.top-form .rounded {
	border-radius: 7px !important;
}


/* Subscribe Popup */

.top-form #popup_subscribe.popup .close-button {
	color: #cbcbcb;
}

.top-form #popup_subscribe.popup .close-button:hover {
	color: #7f7f7f;
}

.top-form #popup_subscribe.popup p {
	font-size: 16px;
}

.top-form #popup_subscribe .error {
	border: 1px solid rgb(177, 7, 7) !important;
}

.top-form #popup_subscribe .subscribe-popup-content {
	width: 700px !important;
	padding: 0 !important;
}

.top-form #popup_subscribe .left-part {
	width: 270px;
	float: left;
	height: 425px;
	background: url(./images/subscribe-bg.png) center center no-repeat;
}

.top-form #popup_subscribe .right-part {
	width: 430px;
	float: left;
	height: 425px;
	padding: 25px 45px 10px;
}

.top-form #popup_subscribe .right-part .privacy-message {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 10px;
	line-height: 14px;
}

.top-form #popup_subscribe .right-part .privacy-message a {
	font-weight: bold;
}

.top-form #popup_subscribe .right-part .title {
	color: #00538c;
	font-size: 28px;
	line-height: 36px;
	display: block;
	text-align: center;
	font-family: 'ralewayregular';
	margin-bottom: 17px;
}

.top-form #popup_subscribe .right-part .sub-title {
	color: #171616;
	font-size: 18px;
	display: block;
	line-height: 28px;
	text-align: center;
	font-family: 'ralewayregular';
	margin-bottom: 17px;
}

.top-form #popup_subscribe .right-part .bottom-text {
	color: #404040;
	font-size: 16px;
	display: block;
}

.top-form #popup_subscribe .right-part .close-input {
	cursor: pointer;
	transition: 0.3s;
	display: inline-block;
}

.top-form #popup_subscribe .right-part .close-input:hover {
	text-decoration: underline;
}

.top-form .close-btn {
	background: url(./images/cancel.png) center center no-repeat;
	background-size: cover;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 4%;
	right: 3%;
}

.top-form #popup_subscribe.popup .content input {
	float: left;
	margin-bottom: 17px;
	border-color: #959595;
}

.top-form #popup_subscribe.popup .content input[type="email"] {
	font-size: 14px;
	color: #7f7f7f;
	height: 48px !important;
}

.top-form #popup_subscribe.popup .content input[type="submit"] {
	font-family: 'ralewaybold' !important;
	color: #fff;
	background: #ee2e24;
	margin-bottom: 5px;
}

.top-form #popup_subscribe #mc4wp-first-name {
	width: 48%;
	margin-right: 2%;
}

.top-form #popup_subscribe #mc4wp-last-name {
	width: 48%;
	margin-left: 2%;
}

.top-form #popup_subscribe.popup .content input {
	float: left;
	margin-bottom: 17px;
	border-color: #959595;
}

.top-form #popup_subscribe #mc4wp-mail {
	width: 100%;
}

.top-form .mc4wp-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
	text-align: center;
	padding: 12px;
}

.top-form .mc4wp-success {
	color: #013552;
	background-color: #bad9ea;
	text-align: center;
	padding: 12px;
}

.mc4wp_form_holder  {
	text-align: center;
	background: url('./images/subscribe-box.png') center center;
	background-size: cover;
	border-radius: 5px;
	padding: 10px 15px 20px;
}

.mc4wp_form_holder  .bottom-text,
.mc4wp_form_holder  .title,
.mc4wp_form_holder  .sub-title {
	display: none;
}

.mc4wp_form_holder  input[type="submit"] {
	font-family: 'ralewaybold' !important;
	color: #fff;
	background: #ee2e24;
	margin-bottom: 5px;
	display: block;
	border: none;
	border-radius: 5px;
	padding: 10px 15px;
	margin: 10px auto;
}

.mc4wp_form_holder  input {
	border-radius: 5px;
	padding: 8px 12px;
	border: solid 1px #959595;
	display: inline-block;
	width: 40%;
	margin: 10px;
}

.mc4wp_form_holder  .mc4wp-error {
	background: rgba(236, 0, 140, .7);
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	padding: 0 10px;
}

.mc4wp_form_holder  h2 {
	color: #fff;
	display: inline-block;
	background: rgba(0, 0, 0, .8);
	padding: 5px 25px;
	border-radius: 5px;
}

.mc4wp_form_holder  h2 .subtitle {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.mc4wp_form_holder  .mc4wp-success {
	background: rgba(236, 0, 140, .75);
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 16px;
}


/*footer*/

.footer-section {
	padding-top: 30px;
	padding-bottom: 25px;
	font-size: 13px;
	line-height: 22px;
}

.footer-section .title {
	color: #293B51;
	font-weight: 700;
}

.footer-section .title {
	color: #293B51;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}

.footer-section p {
	color: #293B51;
	margin-bottom: 20px;
}

.footer-section .footer-menu li.menu-item-has-children > a {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 7px;
	color: #394E66;
	font-weight: 700;
}

.footer-section .footer-menu {
	margin-bottom: 20px;
	list-style-type: none;
	padding-left: 0;
}

.footer-section .footer-menu ul {
	list-style-type: none;
	padding-left: 0;
}

.footer-section .footer-menu li a {
	color: #293B51;
}

.footer-section .menu-service-menu-container ul#menu-service-menu {
	columns: 2;
}

.footer-section .footer-menu li.menu-item-has-children:not(:first-child) {
	margin-top: 34px;
}

.footer-section .footer-menu li.menu-item-has-children:before {
	display: none;
	visibility: hidden;
}

.footer-section .footer-menu li,
.footer-section .footer-useful-links li,
.footer-section .footer-menu li.menu-item-has-children .sub-menu li {
	margin: 6px 0;
}

#footer-action-section img {
	float: right;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -25px;
}

.footer-section .highlighted-sentence {
	color: #ed1c24;
	margin-bottom: 40px;
}

.footer-section .copyright-text {
	color: #293B51;
	font-size: 14px;
	margin-bottom: 20px;
	display: inline-block;
}

.footer-section .copyright-text a {
	color: #293B51;
}

.footer-section .part-of {
	color: #293B51;
	margin-bottom: 25px;
}

.footer-section .part-of img {
	margin-left: 5px;
}

.footer-section .check-a-trade {
	max-width: 149px;
}

.footer-section .footer-logo {
	margin-bottom: 32px;
}

.footer-section .icon-holder {
	color: #63788F;
	margin-right: 11px;
	display: inline-block;
	width: 16px;
	height: 19px;
}

.footer-section .icon-map-pin,
.footer-section .icon-receiver {
	font-size: 22px;
}

.footer-section .icon-receiver {
	margin-top: -7px;
	font-size: 18px;
}

.footer-section .address,
.footer-section .phone {
	color: #394E66;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.footer-section .address,
.footer-section .phone a {
	margin-bottom: 10px;
	color: #293B51;
}

.footer-section .social-list {
	padding-left: 0;
	margin: 30px 0;
}

.footer-section .social-list li {
	display: inline-block;
	margin-right: 5px;
}

.footer-section .social-list li:last-child {
	margin-right: 0;
}

/* .footer-section .social-list li a { font-size: 14px; display: block; border-radius: 50%; width: 24px; height: 24px; background: #a0a0a0; color: #000000; text-align: center; padding-top: 4px; -webkit-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; }
.footer-section .social-list li a:hover.icon-facebook-icon { background: #3864a3; }
.footer-section .social-list li a:hover.icon-youtube { background: #de2b27; }
.footer-section .social-list li a:hover.icon-twitter-icon { background: #55acee; }
.footer-section .social-list li a:hover.icon-instagram { background: #d82A86; }
.footer-section .social-list li a:hover.icon-g-plus-icon { background: #df4b38; }
.footer-section .social-list li a:hover.icon-pinterest-icon { background: #bd081c; } */

.footer-section .social-list li a {
	display: block;
	width: 38px;
	border: 1px solid #63788F;
	border-radius: 50%;
	height: 38px;
	color: transparent;
	font-size: 0;
	position: relative;
}

.footer-section .social-list li a:before {
	font-size: 16px;
	color: #63788F;
	position: absolute;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.footer-section .social-list li a:hover,
.footer-section .social-list li a:focus {
	background: #1c4598;
	border-color: #1c4598;
}
.footer-section .social-list li a.icon-facebook-icon:hover,
.footer-section .social-list li a.icon-facebook-icon:focus {
	background: #3864a3;
	border-color: #3864a3;
}
.footer-section .social-list li a.icon-x-logo:hover,
.footer-section .social-list li a.icon-x-logo:focus {
	background: #000000;
	border-color: #000000;
}
.footer-section .social-list li a.icon-linkedin:hover,
.footer-section .social-list li a.icon-linkedin:focus {
	background: #1D6C95;
	border-color: #1D6C95;
}
.footer-section .social-list li a.icon-pinterest-icon:hover,
.footer-section .social-list li a.icon-pinterest-icon:focus {
	background: #bd081c;
	border-color: #bd081c;
}
.footer-section .social-list li a.icon-youtube-logo:hover,
.footer-section .social-list li a.icon-youtube-logo:focus {
	background: #de2b27;
	border-color: #de2b27;
}
.footer-section .social-list li a.icon-instagram-logo:hover,
.footer-section .social-list li a.icon-instagram-logo:focus {
	background: #d82A86;
	border-color: #d82A86;
}

.footer-section .social-list li a:hover:before,
.footer-section .social-list li a:focus:before {
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.footer-section .footer-phones {
	max-width: 225px;
	margin-top: 60px;
}

.footer-section .join-cta {
	border-radius: 5px;
	border: 1px solid #000;
	color: #000;
	padding: 10px 40px;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	margin: 30px 0 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.footer-section .join-cta:hover {
	border-color: #ed1c24;
	background: #ed1c24;
	color: #fff;
}

/*end footer*/

/* copyright */
#copyright {
	text-align: right;
	margin-top: 25px;
	color: #394E66;
	font-size: 14px;
}

#copyright > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

#copyright ul {
	margin-left: 5px;
	display: inline-block;
}

#copyright ul li {
	padding: 0 7px;
	display: inline-block;
	position: relative;
}

#copyright ul li:last-child {
	padding-right: 0
}

#copyright ul li:not(:first-child):before {
	content: '';
	width: 1px;
	height: 14px;
	background: #707070;
	position: absolute;
	left: 0;
	top: 3px;
}

#copyright p a {
	display: inline-block;
	float: right;
	margin-top: -4px;
}

/* end copyright */

.front.navigation {
	text-align: left;
	margin-bottom: 30px;
}

.wp-pagenavi a.page,
.wp-pagenavi .current {
	font-size: 15px;
	line-height: 2em;
	width: 2em;
	text-align: center;
	padding: 0px;
	box-shadow: none;
	transition: 0.3s;
	display: inline-block;
	border-radius: 5px;
	margin: 0 3px;
	text-decoration: none;
}

.wp-pagenavi a.page:hover,
.wp-pagenavi .current {
	color: #fff;
	background-color: #ed1c24;
	box-shadow: 0px 0px 0px 1px #ed1c24 inset;
}

a.nextpostslink,
a.previouspostslink {
	font-size: 0;
	display: inline-block;
}

a.nextpostslink:before,
a.previouspostslink:before {
	font-weight: bold;
	font-size: 15px;
	line-height: 2em;
	width: 2em;
	text-align: center;
	padding: 0px;
	box-shadow: none;
	transition: 0.3s;
	display: inline-block;
	border-radius: 5px;
	margin: 0 3px;
	text-decoration: none;
}

a.nextpostslink:before {
	content: "〉";
}

a.previouspostslink:before {
	content: "〈";
}

a.nextpostslink:hover:before,
a.previouspostslink:hover:before {
	color: #fff;
	background-color: #ee2e24;
	box-shadow: 0px 0px 0px 1px #ee2e24 inset;
}

/* Interactive map tooltips */

.map-tooltip {
	font-size: 16px;
}

.map-tooltip strong {
	font-size: 19px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: center !important;
}

#mapster_wrap_0 {
	width: 70%;
	display: block;
	margin: 5px auto;
}

.map-tooltip-container {
	border: 2px solid #4c4c4c;
	color: #ffffff;
	background: #4c4c4c;
	width: 200px;
	padding: 4px;
	margin: 4px;
	-moz-box-shadow: 3px 3px 5px #535353;
	-webkit-box-shadow: 3px 3px 5px #535353;
	box-shadow: 3px 3px 5px #535353
}


/* table */
table {
	background: #fff;
	margin-bottom: 1.25em;
	border: solid 1px #ddd;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(2n) {
	background: #f9f9f9;
}

table tr th,
table tr td {
	padding: 0.5625em 0.625em;
	font-size: 0.875em;
	color: #222;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td table tfoot tr td {
	display: table-cell;
	line-height: 1.125em;
}

.stripe-cta {
	background: #e9e5dc;
	padding: 18px 30px 15px 30px;
	border-radius: 5px;
	margin: 5px 0 20px 0;
}

.stripe-cta .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.stripe-cta .wrap p {
	margin: 0;
}

.stripe-cta .fill-cta {
	text-transform: uppercase;
	padding: 9px 33px;
}

.stripe-cta .fill-cta {
	text-transform: uppercase;
	padding: 9px 33px;
}

.fill-cta {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 14px 30px;
	line-height: 16px;
	background: #ed1c24;
	border-radius: 5px;
	border: 1px solid #ed1c24;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	font-weight: normal;
	box-shadow: none;
	margin: 0;
	outline: none;
}

.fill-cta:hover,
.fill-cta:focus {
	background: #fff;
	color: #ed1c24;
}

/*Acf Image Slider*/
.before_after_slider {
	position: relative;
	width: 100%;
	max-width: 600px;
}

.before_after_slider .color {
	position: relative;
}

.before_after_slider .black_white {
	position: absolute;
	top: 0;
}

.before_after_slider img {
	height: auto;
	max-width: none;
	cursor: pointer;
}

.color > img {
	width: 100%;
}

.black_white {
	overflow: hidden;
}

.loop-posts {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -11px;
}

.loop-posts > .post.front {
	width: 50%;
	padding-left: 11px;
	padding-right: 11px;
}

.loop-posts .navigation.front {
	width: 100%;
}


@media only screen and (max-width: 1199px) {
	.cta_container_holder.v2 {
		padding-right: 230px;
	}

	.cta_container_holder.v2 .trustpilot-widget {
		height: 45px;
		width: 200px;
	}

	.or {
		display: block;
		margin-top: 22px;
	}

	#callboxbg .callbox {
		padding: 15px 15px;
		width: 80%;
	}
}

@media only screen and (max-width: 1024px) {
	.awesome-weather-forecast {
		border: none !important;
	}

	a.cat-link,
	.weather {
		max-width: 32%;
		margin: 0.5%;
	}

	a.cat-link img {
		width: 100%;
	}

	a.cat-link .cat-title {
		line-height: 110%;
	}

	#banner-widget,
	#text-2.widget {
		background-position: center right;
		min-height: 215px;
	}

	.single.single-post iframe {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	#callboxbg {
		max-width: 60%;
		margin-bottom: 30px;
		;
	}

	/* Footer */
	#footer-action-section img {
		display: none;
	}
}


@media only screen and (max-width: 767px) {
	.default-check-price-form {
		width: 100%;
		height: 49px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	form.default-check-price-form .the-postfield-wrap {
		width: 50%;
	}

	.cta_container_holder .info_text {
		width: 100%;
	}

	body .btn-regular {
		padding: 11px 0;
	}

	.featured-element.half {
		height: 210px;
	}

	.cta_container_holder.v2 {
		background-image: url(./images/pest-control-fluid-mobile.png);
		background-position: center bottom;
		padding-right: 25px;
		padding-bottom: 165px;
	}

	.cta_container_holder.v2 .btn-regular {
		margin-left: auto;
		margin-right: auto;
		display: block;
		max-width: 280px;
	}

	.cta_container_holder.v2 .title,
	.cta_container_holder.v2 p,
	.cta_container_holder.v2 .sub-title {
		text-align: center;
	}

	.cta_container_holder.v2 .trustpilot-widget {
		margin-bottom: 25px;
		width: auto;
	}

	.footer-section .collapsing-header {
		position: relative;
	}

	.footer-section .collapsing-header:before,
	.footer-section .collapsing-header:after {
		content: '';
		display: block;
		background: #404040;
		height: 18px;
		width: 2px;
		position: absolute;
		right: 10px;
		top: 2px;
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
	}

	.footer-section .collapsing-header:after {
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.footer-section .collapsing-header.opened:before {
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.footer-section .collapsing-header.opened:after {
		opacity: 0;
		visibility: hidden;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.footer-section .collapsing-menu {
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
	}

	.footer-section .collapsing-menu.opened {
		max-height: 1000px;
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
	}

	.app-logos {
		display: flex;
		justify-content: center;
	}

	.app-logos > ul {
		max-width: 375px;
		justify-content: center;
		margin-right: -11px;
		margin-left: -11px;
	}

	.app-logos li {
		width: 33.33333333%;
		padding-right: 11px;
		padding-left: 11px;
	}

	.app-logos img {
		width: 100px;
	}

	#copyright {
		text-align: left;
	}

	#copyright ul {
		margin-top: 26px;
		margin-left: 0;
	}

	#copyright ul li:first-of-type {
		padding-left: 0;
	}

	/* Cookie plugin custom style */
	.cky-notice-btn-wrapper .cky-btn-accept {
		order: 1;
		margin-right: 0;
		margin-right: 0 !important;
	}

	.cky-notice-btn-wrapper .cky-btn-reject {
		order: 2 !important;
	}

	.cky-notice-btn-wrapper .cky-btn-customize {
		order: 3 !important;
	}

	/* /Cookie plugin custom style */

	.post-info {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		row-gap: 5px;
	}

	.post-info .item {
		margin: 0;
		display: flex;
		align-items: center;
	}

	.post-info > .item.author {
		order: 1;
	}

	.post-info > .item.published-date {
		order: 3;
	}

	.post-info > .item.update-date {
		order: 5;
	}

	.post-info > .item.category {
		order: 2;
	}

	.post-info > .item.views {
		order: 4;
	}

	
	.post-info > .item.category,
	.post-info > .item.views {
		justify-content: flex-end;
		width: 40%;
	}

	.post-info > .author,
	.post-info > .published-date,
	.post-info > .update-date  {
        justify-content: flex-start;
		width: 60%;
    }

	#sidebar {
		margin-top: 0;
	}

	#callboxbg {
		max-width: 100%;
	}

	#callboxbg .callbox {
		width: 65%;
		padding: 25px 30px;
	}

	.mc4wp_form_holder  input {
		width: 100%;
		margin: 0 0 10px;
	}

	.cat-top h1 {
		width: 80%;
	}

	.top-form #popup_subscribe .subscribe-popup-content {
		width: 320px !important;
	}

	.top-form #popup_subscribe .left-part {
		width: 100%;
		height: 150px;
		float: none;
		display: none;
	}

	.top-form #popup_subscribe .right-part {
		width: 100%;
		float: none;
		padding: 30px 15px 20px;
	}

	.top-form #popup_subscribe .right-part .sub-title {
		font-size: 14px;
		line-height: 16px;
	}

	.top-form #popup_subscribe {
		left: 0 !important;
	}

	.top-form #popup_subscribe .right-part .title {
		font-size: 16px;
		line-height: 18px;
	}

	.mobile-sidebar {
		display: none;
	}

	.mobile-sidebar .widget_search {
		list-style: none;
	}

	#sidebar .widget_monarchwidget .et_social_networks li {
		display: inline-block !important;
		width: 45% !important;
		margin: 2% !important;
		clear: none !important;
		float: none !important;
	}

	.single.single-post .su-table {
		overflow-x: auto;
	}

	.single.single-post .su-table td {
		padding: .5em .3em !important;
	}

	.loop-posts .post.front {
		width: 100%;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
}

@media only screen and (max-width: 680px) {
	.featured-area .col-sm-12 {
		padding: 0;
	}

	.featured-area .featured-element {
		width: 100% !important;
		border: none;
		border-bottom: 1px solid transparent;
	}
}

@media only screen and (max-width: 560px) {
	.cta_container_holder .title {
		font-size: 20px;
		line-height: 30px;
	}

	.cta_container_holder .sub-title,
	.cta_container_holder .info_text p {
		font-size: 14px;
	}

	.default-check-price-form {
		width: 240px;
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	form.default-check-price-form .the-postfield-wrap {
		width: 100%;
	}

	form.default-check-price-form .submit-wrapper-with-loader {
		margin: 15px 0 0 0;
		width: 100%;
		height: 49px;
	}

	form.default-check-price-form .submit-wrapper-with-loader input[type=submit] {
		width: 100%;
	}

	form.default-check-price-form .the-postfield {
		padding: 20px 15px 10px 24px;
		height: auto;
	}
}

@media only screen and (max-width: 320px) {
	a.cat-link .cat-title {
		font-size: 18px;
	}

	#callboxbg .callbox {
		width: 75%;
		padding: 15px 15px;
	}

	.app-logos > ul {
		margin-right: -4px;
		margin-left: -4px;
	}

	.app-logos li {
		padding-right: 4px;
		padding-left: 4px;
	}
}