/*
	Theme name: Fantastic Cleaners Blog
*/

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

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

body { color: #484848; font-family: 'ralewayregular'; background:#fff;  }

h1, h2, h3, h4, h5, h6 { color: #46a856!important; 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; }

a { color: #46a856; }

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

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

/*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: #0d6394; -webkit-box-shadow: inset 2px 0 0 0px #0d6394; -moz-box-shadow: inset 2px 0 0 0px #0d6394; box-shadow: inset 2px 0 0 0px #0d6394; }
.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: #46a856; height: 4px; margin-bottom: 5px; }
.menutoggle span:last-child { margin: 0; }
.menu-holder { width: 200px; }

.header-upper-link { background:  #46a856; padding: 14px 0; }
.header-upper-link a { font-size: 13px; color: #fff; }
.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; }


.main-header { padding-top:11px; padding-bottom:11px; }
.main-header .main-nav { margin-top: 17px; }
.main-nav { list-style: none; margin: 0; padding: 0; text-align: right; font-size: 0; }
.main-nav li { display: inline-block; position: relative; }
.main-nav li a { display: block; margin-top: -1; text-decoration: none; line-height: 22px; font-size: 15px; box-shadow: none; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; font-style: normal; text-transform: uppercase; color:#484848; padding: 10px 20px; border-radius: 5px; }
.main-nav li a:hover, .main-nav li.current-menu-item a { background-color: #46a856; color: white; }
.main-nav li:after { content: ""; display: block; height: 20px; width: 1px; background: #484848; position: absolute; right: -1px; top: 50%; margin-top: -10px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.main-nav li:hover:after, .main-nav li:last-child:after, .main-nav li.current-menu-item:after { content: none; }
.main-nav .sub-menu { display: none; padding: 0; margin: 0; position: absolute; width: 100%; text-align: center; background-color: rgba(0, 170, 79, .95); border-top: 1px solid #00aa4f; }
.main-nav li.menu-item-has-children>a:after { display: inline-block; content: ""; height: 10px; width: 10px; background: url('images/sub-menu.png') no-repeat center center; background-size: 100%; margin-left: 8px; }
.main-nav li.menu-item-has-children>a:hover:after, .main-nav li.menu-item-has-children.current-menu-item>a:after { background: url('images/sub-menu-w.png') no-repeat center center; background-size: 100%; }
.main-nav.sub-items { position: relative; height: 0; }
.main-nav .sub-menu a { color: #fff; background: none; text-transform: capitalize; border-radius: 0; }
.main-nav .sub-menu a:hover, .main-nav .sub-menu li.current-menu-item a { background:#c3db36; }
.head-wrap { z-index: 998; position: relative; }
.head-wrap .logo { display: inline-block; } 
.head-wrap.fixed { position:fixed; top: -60px; width: 100%; left: 0; background-color: #ffffff; background: rgba(255,255,255,0.9); z-index: 999; box-shadow: 0 2px 2px -2px rgba(0,0,0,0.1); -webkit-transition: 0.3s; transition: 0.3s; }
.head-wrap.fixed .logo { max-width: 140px; }
.head-wrap.fixed .main-header { padding-top: 9px; padding-bottom: 9px; }
.head-wrap.fixed .main-header .main-nav { margin-top: 0; }
#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 img { max-width: 100%; display: block; height: auto; -webkit-transition:0.5s ; transition:0.5s ; }
.featured-element.half { width: 50%; }
.featured-element.third { width: 33.33%; }
.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: #f50; 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*/

/*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; }
.post-info a { color: inherit; }
.post-info a:hover { color: #f94448; text-decoration: none; }
.entry .more-link { background:#f94448; 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: #f50; }
.entry .more-link i { display: inline-block; vertical-align: middle; margin: 0 5px 2px 0; }
.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: #f94448; }
.archive .post.front { width: 49%; float: left; border: none; }
.archive .post.front:nth-child(even) { margin-right: 2%; }

.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%; }
.comment-form textarea, .comment-form input, .comment-form select { border-radius: 5px; padding: 8px 12px; border: solid 1px #959595; }

.page404 h1 { color: #f94448; }
.page404 h2 { margin-bottom: 30px; }
.page404 { padding: 30px 15px 100px; }
.page404 a { color: #f94448; }
.page404 a:hover { text-decoration: underline; color: #f94448; }

.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: #f94448; }
.navigation-bottom .next { float: right; font-size: 16px; color: #f94448; } 

.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; text-align: center; 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 { margin: 10px 0; }

/*sidebar*/
#sidebar { margin-top: 50px; }
#sidebar>ul>.widget { margin-bottom: 30px; } 
#sidebar>ul>.widget:after {content: ''; display:block; clear:both;}
#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; }

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/contact-us-background.jpg'); 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; }
#banner-widget, #text-2.widget .offer-title { font-family: 'ralewaybold' !important; font-size: 19px; line-height: 22px; /*text-transform: uppercase;*/ background: rgba(70, 167, 86, 0.7); text-align: center; padding: 3px;}
#banner-widget, #text-2.widget .offer-title .block { display: block; }
#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: #46A756; transition: 0.3s; border-radius: 5px; border: none; }
#banner-widget, #text-2.widget .contact-us:hover { background-color: #f50; 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 .offer-description { color: #fff; text-shadow: 2px 1px 0px #000; font-weight: bold; }

.floated-weather-widget { display: none; }
.widget .floated-weather-widget { display: initial; }
.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; }
#searchform { margin: 0; }
.widget_search { border: 2px solid #f7f5f3; padding: 15px; border-radius: 5px; }
.widget_search .wrapper { position: relative; overflow: hidden; border-radius: 5px; }
.widget_search label { display: block; font-size: 22px; font-weight: normal; }
.widget_search input { width: 100%; }
.widget_search #s { background-color: #eae7e0; color: #484848; box-shadow: none; border: none; padding: 10px 45px 10px 10px; }
.widget_search #searchform i { background: #46a856; border: none; color: #fff; position: absolute; right: 0; top: 0; bottom: 0; width: 42px; line-height: 41px; text-align: center; margin: 0; }
#searchsubmit { position: absolute; right: 0; top: 0; bottom: 0; width: 42px; z-index: 9; border: none; background: none; font-size: 0; }
::-webkit-input-placeholder { color: #484848; }
::-moz-placeholder { color: #484848; }
:-ms-input-placeholder { color: #484848; }
:-moz-placeholder { color: #484848; }
/*end sidebar*/

/*** Caption ***/
div.alignleft, div.alignnone { float: left; margin: 20px 10px -6px 0; }
div.aligncenter { margin: 0 auto; }
div.alignright { float: right; margin: 20px 0 -6px 10px; }
div.alignright .wp-caption-text { text-align: right; padding-right: 15px;}
.wp-caption {width:auto!important;}
.wp-caption-text { margin-top:5px; font-size:12px;}
/*** /Caption ***/

/*** 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: absolute; top: 0px; left: 0px; background-color: rgba(0,0,0, 0.6); width: 100%; }
.top-form .popup > *:not(.overlay) { position: fixed; top: 330px; left: 50%; transform: translate(-50%, -50%); background-color: white; }
.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: 5px !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: 800px !important; padding: 0 !important; background: url('images/contact-us-background.jpg') center center no-repeat; background-size: cover;}
.top-form #popup_subscribe .left-part { width: 320px; float: right; height: 480px; }
.top-form #popup_subscribe .right-part { width: 480px; float: left; height: 480px; padding: 50px 45px 40px; }
.top-form #popup_subscribe .right-part .righ-part-heading { background: #46A756; padding: 5px;}
.top-form #popup_subscribe .right-part .title { color: #fff; font-size: 28px; line-height: 30px; display: block; text-align: center; font-family: 'ralewayregular'; /*margin-bottom: 17px;*/ }
.top-form #popup_subscribe .right-part .sub-title { color: #000; /*text-shadow: 3px 1px 1px #fff;*/ font-size: 18px; /*display: block;*/ line-height: 28px; text-align: left; 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; }
.top-form #popup_subscribe .right-part .close-input:hover { text-decoration:underline; }

.top-form #popup_subscribe.popup .content input { float: left; margin-bottom: 17px; border-color: #959595; width: 80%;}
.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: #46A756; margin-bottom: 5px; }

.top-form #popup_subscribe #mc4wp-first-name { margin-top: 30px; margin-right: 2%; }  
.top-form #popup_subscribe #mc4wp-last-name { margin-left: 0; }  
.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; }

.posts-form { text-align: center; background:url('images/contact-us-background.jpg') center 90%; background-size: cover; border-radius: 5px; padding: 10px 15px 20px; -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg);}
.posts-form .bottom-text, .posts-form .title, .posts-form .sub-title { display: none; }
.posts-form .posts-form-content { width: 50%; }
.posts-form .posts-form-content input[type="submit"] {  font-family: 'ralewaybold' !important; color: #fff; background: #46A756; margin-bottom: 5px; display: block; border: none; border-radius: 5px; padding: 10px 15px; margin: 10px 40%; }
.posts-form .posts-form-content input { border-radius: 5px; padding: 8px 12px; border: solid 1px #959595; display: block; width: 60%; margin: 10px 40%;}
.posts-form .posts-form-content .mc4wp-error { background: rgba(236, 0, 140, .7); color: #fff; border-radius: 5px; display: inline-block; padding: 0 10px; }
.posts-form .posts-form-content h2 { color: #fff!important; display: inline-block; background: rgba(70,167,86,0.6);; padding: 5px 10px; border-radius: 5px; -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg);}
.posts-form .posts-form-content h2 .subtitle { display: block; font-size: 14px; font-weight: bold; color: #000;}
.posts-form .posts-form-content .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; }
.posts-form .posts-form-content h2, .posts-form form { -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }


/*comments*/
.nocomments { display: none; }

/*footer*/
.footer-wrap { background:#555; color: #fff; font-size: 13px; padding: 10px 0; }
.footer-wrap .member object { vertical-align: middle; }
.footer-wrap p { margin: 0; }
.footer-wrap .copyright { margin-bottom: 5px; }
.footer-nav { list-style: none; margin:0; padding: 0; text-align: right; }
.footer-nav li { display: inline-block; }
.footer-nav li a { color: #fff; border-right: 1px solid #fff; padding: 0 13px; }
.footer-nav li:last-child a { border: none; }
/*end footer*/

.front.navigation { text-align: right; 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: #46a856; box-shadow: 0px 0px 0px 1px #46a856 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: #46a856; box-shadow: 0px 0px 0px 1px #46a856 inset; }

@media only screen and (max-width: 1024px) {
    .awesome-weather-forecast { border: none!important; }
    .footer-wrap, .footer-nav { text-align: center; }
    .footer-nav { margin-top: 15px; }
    .footer-nav li { margin-bottom: 10px; }
    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; }
}

@media only screen and (max-width: 768px) {
    #sidebar { margin-top: 0; }
    .posts-form input { width: 100%; margin: 0 0 10px; }
    .cat-top h1 { width: 80%; }
    .top-form  #popup_subscribe .subscribe-popup-content { width: 420px !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; }    

    .posts-form .posts-form-content { width: 100%; }
}

@media only screen and (max-width: 680px) {
    .top-form  #popup_subscribe .subscribe-popup-content { width: 320px !important; background-position: 65% center}
    .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: 320px) {
    a.cat-link .cat-title { font-size: 18px; }

    .posts-form { background-position: 65% 90%; }
}