/*
	Theme Name: Aura
	Theme URI: https://themeforest.net/user/Webbu/portfolio
    Author URI: https://themeforest.net/user/Webbu
	Description: Aura Mobile Theme by Webbu
	Version: 2.0
	Author: Webbu (@webbudesign)
	Tags: light
    Text Domain: aura
	
	License: Themeforest Split Licence
	License URI: -
*/
/*------------------------------------*\ MISC \*------------------------------------*/
::selection{
    background:#04A4CC;
    color:#FFF;
    text-shadow:none
}
::-webkit-selection{
    background:#04A4CC;
    color:#FFF;
    text-shadow:none
}
::-moz-selection{
    background:#04A4CC;
    color:#FFF;
    text-shadow:none
}
::-webkit-scrollbar {
    display: none;
}
html, body{
    margin:0;
    padding:0;
    width:100%;
    overflow-x:hidden
}
body{
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 21px;
    padding: 13px;
}
button{
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 21px;
    padding: 13px;
}
input, button {
    border-radius: 10px;
    border-color: #d5d5d5!important;
}
#maincontent,body{
    background-color:#f7f7f7;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 400;
}
a {
    font-size: 13px;
    line-height: 21px;
}
h1 {
    font-size: 27px;
    line-height: 42px;
    margin-bottom: 21px;
}
.title {
    font-size: 34px;
    line-height: 52px;
    margin-bottom: 21px;
}
h2 {
    font-size: 21px;
    line-height: 33px;
    margin-top: 34px;
    margin-bottom: 13px;
}
h3 {
    font-size: 17px;
    line-height: 27px;
    margin-top: 21px;
    margin-bottom: 8px;
}
h4 {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 5px;
}
p, ul, ol, blockquote, pre, .alert, .note, .box, .footnotes {
    margin-bottom: 21px;
}
ul, ol {
    margin-left: 20px;
    padding-left: 0;
}
ul.aligncenter, ol.aligncenter {
    list-style: none!important;
}
li {
    margin-bottom: 8px;
}
blockquote {
    padding-left: 13px;
    border-style: solid;
    border-color: rgba(0,0,0,0.15);
    border-width: 0 0 0 5px;
}
.wp-block-pullquote blockquote p {
    font-size: 28px;
    line-height: 1.6;
}
sub, sup {
    padding: 0 1px;
}
code, pre, kbd {
    font-size: 13px;
}
code {
    background-color: rgba(0,0,0,0.08);
    padding: 2px 3px;
    border-radius: 5px;
    margin: 0 1px;
}
pre {
    padding: 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.15);
    border-width: 0 0 0 5px;
}
kbd {
    background-color: #fff;
    padding: 2px 3px;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.45);
    margin: 0 1px;
}
.alert, .note, .box {
    padding: 13px;
}
.footnotes {
    font-size: 10px;
    line-height: 17px;
    padding-top: 13px;
    border-top: 1px dotted rgba(0,0,0,0.15);
}
.footnotes p {
    margin-bottom: 13px;
}
ul ul, ul ol, ol ul, ol ol, blockquote.right p, blockquote.left p, .alert :last-child, .note :last-child, .box :last-child, .footnotes :last-child {
    margin-bottom: 0;
}
/*------------------------------------*\ OVERLAY MENU \*------------------------------------*/
.aura-menu-icon{
    width:190px;
    height:190px
}
.aura-menu-icon i{
    font-size: 72px;
}
.aura-menu-icon i.icon{
    font-size: 55px;
}
.aura-menu-bgclass{
    background-size: 120px auto;
}
.aura-menu-icon{
    display: block;
}

.aura-menu-bgclass{
    background-position:center center;
    background-repeat:no-repeat;
    margin-left:auto;
    margin-right:auto;
}


.admin-bar #auranavwrapper, .admin-bar #auratoolbar {
    top: 32px;
}

@media (max-width: 1199px) {
    .auracontainer {
        width: auto;
        padding: 0px;
    }
}
@media (min-width:1024px){
    .aurawrapper{
        width:1024px;
        margin-right:auto;
        margin-left:auto;
    }
    .aura-menu-icon{
        width:140px;
        height:140px
    }
    .aura-menu-icon i{
        font-size: 65px;
    }
    .aura-menu-icon i.icon{
        font-size: 50px;
    }
    .aura-menu-bgclass{
        background-size: 100px auto;
        width: 80px;
        min-height: 85px;
    }
}
@media (max-width:1024px){
    .aura-menu-icon{
        width:140px;
        height:140px
    }
    .aura-menu-icon i{
        font-size: 65px;
    }
    .aura-menu-bgclass{
        background-size: 90px auto;
        width: 80px;
        min-height: 85px;
    }
}
@media (max-width:980px){
    .aura-menu-icon{
        width:140px;
        height:140px
    }
    .aura-menu-icon i{
        font-size: 65px;
    }
    .aura-menu-icon i.icon {
        font-size: 55px;
    }
    .aura-menu-bgclass{
        background-size: 90px auto;
        width: 80px;
        min-height: 85px;
    }
}
/* For ipad landscape */
@media (max-width:768px){
    .admin-bar #auranavwrapper, .admin-bar #auratoolbar {
        top: 46px;
    }
    .aura-menu-icon{
        width:100px;
        height:100px
    }
    .aura-menu-icon i{
        font-size: 50px;
    }
    .aura-menu-icon i.icon{
        font-size: 40px;
    }
    .aura-menu-bgclass{
        background-size: 80px auto;
        width: 80px;
        min-height: 85px;
    }
}
@media (max-width:720px){
    .aura-menu-icon{
        width:100px;
        height:100px
    }
    .aura-menu-icon i{
        font-size: 50px;
    }
    .aura-menu-bgclass{
        background-size: 80px auto;
        width: 75px;
        min-height: 75px;
    }
}
/* For Samsung galaxy s3 landscape */
@media (max-width:640px){
    .aura-menu-icon{
        width:100px;
        height:100px
    }
    .aura-menu-icon i{
        font-size: 50px;
    }
    .aura-menu-bgclass{
        background-size: 80px auto;
        width: 65px;
        min-height: 65px;
    }
}
@media (max-width:598px){
    .aura-menu-icon{
        width:90px;
        height:90px
    }
    .aura-menu-icon i{
        font-size: 45px;
    }
    .aura-menu-icon i.icon{
        font-size: 35px;
    }
    .aura-menu-bgclass{
        background-size: 65px auto;
        width: 45px;
        min-height: 45px;
    }
}
@media (max-width:592px){
    .aura-menu-icon{
        width:90px;
        height:90px
    }
    .aura-menu-icon i{
        font-size: 45px;
    }
    .aura-menu-bgclass{
        background-size: 65px auto;
        width: 45px;
        min-height: 45px;
    }
}
/* For iphone 5 landscape */
@media (max-width:568px){
    .aura-menu-icon{
        width:90px;
        height:90px
    }
    .aura-menu-icon i{
        font-size: 45px;
    }
    .aura-menu-bgclass{
        background-size: 65px auto;
        width: 45px;
        min-height: 45px;
    }
}
/* galaxy s2 landscape */
@media (max-width:533px){
    .aura-menu-icon{
        width:90px;
        height:90px
    }
    .aura-menu-icon i{
        font-size: 45px;
    }
    .aura-menu-bgclass{
        background-size: 65px auto;
        width: 45px;
        min-height: 45px;
    }
}
@media (max-width:520px){
    .aura-menu-icon{
        width:90px;
        height:90px
    }
    .aura-menu-icon i{
        font-size: 45px;
    }
    .aura-menu-bgclass{
        background-size: 65px auto;
        width: 45px;
        min-height: 45px;
    }
}
@media (max-width:480px){
    .aura-menu-icon,.auraoverlay ul li a{
        width:80px;
        height:80px
    }
    .aura-menu-icon i{
        font-size: 40px;
    }
    .aura-menu-icon i.icon{
        font-size: 30px;
    }
    .aura-menu-bgclass{
        background-size: 55px auto;
        width: 45px;
        min-height: 45px;
    }
}
/*Galaxy Note */
@media (max-width:400px){
    .aura-menu-icon{
        width:70px;
        height:70px
    }
    .aura-menu-icon i{
        font-size: 35px;
    }
    .aura-menu-icon i.icon{
        font-size: 25px;
    }
    .aura-menu-bgclass{
        background-size: 55px auto;
        width: 45px;
        min-height: 45px;
    }
}
@media (max-width:360px){
    .aura-menu-icon{
        width:70px;
        height:70px
    }
    .aura-menu-icon i{
        font-size: 36px;
    }
    .aura-menu-bgclass{
        background-size: 45px auto;
        width: 40px;
        min-height: 40px;
    }
}
@media (max-width:320px){
    .aura-menu-icon,.auraoverlay ul li a{
        width:63px;
        height:63px
    }
    .aura-menu-icon i{
        font-size: 34px;
    }
    .aura-menu-bgclass{
        background-size: 40px auto;
        width: 35px;
        min-height: 35px;
    }
}
.aura-menu-icon i.icon {
    padding-bottom:0!important;
    display: inline-block!important;
}
.aura-menu-icon{
    text-align:center;
}

.aura-menu-icon-text{
    display:block;
    margin-top: 12px;
    text-align: center;
}

.aurawrapper {
    width: 100%;
    margin: 0 auto;
}
.auracontainer {
    width: 100%;
    margin: 0 auto;
}
.webbumobilegrid{
    padding:0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.webbumobilegrid .aura-menu-icon{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.webbumobilegrid .aura-grid-item{
    width: 33.333333%;
    margin: 2.5% auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.auraoverlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}
.auraoverlay ul li a{
    line-height:16px!important;
    display: block;
    z-index:10013
}
.auraoverlay-slidedown{
    visibility:hidden;
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
    -webkit-transition:-webkit-transform 0.4s ease-in-out,visibility 0s 0.4s;
    transition:transform 0.4s ease-in-out,visibility 0s 0.4s
}
.auraoverlay-slidedown.auraopen{
    visibility:visible;
    -webkit-transform:translateX(0%);
    transform:translateX(0%);
    -webkit-transition:-webkit-transform 0.4s ease-in-out;
    transition:transform 0.4s ease-in-out
}
/*------------------------------------*\ MAIN \*------------------------------------*/
/* global box-sizing */
*, *:after, *:before{
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility
}
.clear:before, .clear:after{
    content:' ';
    display:table
}
.clear:after{
    clear:both
}
.clear{
    *zoom:1
}
img{
    max-width:100%;
    vertical-align:bottom
}
a{
    color:#444;
    text-decoration:none
}
a:hover{
    color:#444
}
a:focus{
    outline:0
}
a:hover, a:active{
    outline:0
}
input:focus{
    outline:0;
    border:1px solid #04A4CC
}
/*------------------------------------*\ STRUCTURE \*------------------------------------*/
@media (max-width:768px){
    .vid{
        width:100%!important;
        height:auto
    }
}
article > iframe {
    margin-top:-4px
}
.wmfbacklink{
    height: 26px;
    margin-bottom: 10px;
    margin-top: -10px;
}
/*.wmfsingleback a{
    border: 1px solid #cccccc;
    padding: 4px 10px;
    width: 100%;
}
*/
.row .flexslider{
    margin-bottom:0px!important
}
/*------------------------------------*\ SIDE BAR \*------------------------------------*/
.sidebar-widget h3{
    padding:0!important;
}
.sidebar-widget [class*="widget_"] h3:first-child {
    border-top:none;
}
/*.sidebar-widget h3 .widgetheader{
    padding-left:15px!important;
     padding-top:9px!important;
}
*/
.sidebar-widget .widget_search .subhead{
    margin:0!important;
}
.sidebar-widget li{
}
.sidebar-widget ul{
    padding: 0 0 0 15px;
}
.sidebar-widget .twfbtn{
    display:none;
}
/*.sidebar-widget [class*="widget_"] h3~div{
    margin-left:15px;
    margin-right:5px;
}*/
.sidebar-widget [class*="widget_"] h3~select{
    margin-left:15px;
    margin-right:5px;
}
.sidebar-widget select{
    height:30px;
    width: 90%!important;
    background:none;
    border-bottom: none;
    border-top: none;
    display: block!important;
    overflow: hidden!important;
}
.sidebar-widget .subhead{
    background:none;
    border-bottom: none;
    border-top: none;
    width: 100%!important;
    display: block!important;
    overflow: hidden!important;
}
.sidebar-widget .widget_search .subhead .input{
    margin-left: auto;
    margin-right:auto;
    width:100%
}
.sidebar-widget #wp-calendar{
    width: 100%;
}
.sidebar-widget #wp-calendar caption{
    padding-top:5px;
    padding-bottom:5px;
}
.sidebar-widget #wp-calendar thead tr th, .sidebar-widget #wp-calendar tbody tr td{
    text-align:center;
}
/*------------------------------------*\ MENU \*------------------------------------*/

#maincontent{
    width:100%;
}
#auratoolbar{
    width:100%;
    position:fixed;
}
.auralogo{
    margin-right:auto!important;
    margin-left:auto!important;
}
.auralogobar a{
    cursor:pointer;
}
/*------------------------------------*\ SOCIAL ICONS \*------------------------------------*/
.wmf_socialbut_class{
    text-align:center;
    padding-top:0;
    margin-top: 12px;
    display:inline-block;
}
.wmf_socialbut_class .wmf_sicon_class{
    display:inline-block;
    width:40px;
    height:40px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background:#b20000;
    position:relative;
    text-decoration:none;
    opacity:.98
}
.wmf_socialbut_class .wmf_sicon_class i{
    font-size:20px;
    color:#fff;
    line-height:40px;
    position:relative;
    top:0px
}
.wmf_socialbut_class .wmf_sicon_class:hover{
    background-color:#444444!important;
    transition: background 0.5s;
}
.wmf_socialbut_class .wmf_sicon_class:hover i{
    color:#ffffff;
    transition: background 0.5s;
}
.wmf_socialbut_class .wmf_sicon_class:hover:after{
    border-top:9px solid #b20000;
    transition:all 180ms ease-in;
    -webkit-transition:all 180ms ease-in;
    transition: background 0.5s;
}
.wmf_socialbut_class .wmf_sicon_class.facebook{
    background:#3b5998
}
.wmf_socialbut_class .wmf_sicon_class.twitter{
    background:#00acee
}
.wmf_socialbut_class .wmf_sicon_class.linkedin{
    background:#0e76a8
}
.wmf_socialbut_class .wmf_sicon_class.google-plus{
    background:#dd4b39
}
.wmf_socialbut_class .wmf_sicon_class.pinterest{
    background:#c8232c
}
.wmf_socialbut_class .wmf_sicon_class.dribbble{
    background:#ea4c89
}
.wmf_socialbut_class .wmf_sicon_class.dropbox{
    background:#3d9ae8
}
.wmf_socialbut_class .wmf_sicon_class.flickr{
    background:#ff0084
}
.wmf_socialbut_class .wmf_sicon_class.forrst{
    background:#5b9a68
}
.wmf_socialbut_class .wmf_sicon_class.github{
    background:#171515
}
.wmf_socialbut_class .wmf_sicon_class.instagram{
    background:#3f729b
}
.wmf_socialbut_class .wmf_sicon_class.paypal{
    background:#1e477a
}
.wmf_socialbut_class .wmf_sicon_class.reddit{
    background:#ff4500
}
.wmf_socialbut_class .wmf_sicon_class.rss{
    background:#ee802f
}
.wmf_socialbut_class .wmf_sicon_class.skype{
    background:#00aff0
}
.wmf_socialbut_class .wmf_sicon_class.tumblr{
    background:#34526f
}
.wmf_socialbut_class .wmf_sicon_class.vk{
    background:#45668e
}
.wmf_socialbut_class .wmf_sicon_class.youtube{
    background:#c4302b
}
.wmf_socialbut_class .wmf_sicon_class.delicious{
    background:#205cc0
}
.wmf_socialbut_class .wmf_sicon_class.envelope{
    background:#205cc0
}
.wmf_socialbut_class .wmf_sicon_class.envelope-alt{
    background:#0063dc
}
/*------------------------------------*\ CONTACT FORM 7 \*------------------------------------*/
.wmffrow .wpcf7-form p{
    width:100%;
    padding:0px
}
.wmffrow div.wpcf7-validation-errors{
    width:100%
}
.wpcf7-form p{
    width:90%;
    margin-left:auto;
    margin-right:auto;
    padding:3px
}
.wpcf7-form-control-wrap{
    width:100%
}
.wpcf7-form-control-wrap >textarea, .wpcf7-form-control-wrap >input, #commentform textarea{
    width: 100%;
    margin: 0;
    border: 1px solid #efefef;
    background-color: rgb(255 255 255 / 60%);
    border-radius: 8px;
    padding: 5px 5px;
}
.wpcf7-form-control-wrap >input{
    height:28px;
    background-color: #ffffff;
    min-height: 40px;
}
.wpcf7-submit{
    padding:9px 18px;
    border:1px solid #CCC;
    text-align:center;
    background-color:rgba(248,247,250,0.6);
    vertical-align:baseline
}
div.wpcf7-validation-errors{
    width:90%;
    margin-left:auto;
    margin-right:auto
}
/*------------------------------------*\ SEARCH FORM \*------------------------------------*/
.subhead .input{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    position:relative
}
.subhead .input .search-query{
    background:transparent;
    border:0;
    cursor:text;
    margin:0
}
.subhead .input .fa-input{
    width:100%;
    margin-top:9px;
    padding-left:15px!important;
    margin-left:0
}

/*------------------------------------*\ WORDPRESS CORE \*------------------------------------*/
.alignnone{
    margin:5px 20px 20px 0
}
.aligncenter, div.aligncenter{
    display:block;
    margin:5px auto 5px auto;
    text-align: center;
}
.alignright{
    float:right;
    margin:5px 0 20px 20px
}
.alignleft{
    float:left;
    margin:5px 20px 20px 0
}

a img.alignright{
    float:right;
    margin:5px 0 20px 20px
}
a img.alignnone{
    margin:5px 20px 20px 0
}
a img.alignleft{
    float:left;
    margin:5px 20px 20px 0
}
a img.aligncenter{
    display:block;
    margin-left:auto;
    margin-right:auto
}
.wp-caption{
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center
}
.wp-caption.alignnone{
    margin:5px 20px 20px 0
}
.wp-caption.alignleft{
    margin:5px 20px 20px 0
}
.wp-caption.alignright{
    margin:5px 0 20px 20px
}
.wp-caption img{
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto
}
.wp-caption .wp-caption-text, .gallery-caption{
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px
}
.sticky{
    text-align:left;
}
.bypostauthor{
    text-align:left;
}
/* 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. */
}
/*------------------------------------*\ PRINT \*------------------------------------*/
@media print {
    *{
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important
    }
    a, a:visited{
        text-decoration:underline
    }
    a[href]:after{
        content:"("attr(href) ")"
    }
    abbr[title]:after{
        content:"("attr(title) ")"
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after{
        content:""
    }
    pre, blockquote{
        border:1px solid #999;
        page-break-inside:avoid
    }
    thead{
        display:table-header-group
    }
    tr, img{
        page-break-inside:avoid
    }
    img{
        max-width:100% !important
    }
    @page{
        margin:0.5cm
    }
    p, h2, h3{
        orphans:3;
        widows:3
    }
    h2, h3{
        page-break-after:avoid
    }
}
/*------------------------------------*\ BLOG CSS \*------------------------------------*/
.wmffrow {
    margin-bottom: 35px;
}
.wmffrow > .col-12 > article {
    border-radius: 10px;
}
.wmffcontainer .post-padding{
    height:30px;
}
.wmffcontainer .wmffrow article{
    padding: 30px 20px;
}
.wmffcontainer .wmffrow .post-binfo {
    height:1em;
}
.wmffcontainer .wmffrow article {
    display: block;
}
.more-link{
    display:block;
    padding:12px 0px 0px 0px;
}
.post-mtitle{
    margin-bottom:18px!important;
    font-size:24px!important;
}
.post-mtitle a{
    font-size:24px!important;
}
.has-avatars article {
    padding-top: 0!important;
}

/* =Image -------------------------------------------------------------- */
.format-gallery .flexslider {
    margin-right: -24px;
    margin-left: -24px;
    margin-bottom:10px;
}
/* =Aside -------------------------------------------------------------- */
.format-aside .post-content{
    margin-bottom:15px;
}
/* =Audio -------------------------------------------------------------- */
.format-chat .post-content .chat-left{
    text-align:left;
    padding-bottom:10px;
    padding-top:10px;
    padding-left:10px;
}
.format-chat .post-content .chat-right{
    text-align:left;
    padding-bottom:10px;
    padding-top:10px;
    padding-left:10px;
    background-color:#fff
}
.format-chat .post-content {
    padding-bottom:15px;
    margin-left:-10px;
    margin-right:-10px;
}
/* =Audio -------------------------------------------------------------- */
.format-audio .post-content iframe:first-child{
    display:block;
    padding-bottom:15px;
}
.format-audio .post-content{
    margin-left:-24px;
    margin-right:-24px;
}
/* =Video -------------------------------------------------------------- */
.format-video .post-content iframe:first-child{
    display:block;
    padding-bottom:15px;
}
/* =Status -------------------------------------------------------------- */
.format-status .post-content p:first-child:before{
    content:"\f0ac";
    font-size:18px;
    font-family:FontAwesome;
    font-weight:normal;
    font-style:normal;
    text-decoration:inherit;
    display:inline;
    -webkit-font-smoothing:antialiased;
    float:left;
    margin-right:6px;
    margin-top:2px;
    opacity:0.9;
    filter:alpha(opacity=90)
}
.format-status .post-content p:first-child{
    display:block;
    padding-bottom:15px;
    font-size:14px
}
/* =Link -------------------------------------------------------------- */
.format-link .post-content a:first-child:before{
    content:"\f08e";
    font-size:18px;
    font-family:FontAwesome;
    font-weight:normal;
    font-style:normal;
    text-decoration:inherit;
    display:inline;
    -webkit-font-smoothing:antialiased;
    float:left;
    margin-right:6px;
    margin-top:2px;
    opacity:0.9;
    filter:alpha(opacity=90)
}
.format-link .post-content a:first-child{
    display:block;
    padding-bottom:15px;
    font-size:14px
}
/* =Image -------------------------------------------------------------- */
.format-image .post-mimage{
    margin-right:-24px;
    margin-left:-24px;
    padding-bottom:10px
}
.format-image .post-mimage img{
    width:100%!important
}
/* =Quote -------------------------------------------------------------- */
.format-quote .post-content{
    padding-left:30px;
    font-style:italic
}
.format-quote:before{
    font-family:Georgia,serif;
    display:block;
    font-size:60px;
    width:30px;
    content:'\201C';
    height:0;
    top:18px;
    position:relative
}
.format-quote blockquote{
    border:0;
    padding:0
}
.format-quote cite{
    text-align:right;
    font-style:normal;
    display:block;
    margin-top:10px;
    margin-bottom:10px;
    font-size:11px
}
.comments .reply{
    color:#FFF;
}
.comments ul {
    list-style:none;
}
.formresp{
    width:100%;
}
#comments ul{
    list-style-type: none;
    list-style: none;
}
#reply-title{
    font-size:14px;
}
#commentform label{
    font-size:14px;
}
.reply.wmfbtn .comment-reply-link,#commentform input#submit {
    border-radius: 8px;
    padding: 5px 24px!important;
    background-color: #ffffff;
    border: 1px solid #dedede;
    line-height: inherit;
}
.reply.wmfbtn.wmfbtn-default.wmfbtn-xs {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}
a#cancel-comment-reply-link {
    margin-left: 20px;
}
.comments ul.children {
    margin-left: 30px;
}
/*------------------------------------*\ PAGINATION \*------------------------------------*/
.next.page-numbers {
    white-space: nowrap;
}
.prev.page-numbers {
    white-space: nowrap;
}
.page-numbers-center {
    text-align: center;
}
ul.page-numbers {
    padding: 0;
    margin-left: 0;
    margin-bottom: 35px;
    margin-top: 0;
    border: 1px solid #efefef;
    border-radius: 10px;
    display: inline-block;
    background-color: #ffffff;
}
ul.page-numbers > li > span {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 8px 16px;
    display: block;
}
ul.page-numbers > li {
    margin: 0;
}
ul.page-numbers > li{
    margin-left: -4px;
}
ul.page-numbers > li:first-child{
    margin-left: 0;
}
ul.page-numbers > li > a {
    padding: 8px 16px;
    display: block;
}
ul.page-numbers > li {
    display: inline-block;
    text-decoration: none;
    border: 0;
    border-right: 1px solid #efefef;
}
ul.page-numbers > li:last-child{
    border-right:none!important;
}
@media only screen and (min-width: 768px) {
    .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%;
    }
    .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }
    .alignwide img, .alignfull img {
        display: block;
        margin: 0 auto;
    }
}
.has-large-font-size {
    font-size: 36px;
    line-height: 36px;
}

.wp-block-latest-posts.is-grid {
    margin-left: 0;
}

/* Pull Quote --------------------------------------------- */
.wp-block-pullquote {
    border: none;
    padding: 0;
}
.wp-block-pullquote blockquote {
    border-left: 0;
    border-top: 8px solid #efefef;
    border-bottom: 8px solid #efefef;
    padding: 16px 0;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
}
.wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
    max-width: 100%;
}
/* Separator --------------------------------------------- */
.wp-block-separator:not(.is-style-dots), hr:not(.is-style-dots) {
    background-color: #ddd;
    border: 0;
    height: 1px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots), hr:not(.is-style-wide):not(.is-style-dots) {
    width: 100%;
    height: 4px;
    background: transparent;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before, hr:not(.is-style-wide):not(.is-style-dots)::before {
    content: '';
    display: block;
    height: 4px;
    width: 40px;
    background: #efefef;
}
.wp-block-separator.is-style-dots:before, hr.is-style-dots:before {
    color: #ddd;
    font-size: 18px;
    letter-spacing: 12px;
    padding-left: 12px;
}
/* Button --------------------------------------------- */
.wp-block-button .wp-block-button__link {
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    padding: 20px 24px;
}
.wp-block-button .wp-block-button__link:hover {
    background: #d6d6d6;
    text-decoration: none;
}
.has-drop-cap:first-letter {
    font-size: 50px !important;
}
p img:first-child{
    display:inline;
    float:left;
    margin-right:10px;
    margin-top:3px;
}
.has-drop-cap:first-letter {
    margin-top: 2px!important;
    margin-right: 6px!important;
}
.wp-block-cover.alignfull{
    width: calc(100% + 40px)!important;
    margin-left: -20px;
    min-height: 430px;
}
.wp-block-cover.alignwide{
    width: calc(100% + 40px)!important;
    margin-left: -20px;
    min-height: 430px;
}
.alignfull > img{
    width: calc(100% + 40px)!important;
    max-width: calc(100% + 40px)!important;
    margin-left: -20px;
}
.wp-block-file a{
    display:inline!important;
}
.wp-block-file a:first-child{
    display:inline!important;
    float:left!important;
}
.wp-block-file:after,.widget_block:after{
    clear:both;
    content: ' ';
    display: block;
}
.wp-block-media-text__content p{
    /*font-size:22px!important;
    */
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before, hr:not(.is-style-wide):not(.is-style-dots)::before{
    width:100px!important;
}
.wp-block-separator.is-style-dots:before, hr.is-style-dots:before{
    padding-left:10px!important
}
.wp-block-categories li a, .wp-block-archives li a {
    display: inline-block;
}
.wp-block-pullquote{
    color:#666666;
}
p[style="font-size:46px"] {
    line-height: 46px;
}
@media only screen and (min-width: 768px) {
    .wp-block-cover.alignfull{
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto!important;
        max-width: 1000%;
    }
    .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%;
    }
    .wp-block-pullquote.alignwide blockquote{
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }
    .wp-block-pullquote{
        margin-bottom:20px;
    }
    .wp-block-pullquote.alignfull blockquote{
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%;
    }
    .wp-block-embed.alignfull{
        margin-left: calc(49% - 50vw);
        margin-right: calc(49% - 50vw);
    }
}
.wp-block-cover-image, .wp-block-cover {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: center center;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.has-large-font-size {
    font-size: 36px;
    line-height: 40px!important;
}
.wp-block-cover__video-background{
    top:0;
    left:0;
    transform: none;
}
.blocks-gallery-item img{
    margin-bottom:0!important;
}
.post-content:after {
    clear: both;
    content: ' ';
    display: block;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
    padding-top: 0;
}
.wp-block-columns.alignfull {
    margin-left: calc(51% - 50vw);
    margin-right: calc(51% - 50vw);
}
.comments ul {
    margin-left: 0;
    padding-left: 0;
}
.search-query {
    border: 1px solid #d4d4d4!important;
    height: 36px;
    background-color: rgba(230,230,230,0.6)!important;
}
.sidebar-widget > div{
    padding:5px;
    margin-bottom:25px;
}
.comments li {
    margin-top: 20px;
    margin-bottom: 25px;
}
.wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer, .wp-block-quote.is-large cite, .wp-block-quote.is-large footer {
    font-size: 13px;
}
.wp-block-button .wp-block-button__link{
    color:#fff!important;
}
pre.wp-block-verse {
    padding: 14px;
}



.auraboxshadow1{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.auraboxshadow2{box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}
.auraboxshadow3{box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;}
.auraboxshadow4{box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;}
.auraboxshadow5{box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;}
.auraboxshadow6{box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;}
.auraboxshadow7{box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;}
.auraboxshadow8{box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;}
.auraboxshadow9{box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;}
.auraboxshadow10{box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;}

.aurarightbutton, #aura-toggle-menu-fa {
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
}
#aura-toggle-menu-fa i,.aurarightbutton i {
    font-size: 20px;
}
.align-left{float:left;}
.align-right{float:right;}
.aura-clearfix:after{clear:both;content:' '; display:block;}
.auraopenfa > .closeicon{display:none!important;}
.auraclosefa > .openicon{display:none!important;}
.slides li{margin-bottom:0}

.wp-block-social-links .wp-social-link a {
    line-height: 44px;
    text-align: center;
    font-size: 24px;
}

.wp-block-social-link {
    width: 48px;
    height: 48px;
}

.widgetheader,.widgettitle {
    padding: 0 0 0 15px;
}

.widget_tag_cloud a {
    background-color: #efefef;
    color: #000;
    padding: 5px 10px;
    border-radius: 999px;
    margin-right: 5px;
}
.widget_block.widget_search {
    padding: 15px;
}
.widget_block,.widget_nav_menu,.widget_meta {
    border-radius: 10px;
}

.wp-block-latest-comments, .widget_tag_cloud,.widget_calendar {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.widget_block p,.widget_block ol,.widget_block ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.wmffcontainer .wmffrow .widget_block article {
    margin: 0;
    padding: 0;
}
.widget_block article{box-shadow: none!important}