html{

}

body{

}

.container{

}

html, body{
    /*overflow-x: hidden;*/
}
input, textarea, select, input[type=submit], button[type=submit]{
    font-family: inherit;
    padding: 10px 20px;
}
input, textarea, select{
    background: #fff;
    border: 1px solid #ddd;
    color: #777;
}

h1, h2, h3, h4, h5, h6{

}


a:hover{
    text-decoration: none;
}
a:active{
    text-decoration: none;    
}
a:focus{
    text-decoration: none;
    outline: none;    
    font-family: inherit;
    color: inherit;
}
a:visited{
    text-decoration: none;    
}


iframe, object, embed{
	max-width: 100%;
}

img.alignright {float: right; margin: 0 0 1em 1em}
img.alignleft {float: left; margin: 0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float: right; }
.alignleft {float: left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}


ul{

}

ul li{

}

.entry-content img{
    display: block;
    max-width: 100%;
    height: auto;
}

.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{
/*    color: inherit;*/
}

.entry-content .single-post-image img{
    width: 100%;
}

.entry-content .share-post{
    font-size: 2em;
}

.entry-content .comments #url, .entry-content .comments label[for=url]{
    display: none;
}

.entry-content .comments #respond h3, .entry-content .comments h3#comments{
    margin-bottom: 15px;
}

.entry-content .comments input, .entry-content .comments textarea{
    width: 100%;
}

.entry-content .comments ul{
    list-style: none;
}

.margin-top-bottom{
    margin-top: .9375rem;
    margin-bottom: .9375rem;
}

.padding-top-bottom{
    padding-top: .9375rem;
    padding-bottom: .9375rem;
}

.no-margin-top{
    margin-top: 0!important;
}

.no-margin-bottom{
    margin-bottom: 0!important;
}

.no-padding-top{
    padding-top: 0!important;
}

.no-padding-right{
    padding-right: 0!important;
}

.no-padding-bottom{
    padding-bottom: 0!important;
}

.no-padding-left{
    padding-left: 0!important;
}

.preheader-section{
    padding-top: .4688rem;
    padding-bottom: .4688rem;
    font-size: 1em;
}

.webflat-btn{
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    margin-bottom: 6px;
}

.webflat-pagebuilder-section{

}

.webflat-social-media-code .social-media-code-align-left{
    text-align: left;
}

.webflat-social-media-code .social-media-code-align-right{
    text-align: right;
}

.webflat-social-media-code .social-media-code-align-center{
    text-align: center;
}

.webflat-social-media-code .social-media-code-align-center .twitter-timeline{
    display: block;
    margin: 0 auto;
}

.webflat-social-media-code .fb_iframe_widget, .webflat-social-media-code .fb_iframe_widget span, .webflat-social-media-code .fb_iframe_widget span iframe[style] {
    max-width: 100% !important;
}

.webflat-googlemaps .webflat-googlemap-object{
    width: 100%;
}

.webflat-googlemaps .webflat-googlemap-object img{
    max-width: none!important;
    background: none!important;
}

.webflat-slider .bx-wrapper{
    margin-bottom: 0;
}

.webflat-slider .bx-wrapper .bx-viewport{
    box-shadow: none;
    border: none;
    left: 0;
    background: none;
}

.bxslider, .bxslider-carousel{
    padding: 0;
    margin: 0;
    display: none;
}

.bxslider li, .bxslider-carousel li{
    padding: 0;
    margin: 0;
}

.bxslider li img, .bxslider-carousel li img{
    width: 100%;
    height: auto;
}

.gform_wrapper input, .gform_wrapper textarea{
    width: 100%!important;
    padding: 10px 20px!important;
}

.gform_button{
    border: none;
}

.btn-page-scroll{
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    border: 1px solid #FFFFFF;
    display: none;
    z-index: 9999;
    background-image: url('../img/page-scroll-arrow.png');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
}


.webflat-2-columns iframe, .webflat-2-columns object, .webflat-2-columns embed{
    width: 100%;
}
.webflat-3-columns iframe, .webflat-3-columns object, .webflat-3-columns embed{
    width: 100%;
}

.webflat-photo-gallery .photo{
    margin: 15px 0;
}

.webflat-photo-gallery .photo img{
    width:100%;
    height: auto; 
}

.webflat-photo-gallery .photo .magnify-wrapper .magnify{
    position: absolute;
    display: none;
    width: 40px;
    height:auto;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

.webflat-photo-gallery .photo:hover .magnify-wrapper .magnify{
    display: block;
}

.webflat-photo-gallery .photo:hover .img{
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -ms-filter: brightness(50%);
    -o-filter: brightness(50%);
    filter: brightness(50%);  
}

.webflat-photo-gallery-preview .photo{
    margin: 0;
    padding: 0;
}

/*Magnific Popup*/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.preheader-section a{
    color: inherit;
}

.preheader-section .fa{
    padding-left: 5px;
}

.footer-section a{
    color: inherit;
}

.footer-section .footer-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section .footer-menu li{
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 5px 0;
    margin: 5px 0;
    border-bottom: 1px solid;
}

.footer-section .footer-menu li:last-child{
    border-bottom: 0;
}

.footer-section .footer-menu .sub-menu{
    padding-left: 15px;
}

.footer-section .footer-menu .sub-menu li{
    border: none;
}

.footer-section #mc_embed_signup input[type=text]{
    color: #222;
    background: #fff;
}

.footer-section #mc_embed_signup input[type=email]{
    color: #222;
    background: #fff;
}

.footer-section input#mc-embedded-subscribe{
    margin-top: 10px;
}

.footer-section #mc_embed_signup input{
    width: 100%;
}

.footer-section #mc_embed_signup h2{
    font-size: 1.5em;
}


.after-footer-section{
    padding-top: .4688rem;
    padding-bottom: .4688rem;
    font-size: 0.8em;
}

.after-footer-section a{
    color: inherit; 
}

.after-footer-section a:hover{
    color: inherit; 
}



.toggle-webflat-mobile-menu{
    font-size: 2em;
}

.webflat-mobile-menu, .webflat-mobile-menu li .sub-menu{
    list-style: none;  
    padding: 0;
    margin: 0;
}

.webflat-mobile-menu{
    display: none;
    margin-top: 15px;
}

.webflat-mobile-menu a{
    display: block;
    width: 100%;
    padding: 7.5px 10px;
    border-radius: 0!important;
}

.webflat-mobile-menu li{
    padding: 0;
    margin: 0;
}

.webflat-mobile-menu li .sub-menu a{
    padding-left: 22.5px;
}

.logo-wrapper img{
    max-height: 120px;
}

.webflat-desktop-menu{
    list-style: none;  
    padding: 0;
    margin: 0;
    float: right;
}

.webflat-desktop-menu li{
    display: inline-block;
    float: left;
}

.webflat-desktop-menu li a{
    display: block;
    padding: 7.5px 10px;
    border-radius: 0!important;
}

.webflat-desktop-menu li .dropdown-menu li a{
    min-width: 160px;
}

.webflat-desktop-menu .dropdown-menu{
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    background: none;
}

.webflat-post-categories{
    list-style: none;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0;
    padding: 0;
}
.webflat-post-categories .webflat-post-category{
    display: inline-block;
}

.webflat-post-categories .webflat-post-category:after{
    content: '|';
    padding: 0px 5px;
    margin: 0px 5px;
    color: inherit;
}

.webflat-post-categories .webflat-post-category:last-child:after{
    content: initial;
}

.post-item-column .post-item-wrapper{
    padding: 64px 15px; 
}

.post-item-column .post-item-wrapper h2{
    font-size: 1.5em;
    font-weight: normal;
    color: #fff;
    height: 26px;
    overflow: hidden;
    margin-top: 15px;
}
.post-item-column .post-item-wrapper .post-date{
    font-weight: lighter;
    color: #fff;
    height: 24px;
    overflow: hidden;
}

#respond input[name=submit]{
    width: auto;
}

@media (min-width: 400px) {

}

@media (min-width: 768px) {
    .post-item-column.number-1 .post-item-wrapper, .post-item-column.number-4 .post-item-wrapper, .post-item-column.number-5 .post-item-wrapper{
        padding-top: 11.250rem;
        padding-bottom: 11.250rem;
    }  
}

@media (min-width: 992px) {

    .margin-top-bottom{
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
    }

    .padding-top-bottom{
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }

    .post-item-column.number-1 .post-item-wrapper, .post-item-column.number-4 .post-item-wrapper, .post-item-column.number-5 .post-item-wrapper{
        padding-top: 12.1875rem;
        padding-bottom: 12.1875rem;
    }  
}

@media (min-width: 1200px) {

    .margin-top-bottom{
        margin-top: 2.8125rem;
        margin-bottom: 2.8125rem;
    }

    .padding-top-bottom{
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
    }


    .post-item-column.number-1 .post-item-wrapper, .post-item-column.number-4 .post-item-wrapper, .post-item-column.number-5 .post-item-wrapper{
        padding-top: 13.1250rem;
        padding-bottom: 13.1250rem;
    }  


}