/* =WordPress Core
-------------------------------------------------------------- */
.alignnone,
.aligncenter,
.alignleft {
    margin-top: 5px;
    margin-bottom: 10px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignleft {
    float: left;
    margin-right: 20px;
}

/* =WordPress Fixes
-------------------------------------------------------------- */

img {
	height: auto;
}

/* Fix footer ULs */


.site-footer ul ul {
	margin: 0;
	padding: 0;
}


.site-footer ul li li {
	list-style: none;
}

/* Sidebar first child */


.sidebar > ul > li:first-of-type .widget-title {
    margin-top: 0;
}

/* Fix blog style 2 categories */

.post.style-2 header .post-meta a {
	display: inline-block;
}

/* Fix tagcloud */

.tagcloud a {
	font-size: 12px !important;
}

/* Fix Blog comments */

.form-submit #submit {
	display: none;
}

/* Sidebar fix */

.sidebar > ul ,
.sidebar .widget-container > ul {
	list-style: none;
	padding: 0;
}

/* Search widget fix */

#searchform label {
	display: none;
}

/* Fix footer navigation */

.site-footer .sub-menu {
	display: none;
}

.site-footer .menu li.current-menu-ancestor a {
	background: none;
}

/* Fix copyright footer */

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

/* Fix list with button and headings */

h3 + p + .list, h4 + p + .list {
	margin: 30px 0 20px 0;
}

/* Fix heading spacing */

.legacy .site-header + .container {
	margin-top: 60px;
}

/* Search page */

.search-posts {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.search-posts h2 {
	border-bottom: 1px solid #ebebeb;
	color: #474747;
	font-size: 16px;
	margin-top: 7px;
	padding-top: 13px;
	padding-bottom: 13px;
	text-transform: none;

	transition: color .2s;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
}

.search-posts i {
	margin-right: 18px;
}

/* Fix row */

section {
	background-size: cover;
	position: relative;
}

/* Fix tabs */

/* Fix pricing table last item */

.pricing-table ul > li:last-of-type {
    border: none;
}

/* Fix positon left statement */

/* Calendar */

#wp-calendar {
    max-width: 100%;
    width: 100%;
}

#wp-calendar caption {
    margin-bottom: 15px;
}

#wp-calendar tbody tr {
    border-top: 1px solid #e5e5e5;
}

#wp-calendar th,
#wp-calendar td {
    text-align: center;
}

#wp-calendar th {
    font-weight: 300;
    padding: 6px 7px;
}

#wp-calendar td {
    padding: 7px;
}

#wp-calendar td a {
    display: block;
    height: 100%;
    color: #fff;
    margin: -6px;
    padding: 6px;
    transition: background-color .2s;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
}

#wp-calendar tfoot {
    display: none;
}

@media (max-width: 400px) {
    #wp-calendar td,
    #wp-calendar th,
    #wp-calendar td a {
        padding-left: 3px;
        padding-right: 3px;
    }
    #wp-calendar td a {
        margin-left: -3px;
        margin-right: -3px;
    }
}

/* Fixed menu when logged in */

/* Revolution slider */

body .tp-bullets.simplebullets.round .bullet {
    background: none;
    border: 3px solid #FFF;
    border-radius: 100%;
    display: block;
    float: left;
    height: 12px;
    margin: 0 2px;
    width: 12px;
    transition: border .2s;
}

body .tp-leftarrow.default,
body .tp-rightarrow.default {
    background: none;
    font-family: "fontAwesome";
    font-size: 37px;
    transition: color .2s;
}

body .tp-leftarrow.default:after {
    content: "\f053";
}

body .tp-rightarrow.default:after {
    content: "\f054";
}

.posts img {
    height: auto;
}

/* Fix contact form */

.contact-form  .error {
    border: 1px solid #D82E21 !important;
}

.contact-form  .success {
    border: 1px solid #5CBB34 !important;
}

.gallery {
    margin-left: -15px;
    margin-right: -15px;
}

.gallery article.post header {
    border: none;
}

.post.style-3 header img {
    max-width: 100%;
}
/* NO SIDEBAR BLOG PADDING*/
.post.style-2 h1 {
    font-size: 31px;
    margin-top: 0;
}

.col-md-12 > ol li + li,
.col-md-12 > ul ul,
.col-md-12 > ol ol,
.col-md-12 > ul li + li {
    margin-top: 13px;
}

ul.posts li + li,
ul.isotope li.isotope-item {
    margin-top: 0;
}

.isotope img {
    height: auto;
}

/* LayerSlider no margin */

.rtl .owlprev i,
.rtl .owlnext i {
    transform: scale(-1);
}

.rtl .site-footer.style-4 .menu-item a::before {
    transform: translateY(-50%) scale(-1);
}

.rtl .owl-prev::before,
.rtl .owl-next::before {
    transform: translate(50%, -50%) scale(-1);
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
