/*
Theme Name: houses-gulf
Author: http://houses-gulf.com/
Version: 1
*/
html {
    box-sizing: border-box
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}
body {
    background: #fff;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 2
}
::selection {
    color: #fff;
    background: #0274be;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dt,
dd,
blockquote,
p {
    margin: 0;
    padding: 0;
}
dt {
    font-weight: bold;
}
a {
    color: #00539b;
    text-decoration: none;
}
a:active,
a:hover {
    outline-width: 0;
}
textarea:focus,
input:focus,
select:focus {
    outline: 0;
}
button {
    border: 0;
    -webkit-appearance: button;
    cursor: pointer;
}
embed,
iframe,
object {
    max-width: 100%;
}
/* Accessibility */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    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: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
/*GRID*/
.wrap {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}
.p-0 {
    padding: 0;
}
.p-16 {
    padding: 16px;
}
.m-0 {
    margin: 0;
}
.wrap:before,
.clear:before,
.clear:after,
.comment-list .comment:before,
.comment-list .comment:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.comment-list .comment:after {
    clear: both;
}
.wrap:after {
    clear: both;
    content: "";
    display: block;
}
/* Typograph */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.txtcenter {
    text-align: center;
}
h1,
h2,
h3,
.h3,
h4,
.h4,
h5,
h6,
.title,
.sub-title,
.post-author-bio a,
.social-share a {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    clear: both;
    font-weight: 700;
    line-height: 1.4;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.top-widget ul,
.top-widget ol,
.menu .sub-menu,
.unstyled {
    list-style: none;
}
.top-widget ul li,
.li-inline li {
    display: inline-block
}
.txt-lft {
    text-align: left;
}
.textwidget,
.menu a,
.widget-card-tit a {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: 700;
}
/* Menus */
.topbar {
    line-height: 40px;
}
.main-menu.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}
.menu a,
.cat-item a {
    font-size: inherit;
    position: relative;
    padding: 0 14px;
    color: #000;
    font-weight: 600;
    white-space: nowrap;
    display: block;
    text-decoration: none;
}
.menu li {
    position: relative;
}
.top-banner {
    text-align: left;
}
.p-15 {
    padding: 15px 0;
}
.main-navigation a {
    border-bottom: 1px solid rgb(0, 0, 0, .1);
    padding: 10px 15px;
}
.main-menu .wrap {
    padding: 8px 10px;
}
.main-menu .col-5{
    float: left;
    width: 73%;
}
.main-menu .col-8{
    width: 100%;
    float: right;
}

.top-widget,
.menu-topbar,
.main-navigation,
.sub-menu,
.scrollUp {
    display: none;
}
.menu-topbar.toggled-on,
.top-widget.toggled-on,
.widgets-area .search-wrap {
    display: block;
}
.mobile-btn {
    float: right;
    width: 20%;
}
.menu-toggle{
    padding: 7px 11px;
    border-radius: 6px;
}
.search-toggle {
    float: left;
}
.search-wrap.toggled-on,
.main-navigation.toggled-on,
.menu-items .sub-menu.toggled-on {
    display: block;
}
.topbar .top-menu-toggle{
    border-radius: 6px;
    margin-top: 8px;
    padding: 5px 13px;
}
.topbar .dropdown-toggle{
    border-radius: 6px;
    padding: 11px 20px;
    margin: 8px;
}
.menu-items {
    border-top: 1px solid rgb(0, 0, 0, .1);
}
.menu-topbar li{
    display: block;
    border-top: 1px solid rgb(0, 0, 0, .1);
}
.icon-angle-down {
    border: solid #5f6f81;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.main-menu ul ul a {
    padding-right: 30px;
    background-color: rgba(0, 0, 0, 0.02);
}
.main-menu ul ul ul a {
    padding-right: 50px;
    background-color: rgba(0, 0, 0, 0.04);
}
.dropdown-toggle {
    background: none;
    border-right: 1px solid rgb(0, 0, 0, .1);
    left: 0;
    position: absolute;
    top: 0;
    padding: 17px;
}
.dropdown-toggle.toggled-on .icon-angle-down {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}


.search-form {
    border: 0;
    line-height: normal;
    border-radius: 5px;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    color: inherit;
    background-color: #fff;
    width: 100%;
}
.search-input {
    border: none;
    border-radius: 0;
    padding: 4px 8px;
    -webkit-appearance: textfield;
    max-height: 52px;
    min-height: 40px;
    height: auto;
    width: 85%;
}
input[type=search]:focus {
    box-shadow: none;
    outline: 0;
    border: 0;
}
.search-submit:focus {
    border: none;
    outline: 0;
}
.search-submit {
    border-radius: 5px 0 0 5px;
    display: block;
    border: none;
    position: absolute;
    height: 100%;
    left: -1px;
    padding: 0;
    top: 0;
    font-size: 1.3em;
    width: 16%;
    line-height: 50px;
    overflow:hidden
}
.widgets-area .search-input{
    border: 1px solid #e0e0e0;
}
.widgets-area input[type=search]:focus {
    border: 1px solid #e0e0e0;
}
/**/
.service-box {
    width: 48%;
    float: right;
}
.service-box:nth-child(2n+1) {
    margin-left: 2.6%;
}
.service-box .icon {
    margin-bottom: 20px;
}
.service-box {
    background-color: #fff;
    margin-bottom: 15px;
}
.service-box:nth-child(2n) {
    margin-left: 0;
}
/**/
.breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 0;
    text-align: center;
}
.breadcrumb-trail,
.breadcrumb-trail a {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: 700;
}
.trail-items li::after {
    color: #3a3a3a;
    content: "\00bb";
    padding: 0 .3em;
}
.trail-items li:last-of-type::after {
    display: none
}
/* Post Formats */
.entry-header {
    padding-bottom: 20px;
    line-height: 1;
}
abbr[title] {
    border-bottom: 1px dotted;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
.post-content ul {
    list-style: square;
}
dd,
.entry-content ul,
.entry-content ol {
    margin-right: 20px;
}
.entry-content li>ul,
.entry-content li>ol {
    margin-bottom: 0;
}
.entry-title {
    margin-bottom: 6px;
}
.entry-meta {
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    font-weight: 500;
}
.entry-meta > span{
    margin-left: 10px;
}
.entry-meta svg{
    margin-left: 5px;
}
.post-thumbnail {
    margin-top: 15px;
}
.wp-caption {
    background: #fff;
    border: 1px solid #c8d7e1;
    text-align: center;
    max-width: 96%;
    padding: 5px 3px 10px
}
.wp-caption img {
    border: 0;
    height: auto;
    max-width: 98.5%;
    width: auto
}
.wp-caption p.wp-caption-text {
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}
table {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    width: 100%;
}
table {
    background-color: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px;
}
table>thead>tr>td,
table>thead>tr>th {
    border-bottom-width: 2px;
}
.wp-video,
video.wp-video-shortcode {
    width: 100%;
    height: 100%;
}
.wp-video,
video.wp-video-shortcode {
    max-width: 100%;
}
video.wp-video-shortcode {
    position: relative;
}
blockquote {
    background: #f3f6f8;
    border-right: 6px solid #3c596e;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}
.gallery-columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.gallery-columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.gallery-columns-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
.gallery-columns-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}
.gallery-columns-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
}
.gallery-columns-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
}
.gallery-columns-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
}
.gallery-columns-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0 0 0.5em;
}
.social-share {
    padding: 18px 16px;
}
.social-share a {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
    display: inline-block;
    padding: 5px 15px;
    margin: 0 5px 5px 0;
    border-radius: 5px;
    color: #fff;
}
.comments-area .subtitle,
.related-post .subtitle,
.about-author .subtitle,
.widgets-area .subtitle,
.footer-tags strong,
.social-share strong {
    padding: 0;
    display: block;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 14px;
    padding-bottom: 5px;
}
.tagcloud a,
.footer-tags a {
    display: inline-block;
    background: #2d2d2d;
    color: #fff;
    padding: 4px 11px;
    margin: 4px 3px;
    font-weight: 900;
    border-radius: 5px;
    font-size: 14px;
}
.social-share .facebook {
    background: #3B5998;
}
.social-share .twitter {
    background: #55ACEE;
}
.social-share .linkedin {
    background: #007bb5;
}
.social-share .whatsapp {
    background: #00b489;
}
.service-box:hover {
    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, .08);
}
/* Comments */
.subtitle {
    margin-bottom: 15px;
    padding: 15px 0;
}
.cards-wrap .subtitle {
    margin-bottom: 30px;
}
.comment-avatar {
    float: right;
    margin-left: 0.75em;
}
.comment-avatar img {
    border-radius: 50px;
}
.comment-block {
    line-height: 1.5;
    float: right;
    padding: 10px;
    background: #fbfbfb;
    color: #3d596e;
    border-radius: 10px;
}
.comment-date {
    font-size: 12px;
}
.comment-excerpt {
    font-size: 14px;
    margin-top: 5px;
}
.post-author-avatar .avatar {
    box-shadow: 0 1px 3px 1px #868686;
    border: 2px solid #fff;
}
.side-left,
.comment-list>.comment {
    overflow: hidden;
}
.comment-list .comment:last-child {
    border-bottom: 0;
}
.comments-box ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comments-box .children ol,
.comments-box .children {
    margin-right: 20px;
}
label {
    font-weight: 800;
}
.required {
    color: #f44336
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea {
    font-size: 20px;
    background: #fbfbfb;
    border: 1px solid #c8d7e1;
    border-radius: 25px;
    display: block;
    padding: 12px 30px;
    margin-bottom: 20px;
    width: 100%;
}
select {
    font-size: 15px;
    min-height: 30px;
    max-width: 25rem;
    -webkit-appearance: none;
    background: #fbfbfb url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 13px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #c8d7e1;
    padding: 8px 15px;
}
textarea {
    max-height: 160px;
}
.submit {
    border-radius: 25px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 15px;
    border: 0;
}
/**/
.card-lg .card {
    width: 30%;
    float: right;
    margin-right: 5%;
    margin-left: auto;
    border: 1px solid #c8d7e1;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    transition: all .1s ease-in-out;
}
.card-lg .card:nth-child(2n+1) {
    clear: none
}
.card-lg .card:nth-child(3n+1) {
    clear: right;
    margin-right: 0;
}
.card-lg .card-title {
    font-weight: 700;
    padding: 10px 5px;
    text-align: center;
    font-size: 13px;
    color: #333;
    line-height: 1.7;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    box-sizing: content-box;
}
.card-lg .card-img a {
    display: block;
    height: 100%;
    position: relative;
}
.card-lg .card-img img {
    max-height: 270px;
    width: 100%;
}
.card-lg .card-title a {
    color: inherit;
}
.more-details {
    background: rgba(0, 0, 0, .7);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    right: 25%;
    opacity: 0;
    padding: 3px 11px;
    position: absolute;
    left: 25%;
    text-align: center;
    text-shadow: 0 1px 0 rgb(0 0 0 / 60%);
    top: 35%;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}
.card-lg .card:hover {
    border-color: #5b9dd9;
    -webkit-box-shadow: 0 0 2px rgba(30, 140, 190, .8);
    box-shadow: 0 0 2px rgba(30, 140, 190, .8);
}
.card-lg .card:hover .more-details {
    opacity: 1;
}
.card-lg .card:hover .card-img img {
    opacity: 0.4;
}
.menu a:hover,
.cat-item a,
.menu a,
.card:hover .widget-card-tit a {
    color: #00539b;
}
.widgets-area ul,
.widgets-area ul ul {
    margin-right: 20px;
}
.cat-item a,
.widgets-area .menu a {
    padding: 0;
}
.post-author-avatar .avatar {
    border-radius: 50%;
}
.post-author-bio {
    font-size: 18px;
}
.img-link {
    display: block;
}
.top-widget li,
.img-link {
    margin-left: 1.33333em;
}
.widget-card img {
    border-radius: 3px;
    min-width: 80px;
}
.widget-card {
    display: flex;
    align-items: center;
    transition: 0.15s;
    border-top: 1px solid #c8d7e1;
    padding: 15px 0;
}
.widgets-area .widget-card:first-child,
.footer-block .widget-card:first-child {
    border-top: 0;
}
.img-link {
    float: right;
    clear: left;
}
.widget-card-tit {
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    line-height: 21px;
}
.widget-card-date {
    font-size: 12px;
    display: block;
}
.widget-card-tit a {
    color: #000;
}
/* STyles*/
.mt-30 {
    margin-top: 30px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mt-60 {
    margin-top: 30px;
}
.bg-white {
    background: #fff;
}
.social-follow li a {
    display: block;
    text-align: center;
    border: 1px solid #c8d7e1;
    width: 45px;
    height: 45px;
    line-height: 48px;
    border-radius: 50px;
    margin: 5px;
}
/**/
.not-found {
    color: #3d596e;
}
.not-found h1 {
    font-size: 110px;
}
.not-found h2 {
    margin: 30px 0;
}
.not-found .search-input {
    float: right;
}
.subtitle.divider {
    display: flex;
    align-items: center;
}
.divider:before,
.divider:after {
    content: "";
    flex: 1;
    height: 1px;
    margin: 0 1em;
    background: #c8d7e1;
}
.btn {
    padding: 5px 25px;
    border-radius: 6px;
}
.pagination .page-numbers {
    display: inline-block;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    margin: 0 3px;
    
}

.pagination .prev,
.pagination .next {
    float: left;
    text-align: left;
    padding: 0 1.5em;
    border-radius: 25px;
    width: auto;
    height: auto;
    line-height: revert;
}
.pagination .prev {
    float: right;
    text-align: right;
}
.load-more {
    padding: 7px 60px;
    font-size: 20px;
    font-weight: 800;
}
/* Footer */
.footer-block-horizontal {
    padding: 15px 10px;
}
.footer-block {
    margin: 25px 0 25px 11px;
    padding: 0 15px;
}
.footer-block ul {
    margin-right: 17px;
    list-style: square;
}
.footer-block .menu a {
    padding: 0;
}
.site-copyright {
    line-height: 55px;
}
.scrollUp {
    position: fixed;
    bottom: 47px;
    text-align: center;
    z-index: 99;
    right: 35px;
    width: 55px;
    height: 55px;
    line-height: 66px;
    border-radius: 50%;
}
.scrollUp.toggled-on {
    display: block;
}
@media only screen and (max-width: 480px) {
    .social-share strong {
        margin-bottom: 10px;
        display: block;
    }
   
    .hide-xs {
        display: none;
    }
    .site-branding {
        text-align: center;
    }
    .pagination .prev,
    .pagination .next {
        float: none;
        display: block;
        margin: 15px 0;
    }
    .card-lg .card {
        width: 100%;
    }
    .card-lg .card:nth-child(odd) {
        clear: right;
    }
    .card-lg .card:nth-child(2n) {
        clear: none;
        margin-right: 0;
    }
    .card-lg .card:nth-child(2n+1) {
        clear: right;
        margin-right: 0;
    }
}
@media only screen and (min-width: 738px) {
    .wrap {
        max-width: 1200px;
    }
    .col-4,
    .col-5,
    .col-8,
    .col-2 {
        float: right;
        min-height: 0.125rem;
    }
    .wrap {
        max-width: 1200px;
    }
    .col-2 {
        width: 50%;
    }
    .col-8 {
        width: 80%;
    }
    .service-box,
    .col-4 {
        width: 23%;
    }
    .col-5 {
        width: 20%;
    }
    .footer-copy {
        text-align: right;
    }
    .footer-by {
        text-align: left;
    }
    .comment-block {
        width: 92%;
    }
    .not-found .search-wrap {
        width: 50%;
        margin: 0 auto 15px auto;
    }
    .service-box:nth-child(2n),
    .service-box:nth-child(3n),
    .service-box:nth-child(2n+1) {
        margin-left: 2.6%;
    }
    .service-box:nth-child(4n) {
        margin-left: 0;
    }
}
@media only screen and (min-width: 992px) {
    .search-wrap {
        line-height: 59px;
    }
    .main-menu .col-8,
    .main-menu .col-5{
        width: auto;
    }
    .topbar .top-menu-toggle,
    .mobile-btn,
    .dropdown-toggle {
        display: none;
    }
    .top-widget, .menu-topbar, 
    .search-wrap,
    .main-navigation {
        display: block;
    }
    .main-menu .wrap,
    .main-navigation a {
        border-bottom: 0;
        padding: 0 14px;
    }
    .menu-items {
        border-top: 0;
    }
    .menu-items>li {
        line-height: 60px;
    }
    .menu-items>li,
    .menu-topbar li{
        display: inline-block;
    }
    .menu-items li.has-child>a:after {
        content: " ";
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-right: 5px;
        position: relative;
        top: -3px;
        right: 0;
    }
    .menu-items .sub-menu {
        border-top: 2px solid rgba(0, 0, 0, 0.17);
        line-height: 1.45;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 180px;
        padding-right: 0;
        border-radius: 2px;
        z-index: 9999;
    }
    .menu-items .sub-menu .has-child .sub-menu {
        right: 100%;
        top: 0;
    }
    .menu-items .sub-menu .has-child>a:after {
        position: absolute;
        top: 43%;
        left: 1em;
        right: auto;
        transform: rotate(137deg);
    }
    .menu-items>.sub-menu {
        -webkit-box-shadow: 0 20px 29px 0 rgba(0, 0, 0, .4);
        box-shadow: 0 20px 29px 0 rgba(0, 0, 0, .4);
        border: 1px solid #e5e5e5;
    }
    .menu-items .sub-menu {
        box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    }
    .menu-items .has-child:hover>.sub-menu {
        display: block;
    }
    .menu-items .sub-menu a {
        padding: 0.9em 1em;
        /**border-bottom: 1px solid #e5e5e5;**/
    }
    .content-right {
        float: right;
    }
    .side-left {
        float: left;
    }
    .post-author-avatar,
    .post-author-bio {
        float: right;
        clear: left;
        margin-left: 1.33333em;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input {
        font-size: 16px;
    }
}