/*
	Theme Name: Shavua-Ashdod
	Theme URI: https://iwebsite.co.il/
	Author: Alexander Genfon
	Author URI: https://iwebsite.co.il/

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Icons
		- Objects
		- Gallery
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
		- Shrink
	- Site Navigation
		- Header Navigation
		- Primary Navigation
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Form validation
	- Woocommerce
	- Media Queries
		- Max-width: 1360px
		- Max-width: 1280px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 480px

*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #2e2f33
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

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

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
html {
    font-size: 16px;
}

body {
    background-color: #fff;
    color: #2e2f33;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #2e2f33;
    color: #fff;
}

::selection {
    background-color: #2e2f33;
    color: #fff;
}

a {
    color: #13afdf;
    text-decoration: none;
}

p {
    margin: 0 0 10px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

button {
    outline: none;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 15px;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.3333333333rem;
}

h3 {
    font-size: 1.1111111111rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.9444444444rem;
}

h6 {
    font-size: 0.8888888888rem;
}

/* Icons
--------------------------------------------- */

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
    margin-bottom: 20px;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery .gallery-item img {
    border: none;
    height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #2e2f33;
    font-size: 1rem;
    font-weight: 300;
    line-height: 38px;
    padding: 0 10px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

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

input ::-moz-placeholder {
    color: #a3a3a3;
}

input :-moz-placeholder {
    color: #a3a3a3;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.btn {
    background-color: #2e2f33;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    line-height: 38px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    outline: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
    background-color: #13afdf;
    color: #fff;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
    margin: 0 auto;
    max-width: 1280px;
}

.site-inner {
    background-color: #fff;
    clear: both;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
    float: right;
    padding: 30px 0;
    width: 880px;
}

.home .content {
    padding: 0;
}

.content-sidebar .content {
    float: left;
}

.full-width-content .content {
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* Column Classes
--------------------------------------------- */
.left{
	float: left;
}
.right{
	float: right;
}
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description {
    font-size: 24px;
}

.author-box {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.author-box-title {
    font-size: 1rem;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Titles
--------------------------------------------- */

.page-title {
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.entry-title {
    font-size: 2rem;
}

.content .entry-title a,
.sidebar .widget-title a {
    color: #2e2f33;
}

.entry-title a:hover,
.footer-widgets .featured-content .entry-title a:hover {
    color: #13afdf;
}

.widget-title {
    font-size: 1rem;
    margin-bottom: 20px;
}

.footer-widgets .widget-title {
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer-widgets .entry-title a,
.footer-widgets .featured-content .entry-title a {
    color: #fff;
}

/* WordPress
--------------------------------------------- */

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

a.alignnone {
    display: inline-block;
}

img.alignnone,
.alignnone {
    margin-bottom: 24px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-weight: 700;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.gallery-caption {
    margin: 0 0 10px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */
.header-adwertise-container {
    float: right;
    margin-top: 5px;
}
.widget {
    margin-bottom: 30px;
    word-wrap: break-word;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons li a {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.simple-social-icons li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

/*.site-header {*/
/*background-color: #fff;*/
/*left: 0;*/
/*position: fixed;*/
/*top: 0;*/
/*width: 100%;*/
/*z-index: 999;*/
/*}*/

.admin-bar .site-header {
    top: 32px;
}

.bumper {
    min-height: 80px;
}

.site-header > .wrap {
    min-height: 80px;
}

.site-header,
.site-header .wrap,
.site-description {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Title Area
--------------------------------------------- */

.site-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
}

.site-header .site-title a,
.site-header .site-title a:hover {
    color: #c2c2c2;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.header-image .site-title > a {
    float: left;
    min-height: 90px;
    width: 100%;
    margin: 5px 0;
}

.site-description {
    height: 0;
    text-indent: -9999px;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}

/* Widget Area in Header
--------------------------------------------- */

.site-header .widget-area {
    color: #000;
    float: right;
    text-align: right;
    margin: 5px 0;
}

.site-header .widget-area a,
.site-header .widget-area a:hover {
    color: #fff;
}

/* Shrink
--------------------------------------------- */

.site-header.shrink .wrap {
    background-color: rgba(255, 255, 255, 0.1);
    min-height: 60px;
    padding: 0 40px;
}

.shrink .site-title {
    font-size: 2rem;
}

.header-image .shrink .site-title {
    padding: 0;
}

.header-image .shrink .site-title > a {
    min-height: 60px;
}

.shrink .site-title a {
    background-size: 270px 60px !important;
}

.site-header.shrink .widget-area {
    padding-top: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    -webkit-font-smoothing: subpixel-antialiased;
    clear: both;
    font-size: 1rem;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu li a {
    color: #fff;
    display: block;
    padding: 0 15px;
    line-height: 40px
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item > a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.genesis-nav-menu .sub-menu {
    background-color: #13afdf;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 14px;
    padding: 20px;
    position: relative;
    width: 200px;
}

ul.genesis-nav-menu .sub-menu a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    color: #fff;
    float: right;
    list-style-type: none;
}

.genesis-nav-menu > .right > a {
    display: inline-block;
}

.genesis-nav-menu > .date {
    padding: 22px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}

.genesis-nav-menu > .search input[type="search"] {
    font-size: 14px;
    padding: 12px 24px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    position: relative;
    z-index: 98;
}

.nav-primary .genesis-nav-menu li .sub-menu,
.nav-primary {
    background-color: #2e2f33;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
    margin-bottom: 0px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #2e2f33;
    color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 20px;
}

.entry-categories,
.entry-tags {
    display: block;
    line-height: 1.25;
}

.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
    margin-right: 10px;
    vertical-align: top;
}

.entry-comments-link::before {
    content: "\f125";
    margin-left: 20px;
}

.entry-categories::before {
    content: "\f318";
}

.entry-tags::before {
    content: "\f323";
}

.entry-time::before {
    content: "\f145";
}

/* After Entry
--------------------------------------------- */

.after-entry {
    margin-bottom: 50px;
}

.after-entry li {
    list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #2e2f33;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #13afdf;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    border-left: 1px solid #e5e5e5;
    font-size: 1rem;
    margin-bottom: 0;
    padding: 30px 0;
}

.sidebar-content .sidebar {
    border: none;
    border-right: 1px solid #e5e5e5;
    text-align: right;
}

.sidebar li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    padding: 0 40px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #2e2f33;
    clear: both;
}

.footer-widgets,
.footer-widgets a {
    color: #959595;
}

.footer-widgets a:hover {
    color: #fff;
}

.footer-widgets input {
    border-color: #fff;
}

.footer-widgets li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 20%;
}

.footer-widgets-4 {
    width: 40%;
}

.footer-widgets-1,
.footer-widgets-2 {
    padding-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    float: left;
}

.footer-widgets-4 {
    float: right;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #2e2f33;
    font-size: 0.875rem;
    padding: 10px;
}

.site-footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.site-footer,
.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    color: #fff;
}

.site-footer p {
    margin-bottom: 0;
    text-align: center;
}

/* 404 page
---------------------------------------------------------------------------------------------------- */

.image-404 {
    text-align: center;
}

/* Form validation
---------------------------------------------------------------------------------------------------- */
.wpcf7 p {
    margin: 0;
}

span.wpcf7-not-valid-tip {
    background: #f8f8f8 none repeat scroll 0 0;
    border-radius: 5px;
    cursor: pointer;
    color: #f00;
    display: block;
    font-size: 15px !important;
    margin: 0 1%;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 98%;
    z-index: 99;
}

div.wpcf7-response-output {
    font-size: 14px;
    margin: 6px 0;
    padding: 0;
    z-index: 9;
    position: relative;
    background: #fff;
}

div.wpcf7 img.ajax-loader {
    border: medium none;
    margin-left: 4px;
    margin-top: 10px;
    position: absolute;
    right: 1%;
    vertical-align: middle;
}

span.wpcf7-form-control-wrap textarea {
    direction: rtl;
    text-align: right;
    max-height: 140px;
    max-width: 100%;
    min-height: 140px;
    min-width: 100%;
}

span.wpcf7-form-control-wrap {
    display: block;
    padding-bottom: 5px !important;
    position: relative;
}

.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}

/* Stuff
*/

.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#map {
    height: 300px;
}

.gallery-item-sizer,
.gallery-item {
    width: 33%;
}

.rectangle {
    height: 300px;
}

.clearfix {
}

.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.hide {
    opacity: 0;
    visibility: hidden;
}

/*
##############################################################################################
Woocommerce
##############################################################################################
*/

/* Woocommerce cart
--------------------------------------------- */

.mini-cart {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    position: relative;
    cursor: pointer;
    border: 1px solid #cecece;
}

.mini-cart .nav-dropdown {
    min-height: 116px;
}

.nav-dropdown {
    min-width: 270px;
    width: auto;
    background-color: #fff;
    position: absolute;
    top: 101%;
    right: 0;
    left: auto;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    border-color: #1DBFDD;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: opacity .2s, visibility 0.2s;
    -moz-transition: opacity .2s, visibility 0.2s;
    -ms-transition: opacity .2s, visibility 0.2s;
    -o-transition: opacity .2s, visibility 0.2s;
    transition: opacity .2s, visibility 0.2s;
    z-index: 99;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

.mini-cart:hover .nav-dropdown,
.nav-dropdown.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out visibility 0.2s;
    -moz-transition: opacity .2s ease-in-out visibility 0.2s;
    -ms-transition: opacity .2s ease-in-out visibility 0.2s;
    -o-transition: opacity .2s ease-in-out visibility 0.2s;
    transition: opacity .2s ease-in-out visibility 0.2s;
}

.shopping-cart-content {
    padding: 0 10px;
}

.mini-cart .cart-name {
    border-bottom: 1px solid #cdcdcd;
    font-size: 1.5rem;
    font-weight: 500 !important;
    line-height: 1.5rem;
    margin: 0 auto 15px;
    padding: 5px 0 10px;
    text-align: center;
    width: 100%;
    display: block;
}

.mini-cart .empty {
    margin: 0 0 5px;
}

.shopping-cart-content .total {
    margin: 10px auto;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    padding: 10px 0;
    font-size: 0.875rem;
}

.shopping-cart-content .buttons {
    margin: 0 0 0;
}

.shopping-cart-content .total strong {
    float: left;
    font-size: 0.875rem;
}

.mini-cart .shopping-cart-content .buttons a {
    width: 49% !important;
    font-size: 0.875rem;
    float: left !important;
    letter-spacing: 0;
    padding: 5px !important;
    background-color: #DD346E !important;
    border-radius: 0 !important;
    border: 1px solid #DD346E !important;
    color: #fff !important;
    line-height: 1 !important;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.shopping-cart-content .buttons a:first-child {
    margin-right: 2% !important;
}

/*
My account fields checkout
---------------------------------------------------------------------------------------------------- */

.woocommerce #customer_details.col2-set .col-1, .woocommerce-page #customer_details.col2-set .col-1,
.woocommerce #customer_details.col2-set .col-2, .woocommerce-page #customer_details.col2-set .col-2 {
    clear: both;
    float: none !important;
    width: 100% !important;
    margin-right: 0px !important;
    text-align: left;
    padding-bottom: 20px;
}

.one-third-billing {
    width: 33.33%;
    display: inline-block;
}

.address-width-class {
    width: 80%;
    display: inline-block;
}

.billing-no-class {
    width: 20%;
    display: inline-block;
}

.five-images-title {
    background-color: rgba(0, 0, 0, 0.3) !important;
    width: 90%;
    /* border: 1px solid; */
    display: block;
    padding: 7px;
    font-size: 1.2rem;
}
.five-photos-inner-container .author-date-container .date{
    margin-left: 8px;
}
.five-photos-inner-container{
    line-height: 0.9;
}
/*123*/
.menu-ul-container>li:nth-child(odd) .menu-subcontent .border-container{
    background-color: #efefef ;
}

.ajax-grid-two-columns h2 {
    min-height: 60px;
    margin-top: 5px;
}
section:not(.five-images-repeater) .five-photos-post-container img {
    width: 100%;
    height: 100%;
}
.five-photos-post-container img {
    position: absolute;
    transition: transform .3s ease, opacity .3s;
    -webkit-transition: -webkit-transform .3s ease, opacity .3s;
    transition-timing-function: ease !important;

}
.search-result-container .title-meta-container h2 {
    font-size: 1.1rem;
    margin: 0;
}

/*.author-name{*/
/*display: none !important;*/
/*}*/
/*.separator{*/
/*display: none !important;*/
/*}*/
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

    .wrap {
        max-width: 1140px;
    }

    .content {
        width: 740px;
    }
}

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

    .wrap {
        max-width: 960px;
    }

    .content {
        width: 620px;
    }

    .sidebar-primary {
        width: 300px;
    }

    .footer-widgets-1,
    .footer-widgets-2 {
        margin-right: 30px;
    }

    .footer-widgets-4 {
        width: 450px;
    }

}

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

    /*	.wrap {
            max-width: 782px;
        }
    */
    .content,
    .sidebar-primary {
        width: 100%;
    }

    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .site-header .wrap {
        padding: 0 10px;
    }

    .site-header.shrink .wrap {
        padding: 0px 5%;
    }

    .header-image .site-title > a {
        background-position: top !important;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 20px 16px;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .page-title .archive-title,
    .page-title .entry-title {
        font-size: 1.5rem;
    }

    .sidebar {
        border: none;
        margin: 0;
        padding: 0 0 30px;
    }

    .sidebar .widget {
        padding: 0;
    }

    .footer-widgets {
        padding-top: 40px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        margin-bottom: 20px;
        width: 200px;
    }

    .footer-widgets-4 {
        width: 100%;
    }

}

@media only screen and (max-width: 782px) {
    .sidebar-container{
        padding: 20px 0;
    }
    .ajax-grid-two-columns h2{
        min-height: auto;
    }
    .five-photos-post-container img {
        height: auto;
    }

    body {
        font-size: 16px;
    }

    .site-header .wrap {
        min-height: 56px;
    }

    .admin-bar .site-header {
        top: 46px;
        z-index: 499;
    }

    .responsive-menu {
        display: none;
    }

    #responsive-menu-icon {
        display: block;
    }

    .site-header .site-title {
        font-size: 40px;
    }

    .shrink .site-title {
        font-size: 24px;
    }

    .shrink .site-title a,
    .shrink .site-title a:hover {
        text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
    }

    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .site-header {
        padding: 0;
    }

    .archive-description,
    .author-box,
    .comment-respond,
    .content .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget {
        box-shadow: none;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 100%;
    }

    .five-sixths,
    .four-sixths,
    .home-widgets .featuredpost .entry,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .content,
    .footer-widgets {
        padding: 30px 0;
    }

    .sidebar {
        padding: 30px 0;
    }

    .contact-form-container {
        margin: 0 auto 0;
    }
}

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

    body {
        font-size: 14px;
    }

    .header-image .site-title > a {
        background-size: contain !important;
    }

    .header-image .bumper {
        min-height: 100px;
    }

}

.redbg {
    background: red;
}

.greenbg {
    background: green;
}

/*New styles*/
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: #111;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    color: #111;
    font-weight: 400;
    margin: 6px 0 6px 0;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
    color: #ef0000;
}

/*social section*/

/*service menu bgn*/
.service-menu-section {
    border-bottom: 1px solid #e9e9e9;
    border-top: 4px solid #ef0000;
    background-color: #f9f9f9;
}

.service-menu {
    display: block;
    float: left;
}

.service-menu li {
    display: inline-block;
}

.service-menu li a {
    color: #2f2f2f;
    margin-right: 16px;
    line-height: 27px;
    font-size: 0.688rem;
}

.service-menu li a:hover, .social-container a:hover {
    color: #ef0000;
}

/*service menu end*/
/*social links begin*/
.social-container {
    line-height: 27px;
    float: right;
    text-align: center;
}

.social-container a {
    color: #2f2f2f;
}

.social-container i {
    width: 22px;
    font-size: 0.88rem;
}

/*header*/
.title-area {
    width: 30%;
    float: left;
}

.title-area a {
    margin: 30px 0;
}

/*menu*/

.main-menu-nav {
    z-index: 1000000000000;
    top: 0;
    width: 100%;
    height: 55px;
    background-color: #303030;
    border-bottom: 5px solid #ef0000;
}

.main-menu-nav .menu-ul-container {
    position: relative;
}

.main-menu-nav .menu-item {
    float: left;
    line-height: 24px;
}

.main-menu-nav .menu-item a.title.title-cat {
    padding-right: 22px;
}

.main-menu-nav .menu-item .title > i {
    padding-left: 6px;
    font-size: 1rem;
    vertical-align: text-top;
}

.main-menu-nav li a.title {
    color: #efefef;
    font-size: 0.813rem;
    padding: 0 14px;
    line-height: 48px;
}

.main-menu-nav .menu-item:hover {
    background-color: #020000;
}

.main-menu-nav .menu-item .sub-menu {
    display: block;
    max-height: 0px;
    z-index: 200;
    overflow: hidden;
    visibility: hidden;

}

.main-menu-nav .item-category-parrent.hovered > .menu-subcontent,
.main-menu-nav .item-category-parrent:hover > .menu-subcontent,
.main-menu-nav .item-category-not_parrent:hover > .menu-subcontent ,
.main-menu-nav .item-category-not_parrent.hovered > .menu-subcontent {
    max-height: 700px;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    visibility: visible;

}

.main-menu-nav .menu-item.hovered  ul
.main-menu-nav .menu-item:hover ul {
    max-height: 700px;

    visibility: visible;
    -webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -o-transition: all linear .4s;
    transition: all linear .4s;

}

.main-menu-nav ul.sub-menu {
    position: absolute;
    top: 48px;
    border: 1px solid #EAEAEA;
    background: transparent;
    border-top: 5px solid transparent;
}

.main-menu-nav ul.sub-menu li {
    background-color: #fff;
}

.main-menu-nav ul.sub-menu li a {
    padding: 7px 30px;
    font-size: 12px;
    line-height: 20px;
    color: #111;
    display: block;
}

.main-menu-nav ul.sub-menu li a:hover {
    color: #ef0000;
}

.menu-subcontent {

    z-index: 200;
    overflow: hidden;
    position: absolute;
    max-height: 0px;
    width: 100%;
    visibility: hidden;
    left: 0;
    top: 50px;
    border: 1px solid #EAEAEA;
    background: transparent;
    border-top: 5px solid #ef0000;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;

    /*transition-delay: 2s;*/
}

.border-container {
    background: #fff;
    height: 100%;
}

.active-menu-item {
    background-color: #020000;
}

.menu-grid-item-container {
    display: inline-block;
    width: 19%;
    margin-left: 1%;
    float: left;
}

.border-container {
    padding: 22px 22px 10px 22px;
}

.thumbnail-container {
    position: relative;
    overflow: hidden;
}

.main-menu-nav .category-tab {
    bottom: 6px;
}

.category-tab {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 1;
    background-color: #222;
    color: #fff;
    margin-right: 5px;
    padding: 3px 6px 4px;
    display: block;
    bottom: 0;
}

.category-tab:hover {
    background-color: #ef0000;
}

.main-menu-nav .menu-grid-item-container h3 {
    font-weight: 600;
    font-size: 0.813rem;
    margin: 7px 0 0;
    line-height: 18px;
}

.main-menu-nav .menu-grid-item-container h3 a {
    color: #333;
    display: block;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;

}

.main-menu-nav .menu-grid-item-container h3 a:hover {
    color: #ef0000;
}

.item-category-parrent .border-container {
    padding-left: 0;
}

.main-menu-nav .prev-button {
    margin-left: 1%;
}

.navigation-arrows {
    clear: both;
}

.disabled-nav-button {
    opacity: .5;
}

.main-menu-nav .ajax-nav-btn:hover {
    background-color: #020000;
    color: #fff;
}

.ajax-nav-btn {
    display: inline-block;
    margin-right: 5px;

    margin-top: 15px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 13px;

    color: #b7b7b7;
    font-weight: bold;
    cursor: pointer;
}

.item-category-parrent .menu-grid-item-container {
    width: 24%;
}

.tabs-container {
    display: inline-block;
    width: 20%;
    float: left;
    background-color: #fafafa;
    position: relative;
}

.menu-content-container-outer {
    width: 80%;
    display: inline-block;
    float: left;
    padding-left: 22px;
}

.category-tab-menu {
    width: 100%;
    display: block;
    text-align: right;
}

.tabs-container::before {
    content: '';
    width: 99.5%;
    height: 22px;
    background-color: #fafafa;
    position: absolute;
    top: -22px;
    border-right: 1px solid #dcdcdc;
}

.tabs-container::after {
    content: '';
    width: 99.5%;
    height: 22px;
    background-color: #fafafa;
    position: absolute;
    top: 90%;
    border-right: 1px solid #dcdcdc;
    height: 212px;
}

.category-tab-menu {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 5px 22px;
    position: relative;
    vertical-align: middle;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.category-tab-menu:hover, .current-cat-tab {
    color: #ef0000;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
    border-right: 1px solid #fff;
}

.tabs-container .category-tab-menu:last-child {
    margin-bottom: 20px;
}

.hidden {
    display: none !important;
}

.five-photos-post-container {
    float: left;
    overflow: hidden;
}

.five-photos-inner-container {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.five-photos-post-container:hover .category-tag {
    background-color: #ef0000;
}

.category-tag:hover, .five-photos-inner-container .author-name {
    color: #fff;
}

.five-photos-inner-container .category-tag {
    font-family: 'Roboto', sans-serif;
    font-size: 0.625rem;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 3px 7px;
    line-height: 13px;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, .7);
}

.category-tag {
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 1;
    background-color: #222;
    color: #fff;
    margin-right: 5px;
    padding: 3px 6px 4px;
    display: block;
    vertical-align: top;

}

.five-images-big-image, .small-post-scroll-container {
    width: 49.75%;
    float: left;
    height: 418px;
    margin: 0.5% auto 0;
}

.five-images-big-image {
    margin-right: 0.25%
}

.small-post-scroll-container {
    margin-left: 0.25%
}

.five-photos-inner-container h2 a, .five-photos-inner-container h2 a:hover {
    color: #fff;
}

.five-images-big-image h2 a {
    font-size: 1.688rem;
    display: block;
}

.five-images-big-image .five-photos-inner-container {
    left: 20px;
    bottom: 20px;
}

.five-images-small-image .five-photos-inner-container {
    left: 15px;
}

.five-images-small-image {
    width: 49.5%;
    margin: 0;
    height: 205px;
}

.five-images-small-image:nth-child( even ) {
    margin-left: 1%;
}

.five-photos-post-container:first-child {
    margin-bottom: 1%;
}

.five-images-small-image:nth-child( 2 ) {
    margin-bottom: 1%;
}

.five-photos-inner-container .author-date-container {
    color: #FFF;
}

.author-date-container {
    font-size: 0.688rem;
    margin-bottom: 7px;
    line-height: 1;
    min-height: 17px;
    color: #aaa;
    display: inline-block;

}

/*five-photos section */
.five-photos-post-container {
    position: relative;
}

.five-photos-inner-container:hover + img {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(.02deg);
}

.five-photos-post-container:hover img {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(.02deg);
}



/**first-ajax-section*/
.first-ajax-section, .second-ajax-section {
    padding: 50px 0 0
}

.section-header {
    position: relative;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 26px;
    border-bottom: 2px solid #222;
}

.most-popular-section .section-header {
    border-color: #ef0000;
}

.three-post-from-category-section .section-header {
    border-color: #66bb6a;
}

.section-header h3 {
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 4px;
}

.categories-ajax-tabs {
    display: inline-block;
    float: right;
}

.categories-ajax-tabs .category-tag-ajax, .most-popular-all-tab, .open-drop {
    display: inline-block;
    line-height: 1;
    margin-left: 30px;
    font-size: 0.813rem;
    color: #777;
    cursor: pointer;
}

.category-tag-ajax {
    line-height: 2.5 !important;
}

.categories-ajax-inner {
    width: 50%;
    float: left;
}

.categories-ajax-inner .thumbnail-container {
    margin-bottom: 13px;
}

.thumbnail-container img {

    width: 100%;
}

.categories-ajax-big-block {
    padding-right: 24px;
}

.categories-ajax-big-block .thumbnail-container {
    height: 235px;
}

.categories-ajax-big-block h2 {
    font-size: 1.313rem;
    line-height: 25px;
    margin: 0 0 6px 0;
    color: #111;
}

.author-name {
    font-weight: bold;
    display: inline-block;
    color: #000;
}

.excerpt-container {
    font-size: 0.813rem;
    margin-top: 9px;
    color: #777;
}

.categories-ajax-small-block {
    margin-bottom: 15px;
}

.categories-ajax-small-block .thumbnail-container {
    height: 70px;
    display: inline-block;
    float: left;
}

.categories-ajax-small-block img {
    height: 100%;
    width: auto;
}

.categories-ajax-small-block .category-tab,
.categories-ajax-small-block .author-name,
.categories-ajax-small-block .separator,
.categories-ajax-small-block .excerpt-container {
    display: none;
}

.categories-ajax-small-block .date, .categories-ajax-small-block h2 {
    margin-left: 5px
}

.categories-ajax-small-block h2 {
    display: inline-block;
    float: left;
    font-size: 0.875rem;
    width: 59%;
}

.most-popular-inner {
    display: none;
}

.active-most-popular-container {
    display: block;
}

.subcat-dropdown {
    text-align: right;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.subcat-dropdown ul {
    visibility: hidden;
    list-style: none;
    padding: 6px 0 8px 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95);
    z-index: 999;
    border-width: 0 1px 1px 1px;
    border-color: #ededed;
    border-style: solid;
}

.most-popular-section .section-header a:hover {
    color: #ef0000;
}

.subcat-dropdown:hover ul {
    visibility: visible;
}

.most-popular-all-tab {
    margin-right: 80px;
    line-height: 2.5;
    position: absolute;
    right: 0px;
    z-index: 20000;
}

.subcat-dropdown .most-popular-category-tab {
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #777;
    white-space: nowrap;
    display: block;
    line-height: 26px;
    padding-left: 21px;
    padding-right: 15px;
}

.ajax-nav-btn:hover {
    background-color: #ef0000;
    color: #fff;
}

.most-popular-inner-block .thumbnail-container {
    width: 30%;
    display: inline-block;
    float: left;
}

.title-container {
    display: inline-block;
    margin-left: 15px;
    width: 65%;
}

.most-popular-inner-block .category-tab, .must-read-inner .category-tag {
    position: relative;
    display: inline-block;
}

.three-post-from-category-container .menu-grid-item-container {
    width: 32%;
    margin-left: 2%;
	min-height: 250px;
}

.three-post-from-category-container .menu-grid-item-container:nth-child(3n-2) {
    margin-left: 0;
}

.three-post-from-category-container .thumbnail-container img {
    height: 100%;
    max-width: none;
    width: auto;
    margin-left: -20px;
}

.five-post-from-category .section-header,
.three-post-from-category-container .section-header {
    border-color: #66bb6a;
}

.three-post-from-category-container .thumbnail-container:hover + h3 a,
.three-post-from-category-container h3 a:hover,
.five-post-from-category .thumbnail-container:hover + .title-container h2 a,
.five-post-from-category h2 a:hover {
    color: #66bb6a;
}

.three-post-from-category-container .thumbnail-container {
    height: 190px;
}

.three-post-from-category-container .ajax-nav-btn:hover,
.five-post-from-category .ajax-nav-btn:hover,
.three-post-from-category-container .category-tab:hover,
.five-post-from-category .category-tab:hover {
    background-color: #66bb6a;
}

.two-columns-section .categories-ajax-inner {
    width: 100%;
}

.blue-section .thumbnail-container:hover + h2 a, .blue-section h2 a:hover {
    color: #3f51b5 !important;
}

.blue-section .ajax-nav-btn:hover,
.blue-section .category-tab:hover {
    background-color: #3f51b5;
}

.blue-section .section-header {
    border-color: #3f51b5;
}

.pink-section .thumbnail-container:hover + h2 a,
.pink-section h2 a:hover {
    color: #e91e63 !important;
}

.pink-section .ajax-nav-btn:hover,
.pink-section .category-tab:hover {
    background-color: #e91e63;
}

.pink-section .section-header {
    border-color: #e91e63;
}

.gray-secction .categories-ajax-tabs .category-tag-ajax {
    border-color: #7f8fa9;
}

. .section-header {
    border-color: #7f8fa9;
}

.gray-secction .thumbnail-container:hover + h2 a,
.grey-section h2 a:hover {
    color: #7f8fa9;
}

.two-columns-section .categories-ajax-big-block {
    padding-right: 0;
}

.sidebar-container {
    position: relative;
}

.one-column-grid-inner .thumbnail-container {
    width: 30%;
    float: left;
}

.one-column-grid-inner .title-container .category-tab {
    position: relative;
    display: inline-block;
}

h2 {
    font-size: 1.375rem;
}

.one-column-grid-inner .title-container {
    width: 67%;
    float: left;
}

.one-column-grid-inner {
    padding-bottom: 40px;
}

.section-sidebar-post-from-one-category-container .categories-ajax-big-block {
    width: 100%;
}

.ajax-grid-two-columns {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.ajax-grid-two-columns .thumbnail-container img {
    height: 100%;
    width: 100%;
}

.ajax-grid-two-columns .thumbnail-container {
    height: 200px;
}

.must-read-inner {
    padding-bottom: 25px;
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 16px;
}

.sidebar-categories .cat-item a:hover {
    color: #ef0000;
}

.sidebar-categories .cat-item a {
    color: #111;
}

.sidebar-categories .cat-item {
    line-height: 30px;
    list-style: none;
    margin-left: 12px;
}

.before-footer {
    text-align: center;
    background-color: #222;
    padding-top: 54px;
    padding-bottom: 20px;
    color: #eaeaea;
    position: relative
}

.before-footer::before {
    opacity: .6;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center bottom;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
}

.footer-logo {
    margin-bottom: 20px;
}

.before-footer p {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.before-footer span {
    padding: 21px 0;
}

.footer-social-links a i {
    font-size: 14px;

    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, .03);
    position: relative;
}

.footer-social-links a:hover, .before-footer span a {
    color: #ef0000;
}

.footer-social-links a {
    color: #fff;
    display: inline-block;
    margin: 5px 10px 10px 0;
}

.breadcrumb {
    min-height: 35px;
    margin-bottom: 9px;
    padding-top: 21px;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 0.750rem;
    color: #c3c3c3;
    line-height: 18px;
    padding-bottom: 2px;
}

.breadcrumb a {
    color: #c3c3c3;
}

.white-category-tab:hover {
    color: #fff;
}

.white-category-tab {
    position: relative;
    display: inline-block;
    background-color: #fff;
    color: #222;
    border: 1px solid #eaeaea;
    padding: 3px 7px 4px 7px;
    float: left;
    margin-top: 13px;
}

.category-page-title h1 {
    text-transform: uppercase;
    font-size: 1.875rem;
    font-weight: 700;

}

.ajax-load-more-button:hover {
    background-color: #ef0000;
    color: #fff;
    border-color: #ef0000;
}

.ajax-load-more-button {

    margin: 25px auto;
    display: block;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    padding: 8px 10px;
    border: 1px solid #c9c9c9;
    text-align: center;
    vertical-align: middle;
    width: 115px;
    cursor: pointer;
    color: #a5a5a5;
}

.sk-cube-grid {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 12222;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #ef0000;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

blockquote p {
    font-family: 'Open Sans', arial, sans-serif;
    color: #777;
    font-size: 0.813rem;
    line-height: 21px;
    padding-bottom: 16px;
    margin: 0;
    text-transform: none;
}

blockquote {
    margin: 0 0 29px 0;
    background-color: #fcfcfc;
    border-left: 2px solid #ef0000;
    padding: 15px 23px 0 23px;
    position: relative;
    top: 6px;
    clear: both;
}

blockquote::before {
    display: none;
}

.post-content-inner h6 {
    font-size: 1rem;
    line-height: 24px;
    margin-top: 21px;
    margin-bottom: 11px;
}

.post-content-inner h5 {
    font-size: 1.063rem;
    line-height: 25px;
    margin-top: 21px;
    margin-bottom: 11px;
}

.post-content-inner h4 {
    font-size: 1.188rem;
    line-height: 29px;
    margin-top: 24px;
    margin-bottom: 14px;
}

.post-content-inner h3 {
    font-size: 1.375rem;
    line-height: 30px;
    margin-top: 27px;
    margin-bottom: 17px;
}

.post-content-inner h2 {
    font-size: 1.688rem;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.post-content-inner p {
    margin-bottom: 26px;
}

footer p {
    display: inline;
    float: left;
}

.footer-copyright {
    font-size: 0.788rem;
    line-height: 2;
}

footer .service-menu a {
    color: #fff;
    font-size: 0.788rem;
}

footer .service-menu {
    float: right;
}

.social-buttons {
    margin: 20px 0;
}

.social-buttons i {
    font-size: 0.875rem;
    line-height: 1.6;
}

.social-buttons a:hover {
    opacity: .8;

}

.social-buttons a {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.688rem;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 13px 8px 13px;
    margin-right: 10px;
    height: 40px;
    min-width: 40px;
    text-align: center;
}

.big-share-btn i {
    border-right: 1px solid rgba(255, 255, 255, .1);
    margin-right: 7px;
    padding-right: 10px;
}

.facebook-share-btn {
    background-color: #516eab;
}

.twitter-share-btn {
    background-color: #29c5f6;
}

.google-share-btn {
    background-color: #eb4026;
}

.pinterest-share-btn {
    background-color: #ca212a;
}

.single-post-thumbnail img {
    width: 100%;
}

.views-container i {
    margin-right: 5px;

}

.views-container {
    float: right;
    font-size: 0.75rem;
}

.single-post-section h1 {
    font-size: 2.563rem;
}

.category-tab-single {
    display: inline-block;
    position: relative;
}

.toggle-menu {
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    -ms-transition: ease-out 0.4s;
    -o-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    padding: 0;
    background-color: transparent !important;
    margin-top: 15px;
}

#sandwich {
    width: 34px;
    height: 23px;
    z-index: 99999;
    position: relative;
}

#sandwich span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#sandwich span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#sandwich span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#sandwich span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.site-container {
    position: relative;
}

.admin-bumper {
    width: 100%;
    height: 0px;
}

.toggle-menu {
    display: none;
}

.responsive-logo {
    display: none;
}

.search-background, .responsive-menu-background {
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: fixed;
    display: block;
    width: 100%;
    height: 113%;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(.79, .14, .15, .86);
    -moz-transition: all .5s cubic-bezier(.79, .14, .15, .86);
    -o-transition: all .5s cubic-bezier(.79, .14, .15, .86);
    transition: all .5s cubic-bezier(.79, .14, .15, .86);
}

.search-background {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
}

.responsive-menu-background {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
}

.responsive-menu-overlay {
    padding: 0;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 9999;
    transform: translate3d(-99%, 0, 0);
    -webkit-transform: translate3d(-99%, 0, 0);
    -moz-transform: translate3d(-99%, 0, 0);
    -ms-transform: translate3d(-99%, 0, 0);
    -o-transform: translate3d(-99%, 0, 0);
    overflow: hidden;
    visibility: visible;
    -webkit-transition: transform .5s cubic-bezier(.79, .14, .15, .86);
    -moz-transition: transform .5s cubic-bezier(.79, .14, .15, .86);
    -o-transition: transform .5s cubic-bezier(.79, .14, .15, .86);
    transition: transform .5s cubic-bezier(.79, .14, .15, .86);
}

.responsive-menu-overlay.active {
    height: auto;
    overflow: auto;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    left: 0;
    visibility: visible;
    -webkit-transition: transform .5s cubic-bezier(.79, .14, .15, .86);
    -moz-transition: transform .5s cubic-bezier(.79, .14, .15, .86);
    -o-transition: transform .5s cubic-bezier(.79, .14, .15, .86);
    transition: transform .5s cubic-bezier(.79, .14, .15, .86);
}

.search-background.active, .responsive-menu-background.active {

    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    visibility: visible;
}

.search-background::before, .responsive-menu-background::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    background: #000;
    /*background: rgba(69, 132, 112, 1);*/
    /*background: -moz-linear-gradient(top, rgba(69, 132, 112, 1) 0%, rgba(18, 129, 153, 1) 100%);*/
    /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(69, 132, 112, 1)), color-stop(100%, rgba(18, 129, 153, 1)));*/
    /*background: -webkit-linear-gradient(top, rgba(69, 132, 112, 1) 0%, rgba(18, 129, 153, 1) 100%);*/
    /*background: -o-linear-gradient(top, rgba(69, 132, 112, 1) 0%, @mobileu_gradient_two_mob 100%);*/
    /*background: -ms-linear-gradient(top, rgba(69, 132, 112, 1) 0%, rgba(18, 129, 153, 1) 100%);*/
    /*background: linear-gradient(to bottom, rgba(69, 132, 112, 1) 0%, rgba(18, 129, 153, 1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(69,132,112,1)', endColorstr='rgba(18,129,153,1)', GradientType=0);*/
}

.search-active {
    overflow-x: hidden;
    overflow-y: auto;
}

.search-active .site-container {
    position: fixed;
    transform: scale3d(.9, .9, .9);
    -webkit-transform: scale3d(.9, .9, .9);
    -moz-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    -o-transform: scale3d(.9, .9, .9);
    -webkit-box-shadow: 0 0 46px;
    -moz-box-shadow: 0 0 46px;
    box-shadow: 0 0 46px;

}

.site-container {
    margin: auto;
    width: 100%;
    -webkit-transition: transform .7s ease;
    -moz-transition: transform .7s ease;
    -o-transition: transform .7s ease;
    transition: transform .7s ease;
    -webkit-transform-origin: 50% 200px 0;
    -moz-transform-origin: 50% 200px 0;
    -o-transform-origin: 50% 200px 0;
    transform-origin: 50% 200px 0;
}

.responsive-menu-overlay {
    padding: 0;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 9999;
    visibility: hidden;
    transform: translate3d(-99%, 0, 0);
    -webkit-transform: translate3d(-99%, 0, 0);
    -moz-transform: translate3d(-99%, 0, 0);
    -ms-transform: translate3d(-99%, 0, 0);
    -o-transform: translate3d(-99%, 0, 0);
    left: -1%;

}

.search-overlay {
    padding: 0;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    text-align: center;
    z-index: 9999;
    visibility: hidden;
    color: #fff;
}

.search-overlay-container {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-backface-visibility: hidden;
    position: relative;
}

.search-overlay.active .search-overlay-container {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease .3s;
    -moz-transition: all .5s ease .3s;
    -o-transition: all .5s ease .3s;
    transition: all .5s ease .3s;
}

.search-title {
    margin-bottom: 30px;
}

.responsive-menu-overlay .social-container {
    position: absolute;
    left: 32px;
    top: 32px;
}

.responsive-menu-overlay .social-container i {
    border: none;
    background-color: transparent;
    font-size: 1rem;
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #fff;
}

.responsive-menu-overlay .social-container a:hover i {
    color: #e9ed6c;
}

.responsive-menu-overlay .social-container a {
    margin-right: 5px;
    display: inline-block;
}

.responsive-menu-overlay .search-container, .responsive-menu-overlay .responsive-logo, .responsive-menu-overlay .toggle-menu {
    display: none;
}

.responsive-menu-overlay .menu-item a:hover,
.responsive-menu-overlay .menu-item a:active {
    color: #e9ed6c;
}

.responsive-menu-overlay .menu-item {
    position: relative;
}

.responsive-menu-overlay .menu-item a {
    line-height: 21px;
    font-size: 1.313rem;
    color: #fff;
    margin-left: 0;
    padding: 12px 30px 12px 12px;
    font-weight: bold;
    display: block;
}

.responsive-menu-overlay .fa-angle-right {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: -4px;
    z-index: 1000;
    font-size: 30px;
    padding: 6px 12px;
    float: right;
    color: #fff;
    -webkit-transform-origin: 50% 48% 0;
    -moz-transform-origin: 50% 48% 0;
    -o-transform-origin: 50% 48% 0;
    transform-origin: 50% 48% 0;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}

.responsive-menu-overlay .open-submenu .fa-angle-right {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.responsive-menu-overlay .sub-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1);
    transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1);
}

.responsive-menu-overlay .sub-menu .item a:hover {
    background-color: transparent;
    border: none;

}

.responsive-menu-overlay .sub-menu .item a {
    border: none;
    text-align: left;
    padding: 9px 26px 9px 36px !important;
    line-height: 19px;
    font-size: 16px;
    font-weight: normal;
}

.responsive-menu-overlay .open-submenu .sub-menu {
    display: block;
    max-height: 2000px;
    opacity: .9;
}

.widget-area {
    margin-top: 0;
}

.admin-bumper {
    height: 0 !important;
}

.categories-tabs-dropdown {
    display: block;
}

.section-post-from-categories .categories-tabs-dropdown li {
    float: left;
}

.section-post-from-categories .categories-ajax-tabs .open-drop,
.section-post-from-categories .categories-ajax-tabs i {
    display: none;
}

@media only screen and (max-width: 1360px) {
    .five-images-big-image {
        height: 370px;
    }

    .five-images-small-image {
        height: 184px;
    }

    .categories-ajax-big-block .thumbnail-container {
        height: 220px;
    }
}

@media only screen and (max-width: 1220px) {
    .site-header .widget-area {
        width: 70%;
    }

    .five-images-small-image h2 {
        font-size: 0.9rem;
    }

    .five-images-small-image .author-date-container {
        display: none;
    }

    .five-images-big-image {
        height: 300px;
    }

    .five-images-small-image {
        height: 148px;
    }

    h2 {
        margin: 0;
    }

    .categories-ajax-big-block .thumbnail-container {
        height: 185px;
    }

    .three-post-from-category-container .thumbnail-container {
        height: 155px;
    }
}

@media only screen and (max-width: 1023px) {
    .ajax-grid-two-columns .thumbnail-container {
        height: 115px;
    }

    h2 {
        font-size: 1.063rem;
    }

    .one-column-grid-inner .thumbnail-container {
        width: 40%;
    }

    .one-column-grid-inner .title-container {
        width: 55%;
    }

    .most-popular-content-container h3 {
        font-size: 0.875rem;
    }

    .categories-ajax-big-block h2 {
        font-size: 1.063rem;
    }

    .most-popular-all-tab {
        margin-right: 60px;
    }

    .wrap {
        width: 740px;
        padding: 0;
    }

    .five-images-big-image {
        height: 241px;
    }

    .five-images-small-image {
        height: 120px;
    }

    .categories-ajax-big-block .thumbnail-container {
        height: 165px;
    }

    .most-popular-inner-block .thumbnail-container {
        width: 26%;
    }

    .five-images-big-image h2 a {
        font-size: 1rem;
    }

    .five-images-small-image h2 a {
        font-size: 0.8rem;
    }

    .categories-ajax-tabs .category-tag-ajax, .most-popular-all-tab, .open-drop {
        margin-left: 10px;
    }

    .categories-ajax-small-block h2 {
        width: 50%;
        font-size: 0.750rem;
    }

    .categories-ajax-big-block .thumbnail-container {
        height: 140px;
    }
}

@media only screen and (max-width: 785px) {
    .header-widget-area {
        padding: 10px 0;
    }
	
	.admin-bar .site-header{
		margin-top:0;
		
	}
	.site-header{
		    margin-top: 50px;
	}
	 .site-header .wrap {
        padding: 0 ;
    }
	.header-adwertise-container{
		float:none;
		width:100%
	}
    section:not(.five-images-repeater) .five-photos-post-container img {

        height: auto;
    }
    .sidebar-post-from-one-category-ajax {
        padding-bottom: 30px;
    }

    .categories-ajax-big-block h2 {
        font-size: 1.313rem;
    }

    .ajax-grid-two-columns {
        width: 100%;
    }

    .content {
        padding: 0;
    }

    .three-post-from-category-section {
        margin-bottom: 30px;
    }

    footer .service-menu {
        text-align: center;
        float: none;
    }

    footer p {
        width: 100%;
        display: block;
    }

    .two-last-news-category .five-images-big-image {
        margin: 0 0 1% 0;
    }

    .last-post-category-page {
        margin-bottom: 30px;
    }

    .excerpt-container {
        display: none;
    }

    .five-photos-inner-container {
        z-index: 200;
    }

    .two-last-news-category .five-images-big-image::before {

        bottom: 0;
        content: "";
        background-color: rgba(0, 0, 0, .1);
        opacity: .6;
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        -webkit-transition: background-color .3s ease;
        -moz-transition: background-color .3s ease;
        -o-transition: background-color .3s ease;
        transition: background-color .3s ease;
        z-index: 1;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .7) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .7)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .7) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .7) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .7) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    }

    .two-last-news-category .five-images-big-image {
        height: 220px;
        width: 100%;
        background-color: #e5e5e5;
    }

    .two-last-news-category .wrap {
        padding: 0;

    }

    .must-read-inner {
        padding: 0;
    }

    .ajax-grid-two-columns .thumbnail-container img {
        display: block;
    }

    .ajax-grid-two-columns .thumbnail-container {
        height: auto;
    }

    .one-column-grid-inner .title-container {
        width: 68%;
    }

    h2 {
        font-size: 1.375rem;
        margin-bottom: 5px;
    }

    .one-column-grid-inner .thumbnail-container {
        width: 27%;
    }

    .most-popular-inner-block {
        margin-bottom: 15px;
    }

    .most-popular-inner-block .thumbnail-container img {
        height: 100%;
    }

    .most-popular-inner-block .thumbnail-container {
        width: 80px;
        height: 80px;
    }

    .most-popular-content-container h3 {
        font-size: 1.375rem
    }

    .five-post-from-category-container .excerpt-container {
        display: none;
    }

    .fixed-sidebar {
        position: relative !important;
        top: auto !important;
        width: auto !important;
    }

    .most-popular-all-tab {
        margin-right: 90px;
    }

    .two-columns-section .first-column-of-section, .two-columns-section .second-column-of-section {
        margin: 30px 0;
    }

    .categories-ajax-small-block .author-date-container {
        width: 55%;
        float: left;
    }

    .three-post-from-category-container .menu-grid-item-container {
        width: 100%;
        margin: 0;
    }

    .small-post-scroll-container {
        width: 100%;
        height: auto;
        margin: 0;
        overflow-x: auto;
        white-space: nowrap;
        font-size: 0;
        overflow-y: hidden;
        padding-top: 3px;
        z-index: 0;
        -webkit-overflow-scrolling: touch;
        transform: translate3d(0, 0, 0);
    }

    .five-images-repeater .five-images-big-image img {
        position: relative;
        width: 100%;
        display: block;
    }

    .five-images-repeater .five-images-big-image {
        width: 100%;
        float: none;
        height: auto;
        margin: 0;
    }

    .five-images-repeater .five-images-small-image {
        display: inline-block;
        white-space: normal;
        float: none;
        vertical-align: top;
        width: 50%;
        height: 200px;
    }

    .responsive-logo {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .toggle-menu {
        display: inline-block;
    }

    .service-menu-section {
        display: none;
    }

    .title-area {
        display: none;
    }

    .main-menu-nav {
        position: absolute;
        width: 100%;
        top: 0
    }

    .title-area {
        width: 100%;
    }

    .site-header .widget-area {
        width: 100%;
    }

    .menu-ul-container {
        display: none;
    }

    .widget-area {
        margin-top: 53px;
    }

    .five-images-repeater .wrap {
        padding: 0;
    }

    .categories-ajax-big-block .thumbnail-container {
        height: auto;
    }

    .categories-ajax-big-block .thumbnail-container img {
        display: block;
    }

    .categories-ajax-big-block {
        width: 100%;
        padding: 0;
    }

    .wrap {
        width: auto;
        max-width: 960px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .categories-ajax-small-block {
        width: 100%;
    }

    .categories-ajax-small-block h2 {
        font-size: 0.875rem;
    }

    .excerpt-container {
        float: left;
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
    .search-result-container .title-meta-container h2{
        font-size: 0.85rem;
        margin-left: 5px;
    }
    .categories-ajax-tabs {
        text-align: right;
        line-height: 30px;
        position: absolute;
        right: 0;
        z-index: 20;
        top: 0;
    }

    .categories-tabs-dropdown {
        list-style: none;
        padding: 6px 0 8px 0;
        background-color: #fff;
        background-color: rgba(255, 255, 255, .95);
        z-index: 999;
        border-width: 0 1px 1px 1px;
        border-color: #ededed;
        border-style: solid;
    }

    .section-post-from-categories .categories-tabs-dropdown li {
        float: none;
    }

    .section-post-from-categories .categories-ajax-tabs .open-drop,
    .section-post-from-categories .categories-ajax-tabs i {
        display: inline-block;
    }

    .search-results .container-with-fixed-sidebar {
        padding: 0;
    }

    .social-buttons a span {
        display: none;
    }

    .big-share-btn i {
        margin: 0;
        padding: 0;
    }

    .five-photos-post-container img {
        max-width: 130%;
    }

    .ajax-grid-two-columns h2 {
        font-size: 1.313rem;
    }

    .one-column-grid-inner .title-container {
        width: 55%;
    }

    .one-column-grid-inner .thumbnail-container {
        width: 100px;
    }

    h2 {
        font-size: 0.875rem;
    }

    .most-popular-content-container h3 {
        font-size: 1.063rem;
    }

    .five-images-repeater .five-images-small-image {
        height: 150px;
    }
}

@media only screen and (max-width: 380px) {
    .responsive-menu-overlay .social-container i {
        width: 20px;
        font-size: 0.8rem;
    }
}
@media only screen and (max-width: 350px) {
    .separator-copyright{
        display: none;
    }
    .copyright-second-row{
        display: block;
        line-height: 1.4;
    }
}