em{font-style: italic;}
h1 {
    font-size: 34px;
    margin: 0 0 40px 0 !important;
    line-height: 40px;
}
h2{font-size: 28px;}
h3{font-size: 22px;}
h4{font-size: 16px;}
p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
}
a{
    color:#dda89b;
}

li.menu-item {
    text-transform: uppercase;
}
h6.site-slogan a {
    color: #dda89b;
}
.pageBannerHolder img
{
	width:100%;
}
.c-post.c-big-post .entry-footer .entry-footer-bottom .footer-elems {
    float: left;
    width: 50%;
    text-align: center;
    vertical-align: middle;
}
.padd-lg-b120 
{
	/*width:1170px;*/
}
.entry-content img {
    
}
/*.main-menu a { color:#9a4712;  }
.site-header .header-social li a { color:#9a4712;font-size: 24px; }
.site-header .header-options .fa { color:#9a4712; }
.footer-instagram .footer-instagram-title { color:#9a4712; }
.site-header .second-menu-icon i { background-color:#9a4712; }
.site-header .second-menu-icon i:before, .site-header .second-menu-icon i:after { background-color:#9a4712; }*/

.main-menu a { color:#2f2e2e; }
.site-header .header-social li a { color:#2f2e2e; font-size: 24px; }
.site-header .header-options .fa { color:#2f2e2e; }
.footer-instagram .footer-instagram-title { color:#2f2e2e; }
.site-header .second-menu-icon i { background-color:#2f2e2e; }
.site-header .second-menu-icon i:before, .site-header .second-menu-icon i:after { background-color:#2f2e2e; }

.bg-c-1 {
    background: #f6f6f6;
    background-image: url(../img/pattern.png);
}
.c-about-content p {
    font-size: 18px;
    line-height: 30px;
    color: #666;
}

.widget-main>p {
    /* line-height: 150px; */
    text-transform: uppercase;
    font-weight: 600;
    background: #fff;
}

section.c-widget.next.widget.widget_social {
    background: url(../img/world-map.png) #fff no-repeat 50% 50% / 100%;
    background-size: contain;
    min-height: 400px;
    border: 1px solid #000;
    padding-top: 100px;
    max-width: 100%;
    margin-top: 50px;
}

.c-post-author ul a {
    color: #c0c2c5;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}

.iframe-container {
    text-align: center;
    padding: 20px;
    background: #ffe4e4;
}

.c-about .c-about-footer a {
    font-size: 24px;
}

@media screen and (max-width: 600px) {

.site-title img {
    width: 160px;
}


.main-menu li:hover>.sub-menu{display:block}


}
@media screen and (max-width: 992px){
   .iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 
}