* {
    box-sizing: border-box !important;

    font-family: arial;
}
.fa {
    font-family: FontAwesome;
}

.col-full,
#wrapper {
    width: auto !important;
}

/* 
------------------------------------------------------------------------------------------------ */

body.fixed-mobile #top,
body.fixed-mobile #header-container,
body.fixed-mobile #footer-container,
body.fixed-mobile #nav-container,
body.fixed-mobile #footer-widgets-container {
    min-width: auto !important;
}
body {
    padding-top: 86px !important;

    font-family: arial !important;
}
body.full-width #content {
    padding: 0 6em;
}
body.full-width #wrapper {
    width: 100%;
    min-width: 100%  !important;
    padding: 0;
}

/* 
------------------------------------------------------------------------------------------------ */

#content a {
    color: #250034;
}
#content a:hover {
    color: #a48148;
}
#content a i {
    color: #fff;
}

.single-post #content a {
    color: #5721a6 !important;
    text-decoration: underline;
}

/* 
------------------------------------------------------------------------------------------------ */

header#header {
    max-width: 100%;
    padding: 0;
}
#header-container {
    position: fixed;
    top: 0;
    z-index: 999;

    display: block;
    float: left;
    width: 100%;

    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
}

/* 
------------------------------------------------------------------------------------------------ */

div#logo {
    position: relative;

    float: left;
    width: 135px;
    height: 70px;
    max-width: 100%;
    margin: 8px 5px 8px 0;
}
div#logo a {
    display: block;
}

div#logo img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    height: 100px;
    max-height: 100%;

    transition: height .5s linear;

    backface-visibility: hidden;
}

/* 
------------------------------------------------------------------------------------------------ */

div#nav-container {
    float: left;
    width: calc(100% - 260px);
    margin-bottom: 0;

    background: transparent;
}

#nav-container #navigation {
    background: transparent;
}

/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/

#main-nav {
    margin-right: 0;
}
#main-nav > li {
    position: relative;

    display: block;
    float: left;

    border-radius: none;
}
#main-nav li a {
    display: block;
    padding: 10px 2px !important;

    font-size: 13px !important;
    font-weight: normal;

    letter-spacing: -.2px;
    text-transform: uppercase;

    color: #4e2975 !important;
    border-radius: none;
}
#main-nav > li > a {
    padding: 36px 2px !important;
    margin-right: 3px;
    margin-left: 3px;
}
#main-nav > li:before {
    position: absolute;
    top: 38px;

    width: 1px;
    height: 11px;

    content: "";

    background-color: #4f2a75;
}
#main-nav > li:nth-child(1):before {
    display: none;
}
#main-nav > li > a:focus {
    background-color: transparent;
}

#main-nav > li:hover > a:before,
#main-nav > li.current_page_item > a:before,
#main-nav > li.current_page_parent > a:before,
#main-nav > li.current-menu-ancestor > a:before,
#main-nav > li.current-cat > a:before,
#main-nav > li.current-menu-item > a:before {
    position: absolute;
    bottom: 23px;
    left: 0;

    width: 100%;

    content: "";

    border-bottom: 1px solid;
}

#main-nav > li.current_page_item > a:before,
#main-nav > li.current_page_parent > a:before,
#main-nav > li.current-menu-ancestor > a:before,
#main-nav > li.current-cat > a:before,
#main-nav > li.current-menu-item > a:before {
    border-bottom-color: #4e2975;
}

#main-nav > li:hover > a:before {
    border-bottom-color: #77329a;
}

#main-nav > li.search-button:hover > a:before {
    border: none;
}

/* 
--------------------------------------------------------------------- */

#main-nav > li.menu-item-has-grandchildren {
    position: unset;
}
#main-nav > li.menu-item-has-grandchildren > .sub-menu {
    left: 0 !important;

    width: auto;
}
#main-nav > li.menu-item-has-grandchildren > .sub-menu > li {
    margin: 0 10px !important;
}

/* 
--------------------------------------------------------------------- */

#main-nav > li > .sub-menu {
    top: 66px;
    left: -10px !important;

    width: 180px;
    min-width: 100%;
    padding: 20px;

    border-radius: 5px 5px 6px 6px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}
#main-nav > li > .sub-menu > li {
    margin: 0 !important;
}

#main-nav li .sub-menu {
    border-radius: none;
    background-image:     -ms-linear-gradient(top left, #000 0%, #9932cc 100%) !important;
    background-image:    -moz-linear-gradient(top left, #000 0%, #9932cc 100%) !important;
    background-image:      -o-linear-gradient(top left, #000 0%, #9932cc 100%) !important;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #000), color-stop(100, #9932cc)) !important;
    background-image: -webkit-linear-gradient(top left, #000 0%, #9932cc 100%);
    background-image:         linear-gradient(to bottom right, #000 0%, #9932cc 100%) !important;
}
#main-nav li .sub-menu li {
    margin: 0;

    border-radius: none;
}
#main-nav li .sub-menu li a {
    display: inline-block;
    width: auto;
    padding-top: 4px !important;
    padding-bottom: 8px !important;

    font-size: 15.5px !important;

    text-transform: none !important;

    color: #fff !important;
}
#main-nav li .sub-menu li .sub-menu {
    position: unset;

    display: inline-block;
    visibility: visible;

    background: transparent !important;
}
#main-nav li .sub-menu li .sub-menu li a {
    font-size: 15.5px !important;
}

#main-nav li .sub-menu > li.menu-item-head,
#main-nav li .sub-menu > li.menu-item-has-children {
    display: inline-block;
    float: left;
    width: 150px;
}
#main-nav li .sub-menu > li.menu-item-head > a,
#main-nav li .sub-menu > li.menu-item-has-children > a {
    padding-right: 0 !important;
    padding-bottom: 10px !important;

    font-size: 18.5px !important;

    color: #fffff0 !important;
}


/* 
--------------------------------------------------------------------- */

#navigation ul.nav > li:hover {
    background: transparent;
}
#navigation ul.nav > li a:hover {
    background: transparent;
}
#navigation .nav li.parent > a:after {
    display: none;
}
#navigation .nav li ul li.parent > a:after {
    display: none;
}
#navigation .nav li ul li.parent > a {
    padding-right: 0 !important;
}


/* 
--------------------------------------------------------------------- */

ul.nav li.current_page_item a,
ul.nav li.current_page_parent a,
ul.nav li.current-menu-ancestor a,
ul.nav li.current-cat a,
ul.nav li.current-menu-item a {
    background: transparent;
}

/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/

.responsive-menu-inner {
    margin-top: 0 !important;
}
button#responsive-menu-button {
    right: 0 !important;

    margin-right: 2em !important;
}

/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/

.cat-banner-container {
    position: relative;

    display: block;
    float: left;
    width: 100%;
}
.cat-banner {
    margin-top: 0 !important;
}
.cat-banner img {
    width: 100%;
}
h1.catbanner-title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;

    width: 100%;
    margin-bottom: 0;

    font-family: "Lato", sans-serif;
    font-size: 75px;
    font-weight: normal;
    line-height: 70px;

    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;

    color: #fffdea !important;
    text-shadow: 2px 3px 7px rgba(0, 0, 0, .23);
}
hr.below-cat-title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 6px;
    margin: 0;

    border: 0;
    background-color: #fffdea;
}
.search section#main {
    padding-top: 100px;
}
.archive .archive-description {
    display: none;
}
.archive article,
.search article {
    float: left;
    width: 100%;
    height: 362px;
    overflow-y: hidden;

    -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1) !important;
            transition: all .3s cubic-bezier(.25,.8,.25,1) !important;

    border-radius: 2px;
    background: rgb(244, 244, 244);
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}
.archive .cat-banner-container,
.search .cat-banner-container {
    margin-bottom: 40px;
}
.archive .entry-img,
.search .entry-img {
    position: relative;
    z-index: 9;

    float: left;
    width: 45%;
    height: 362px;
    overflow: hidden;

    -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1) !important;
            transition: all .3s cubic-bezier(.25,.8,.25,1) !important;

    background: #333;
}
.archive .entry-img:hover,
.search .entry-img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.archive .content-half,
.search .content-half {
    position: relative;
    z-index: 30;

    float: left;
    width: 55%;
    height: 362px;
    padding: 20px;

    background: rgb(244, 244, 244);
}
.archive article .title,
.search article .title {
    text-align: left;
}
.post-meta {
    display: inline-block;
    margin-bottom: 16px;

    text-align: left;
}
.archive  span.categories,
.search  span.categories {
    display: none;
}
.archive .entry-img img,
.search .entry-img img {
    position: absolute;
    top: 50%;
    left: 50%;

    height: auto;
    max-width: none !important;
    min-width: 100%;
    min-height: 362px;
    padding: 0;
    margin: 0;

    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    border: none;
    background: #333;
}
.archive .entry-img a,
.search .entry-img a {
    display: inline-block;
}

.post .author a {
    font-size: 16px  !important;

    color: #4e2975 !important;
}
.archive .post-meta span:nth-child(5),
.archive .post-meta .categories,
.search .post-meta span:nth-child(5),
.search .post-meta .categories {
    display: none;
}
span.post-comments.comments {
    margin-left: 8px;

    font-size: 16px;
}
span.post-comments.comments a {
    color: #4e2975 !important;
}
.post-meta span.small {
    font-size: 16px  !important;
}
span.post-comments.comments a:before {
    padding-right: 3px;
}
.archive section.entry,
.search section.entry {
    float: left;
    width: 100%;
    max-height: 165px;
    overflow: hidden;
}

.archive .post-more-container,
.search .post-more-container {
    position: absolute;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 80px;
    padding: 10px 20px 20px 20px;

    font-size: 16px;

    text-align: center;

    color: #fff;
    background: rgb(244, 244, 244);
    /* line-height: 70px; */
}
.archive .post-more-container *,
.search .post-more-container * {
    font-size: 16px;
    line-height: 50px;

    text-align: center;
    text-decoration: none !important;

    color: #fff !important;
}

.archive .post-more a,
.search .post-more a {
    display: inline-block;
    float: left;
    padding: 0 20px;

    cursor: pointer;

    border-radius: 5px;
    background: #333;
}
.archive .post-more .post-comments,
.search .post-more .post-comments {
    display: none;
}
.archive .post-more a:hover,
.search .post-more a:hover {
    color: #bfbfbf !important;
    background: #d8c16c;
}

/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/

a.button,
a.comment-reply-link,
#commentform #submit,
.submit,
input[type=submit],
input.button,
button.button,
#wrapper .woo-sc-button {
    display: inline-block;
    width: auto;
    padding: .327em 1em;
    overflow: visible;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    font-family: inherit;
    font-size: 1em;
    font-weight: 200;
    line-height: 1.618em;

    cursor: pointer;
    text-align: center;
    white-space: normal;
    text-decoration: none;
    text-transform: uppercase;

    color: white  !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 3px;
    background: #2c0d56 !important;
    -webkit-box-shadow: 0 0 0 0 #888;
            box-shadow: 0 0 0 0 #888;
    text-shadow: none;

    -webkit-appearance: none;
       -moz-appearance: none;
}

a.button:hover,
a.comment-reply-link:hover,
#commentform #submit:hover,
.submit:hover,
input[type=submit]:hover,
input.button:hover,
button.button:hover,
#wrapper .woo-sc-button:hover {
    text-decoration: none;

    background: #55219e !important;
}

/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/

.woo-pagination a:link,
.woo-pagination a:visited,
.nav-entries a span {
    padding: 5px 10px;

    font-size: 1.3em;
}
.woo-pagination .current,
.woo-pagination a:hover {
    padding: 5px 10px;

    font-size: 1.3em;
}
.woo-pagination span.extend,
.woo-pagination .page-numbers {
    font-size: 1.3em;
}

/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/

#at4-share.atss {
    top: 40%;
}
span.at-icon-wrapper {
    background-color: rgba(255,255,255,.5)  !important;
}
.atss .at-share-btn span .at-icon,
.atss a span .at-icon {
    border-radius: 50%  !important;
    background-color: #d8c16c  !important;
}
a.at-share-btn:first-child {
    border-top-right-radius: 6px;
}
a.at-share-btn.at-svc-compact {
    border-bottom-right-radius: 6px;
}
.atss .at-share-btn:focus,
.atss .at-share-btn:hover,
.atss a:focus,
.atss a:hover {
    width: 4pc;

    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/

.archive form#uwpqsffrom_213475 {
    width: 100%;
    padding: 10px 0 20px 0;

    text-align: center;
}
.search form#uwpqsffrom_213475 {
    display: none;
}
.archive .uwpqsf_class {
    display: inline-block;
}
.woo-pagination {
    margin: 0 0 40px 0 !important;
}

/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/

.bio-author {
    float: left;
    width: 100%;
    padding: 20px;
    margin-bottom: 50px;

    border-radius: 2px;
    background: rgb(244, 244, 244);
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}
.subtitle.fancy {
    padding: 0 0 0 30px;
    margin-bottom: 15px;
    overflow: hidden;

    font-family: arial;
    font-size: 28px;
    font-weight: bold;
    line-height: 33px;

    text-align: left;
}
.behind-wbtw-img img {
    display: inline-block;
    float: left;
    width: 200px;
    height: auto;

    -webkit-border-radius: 90px;
       -moz-border-radius: 90px;
            border-radius: 90px;
            border-radius: 90px;
}
.behind-wbtw-img img {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0;
}
.behind-wbtw-description {
    display: block;
    display: table !important;
    float: left;
    width: 70%;
    width: calc(100% - 200px);
    height: 240px;
    padding: 0 20px;
}
.behind-wbtw-description p {
    display: table-cell;
    margin: 0;

    font-size: 16px;

    vertical-align: middle;
}

/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/

.related.posts {
    float: left;
    width: 100%;
    padding: 20px;
    margin-bottom: 50px;

    border-radius: 2px;
    background: rgb(244, 244, 244);
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}
.related.posts ul {
    padding: 0;
    margin: 0;
}
.related-posts-container {
    float: left;
    width: 20%;
    padding: 0 10px;
}

.related-posts-thumbnail-container {
    position: relative;

    float: left;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
.related-posts-thumbnail {
    position: relative;
    z-index: 9;

    float: left;
    float: left;
    width: 100%;
    overflow: hidden;
    overflow: hidden;

    -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1) !important;
            transition: all .3s cubic-bezier(.25,.8,.25,1) !important;

    background-color: #333;
}
.related-posts-thumbnail:before {
    display: block;
    width: 100%;
    padding-top: 56.25%;

    content: "";
}

.related-posts-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;

    width: auto !important;
    height: auto !important;
    max-width: none !important;
    min-width: 100%;
    min-height: 200px;
    padding: 0;
    margin: 0;

    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background-color: #333;
}
.related-posts-thumbnail:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.related-posts-thumbnail a {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    min-width: 100%;
    min-height: 300px;
    padding: 0;
    margin: 0;

    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.related-posts-title a {
    font-size: 16px;

    color: #222;
}


/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/


div#footer-container {
    display: block;
    float: left;
    width: 100%;

    background: rgba(70,40,113,1);
    background:    -moz-linear-gradient(left, rgba(70,40,113,1) 0%, rgba(85,49,136,1) 26%, rgba(106,72,155,1) 50%, rgba(85,49,136,1) 79%, rgba(70,40,113,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70,40,113,1)), color-stop(26%, rgba(85,49,136,1)), color-stop(50%, rgba(106,72,155,1)), color-stop(79%, rgba(85,49,136,1)), color-stop(100%, rgba(70,40,113,1)));
    background: -webkit-linear-gradient(left, rgba(70,40,113,1) 0%, rgba(85,49,136,1) 26%, rgba(106,72,155,1) 50%, rgba(85,49,136,1) 79%, rgba(70,40,113,1) 100%);
    background:      -o-linear-gradient(left, rgba(70,40,113,1) 0%, rgba(85,49,136,1) 26%, rgba(106,72,155,1) 50%, rgba(85,49,136,1) 79%, rgba(70,40,113,1) 100%);
    background:     -ms-linear-gradient(left, rgba(70,40,113,1) 0%, rgba(85,49,136,1) 26%, rgba(106,72,155,1) 50%, rgba(85,49,136,1) 79%, rgba(70,40,113,1) 100%);
    background:         linear-gradient(to right, rgba(70,40,113,1) 0%, rgba(85,49,136,1) 26%, rgba(106,72,155,1) 50%, rgba(85,49,136,1) 79%, rgba(70,40,113,1) 100%);
}
#footer-container h6.title {
    padding: 10px 0;

    font-family: arial  !important;
    font-size: 20px  !important;
    font-weight: bold;

    text-align: left;
    text-transform: uppercase;

    color: #fff;
}
.row.footer-back {
    padding: 25px 0 0 0;
}

/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/

.textwidget ul li {
    list-style: none  !important;

    text-align: left;
}

.social span {
    position: relative;

    display: inline-block;
    width: 10px  !important;
    height: 15px;

    background: transparent;
    box-shadow: inset 0 0 0 #888  !important;
}
.social span {
    padding: 12px 12px  !important;
    margin-right: 5px;

    border-radius: 14px;
    background-color: #ada583;
}
.social span::before {
    position: absolute;
    top: 4px;
    left: 5px;

    font-family: fontawesome;
    font-size: 15px;

    content: "\f0d2";

    color: #fff;
}
.row.footer-back a {
    font-family: arial  !important;
    font-size: 17px;

    color: #2d0e57;
}
.behind-wbtw-description a {
    font-family: arial  !important;
    font-size: 17px;

    color: #59358c;
}
.row.footer-back span {
    margin-right: 5px; /*20px*/

    font-family: arial  !important;
    font-size: 15px;

    color: #fff;
}

.footer-content {
    width: 100%; /*930px*/
    margin: auto;

    text-align: center;
}
.footer-content a {
    color: #fff;
}
.footer-content.first {
    padding: 10px 0;
    padding-bottom: 15px;

    color: #fff;
    background-color: #c1a16b;
}

.row.footer-back span {
    font-family: arial  !important;
    font-size: 15px;

    color: #fff;
}

/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/

#banner .social span {
    padding: 6px 8px  !important;
    margin-right: 5px;

    border-radius: 14px;
    background-color: #ada583;
}

#banner .social span::before {
    position: absolute;
    top: 3px;
    left: 7px;

    font-family: fontawesome;
    font-size: 15px;

    content: "\f0d2";

    color: #fff;
}
.row.footer-back {
    padding-bottom: 25px 0 0 0;
}

.subtitle {
    margin: 0 0 2em 0;
}


/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/


.fancy {
    line-height: .5;

    text-align: center;
}
.fancy span {
    position: relative;

    display: inline-block;
}
.fancy span:before,
.fancy span:after {
    position: absolute;
    top: 13px;

    width: 1600px;
    height: 5px;

    content: "";

    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    /* line-height: 17px; */
}
.fancy span:before {
    right: 100%;

    margin-right: 10px;
}
.fancy span:after {
    left: 100%;

    margin-left: 10px;
}

/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/

.archive .end-excerpts-opacity,
.search .end-excerpts-opacity {
    position: absolute;
    right: 0;
    bottom: 59px;

    display: block;
    float: left;
    width: 100%;
    height: 50px;

    background: rgba(244,244,244,.4);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,244,244,.4)), color-stop(0%, rgba(244,244,244,.4)), color-stop(100%, rgba(244,244,244,1)));
    background: -webkit-linear-gradient(top, rgba(244,244,244,.4) 0%, rgba(244,244,244,.4) 0%, rgba(244,244,244,1) 100%);
    background:         linear-gradient(to bottom, rgba(244,244,244,.4) 0%, rgba(244,244,244,.4) 0%, rgba(244,244,244,1) 100%);
}


/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/


.newsletter-signup-container {
    position: relative;

    float: left;
    width: 100%;
    height: 147px;
    padding: 20px;
    margin-bottom: 50px;
    overflow: hidden;

    background: url(/wp-content/uploads/Newsletter-small-background.png);
    background-size: 100% 100%;
}
.newsletter-signup-container .newsletter-caption-container {
    display: table;
    float: left;
    width: 50%;
    width: calc(100% - 520px);
    height: 107px;
}
.newsletter-signup-container .newsletter-caption {
    display: table-cell;
    padding: 0;
    margin: 0;

    font-family: inherit;
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    line-height: 37px;

    vertical-align: middle;

    color: #000;
}
.newsletter-signup-container .newsletter-caption span {
    display: block;
}
.newsletter-signup-container .form-container {
    position: absolute;
    top: 50%;
    right: -20px;

    display: inline-block;
    width: 530px;
    padding: 20px 40px 20px 20px;
    margin-top: -35px;

    border-radius: 5px;
    background: #342c64;
}
.newsletter-signup-container input#awf_field-83186161 {
    display: inline-block;
    float: left;
    width: 110px;
    height: 30px;
    margin: 0 7px 0 0;

    font-size: 20px;
    font-weight: normal;

    text-align: center;

    color: #000;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
.newsletter-signup-container select#awf_field-83186159 {
    display: inline-block;
    float: left;
    width: 110px;
    height: 30px;
    padding-left: 12px;
    margin: 0 7px 0 0;

    font-size: 20px;
    font-weight: normal;

    text-align: center;

    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
.newsletter-signup-container input#awf_field-83186160 {
    display: inline-block;
    float: left;
    width: 110px;
    height: 30px;
    margin: 0 7px 0 0;

    font-size: 20px;
    font-weight: normal;

    text-align: center;

    color: #000;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
.newsletter-signup-container input#af-submit-image-2040201553 {
    display: inline-block;
    float: left;
    width: 110px;
    height: 30px;
    padding: 0;
    margin: 0;

    font-size: 20px;
    font-weight: normal;
    line-height: normal;

    cursor: pointer;
    text-align: center;
    text-transform: none;

    color: #fff;
    border: none;
    border: 1px solid #caa774;
    border-radius: 5px;
    background: #d8c16c;
}
.newsletter-signup-container input#af-submit-image-2040201553:hover {
    border-color: rgba(168,108,24,1);
    background: #caa774;
}
.newsletter-signup-container .af-body {
    margin-left: 0 !important;
}
.newsletter-signup-container .af-element {
    margin-right: 0 !important;
}


/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/


.single .entry img {
    display: block;
    margin: 0 auto;
}


/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/


aside#post-author {
    float: left;
}
div#sexy-author-bio {
    float: left;
    width: 100%;
    padding: 20px;
    margin-bottom: 50px;

    color: #000;
    border: 2px solid #250034;
    border-radius: 2px;
    background: rgb(244, 244, 244);
    box-shadow: 0 1px 3px rgba(37, 0, 52,.12), 0 1px 2px rgba(37, 0, 52,.24);
}
#sab-author a {
    margin-bottom: 15px;

    font-family: arial;
    font-size: 28px;
    font-weight: bold;
    line-height: 33px;

    text-transform: capitalize;

    color: #000;
}
#sab-gravatar img {
    width: 100%;
    height: auto;

    border: none;
    border-radius: 50%;
}
div#sab-social-wrapper {
    float: left;
    width: 100%;
    padding: 10px 0;

    text-align: right;
}
#sexy-author-bio .bio-icon {
    width: 50px;
    height: auto;

    border: none;
}


/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/


.read-allcountries table th {
    font-size: 19px !important;

    border-bottom: 1px solid #fff !important;
}


/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/


.social-icons-container {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 35px;
    margin-bottom: 50px;

    border: 2px solid #250034;
    border-radius: 2px;
    background: url(/wp-content/uploads/social-icons-section-background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 1px 3px rgba(37, 0, 52,.12), 0 1px 2px rgba(37, 0, 52,.24);
}
.social-icons-container .inner-content-wrapper {
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 10px 36px;
    margin: 39px auto;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0,0,0,.5);
}
.social-icons-container .social-icons-headline {
    display: block;
    float: left;
    width: 100%;

    font-size: 30px;
    line-height: 30px;

    text-align: center;

    color: #d8c16c !important;
}
ul.social-icons {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
ul.social-icons li {
    display: inline-block;
    float: none;
    width: 36px;
}
ul.social-icons li img {
    border: 0;
}
section#main {
    color: transparent;
}
.entry img,
img.thumbnail,
#portfolio .group.portfolio-img img {
    border: none !important;
    background: transparent !important;
}


/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/


header.post-bg {
    position: relative;

    background-image: url("images/indipost-banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/


.floating-header {
    width: 100%;

    font-size: 14px;
    font-weight: 500;

    text-align: center;

    background: rgba(235, 191, 130, 0);
}
.floating-header .post-meta span.small:nth-child(5) {
    display: none;
}
.floating-header span.categories {
    display: none;
}

.floating-header .title {
    color: #f2efe6;
}

.floating-header .post-meta,
.floating-header .post-meta a {
    color: #e0d1b0;
}

.floating-header .post-meta .date.time {
    border-bottom: none  !important;

    text-decoration-line: none;
}
.floating-header span.post-comments.comments a {
    color: #e0d1b0  !important;
}


/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/


#social-media-top-nav {
    display: block;
    float: right;
    width: 120px;
    margin: 16px 0;
}
#social-media-top-nav i {
    padding: 3px;

    font-size: 20px;

    color: #553188;
    background: rgba(255,255,255,0)  !important;
}
#social-media-top-nav img {
    width: 24px;
    padding: 3px;
}


/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/


p.readalllink a {
    color: #fffdea !important;
}
.entry,
.entry p {
    font-family: arial;
    font-size: 17px;

    color: #555;
}


/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/


.open-search-popup {
    cursor: pointer;
}


/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/


#footer-container {
    padding: 0 !important;
}

#footer-container .floating-search-bar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;

    display: none;
    width: 100%;
    height: 100%;

    text-align: center;

    background-color: #fbdca0 !important;
}
#footer-container .floating-search-bar:before,
#footer-container .floating-search-bar:after {
    display: block;
    height: 1px;

    content: "";
}
#footer-container .floating-search-bar:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;

    width: 800px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background: #fff;
    background: -webkit-linear-gradient(#fff, #fff);
    background:         linear-gradient(#fff, #fff);
}
#footer-container .floating-search-bar form {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;

    display: inline-block;
    width: auto;
    padding: 20px;
    margin: 0;

    font-size: 0;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    border: 1px solid #fff;
    border-radius: 5px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #fff;
}
#footer-container .floating-search-bar input {
    display: block;
    float: left;
    width: 400px;
    height: 40px;
    padding: 0 10px;
    margin: 0;

    font-size: 13px;
    font-weight: 400;
    line-height: 40px;

    color: #888;
    border: 1px solid #e2b45b;
    border-radius: 5px 0 0 5px;
    background: #fbdca0;
    box-shadow: 0 2px 0 #e2b45b;
}
#footer-container .floating-search-bar input::-webkit-input-placeholder {
    color: #888;
}
#footer-container .floating-search-bar input:-moz-placeholder {
    color: #888;
}
#footer-container .floating-search-bar input:focus {
    -webkit-animation: glow 800ms ease-out infinite alternate;
            animation: glow 800ms ease-out infinite alternate;

    color: #000;
    border-color: #55219e;
    outline: none;
    background: #fbdca0;
    background: -webkit-linear-gradient(#fbdca0, #fbdca0);
    background:         linear-gradient(#fbdca0, #fbdca0);
    box-shadow: 0 2px 0 #e2b45b;
}
#footer-container .floating-search-bar input:focus::-webkit-input-placeholder {
    color: #efe;
}
#footer-container .floating-search-bar input:focus:-moz-placeholder {
    color: #efe;
}
#footer-container .close-search-popup {
    position: absolute;
    top: 10%;
    right: 10%;

    font-size: 80px;

    cursor: pointer;

    color: #55219e;
}
#footer-container .floating-search-bar button {
    position: relative;
    top: 0;

    display: block;
    float: left;
    width: 80px;
    height: 40px;
    padding: 0;
    margin: 0;

    font-size: 13px;
    font-weight: 400;
    line-height: 40px;

    color: #fff;
    border: 1px solid #55219e;
    border-radius: 0 5px 5px 0;
    background: #553188;
    box-shadow: 0 2px 0 #55219e;
}

#footer-container .floating-search-bar button:hover,
#footer-container .floating-search-bar button:focus {
    color: #fff;
    border: 1px solid #553188;
    border-radius: 0 5px 5px 0;
    outline: none;
    background: #55219e;
    box-shadow: 0 2px 0 #553188;
}

#footer-container .floating-search-bar button:active {
    top: 1px;

    background: #8b4fde;
    box-shadow: 0 1px 0 #000, inset 1px 0 1px #222;
}
#footer-container .floating-search-bar button.fa-search:before {
    font-family: FontAwesome;

    color: #fff;
}


/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/


footer {
    width: 100% !important;
    max-width: 100% !important;

    background-color: #ef9600;
    background-image: url("images/footer-1-map.jpg");
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
footer ul {
    padding: 0 10px;
    clear: none !important;
}
.row.footer-back {
    max-width: 1600px;
    padding: 0 6em;
    margin: 20px auto;
}
#footer-container {
    background: none !important;
}
#footer-top {
    background-color: rgba(255, 255, 255, .3);
}
#footer-bottom {
    background-color: rgba(255, 255, 255, .6);
}
#bottom-menu {
    float: none !important;

    background: #f3c577;
}
.footer-new h2 {
    min-height: 60px;
    padding: 10px 10px;

    font-size: 16px !important;
    font-weight: 600;

    text-align: center;

    color: #59358c;
}
.textwidget h6 {
    padding: 10px 20px;

    font-size: 16px;

    text-align: center;

    color: #59358c;
}
#footer-container h6.title {
    padding: 10px;

    font-family: arial  !important;
    font-size: 16px  !important;

    text-align: left;

    color: #59358c;
}
#text-32 {
    border-right: 2px solid #deae66;
}
.widget-area {
    border-right: 2px solid #deae66;
}
.area-last {
    border-right: 0 solid #deae66 !important;
}
.widget h3 {
    padding: 10px;

    font-family: arial  !important;
    font-size: 16px  !important;

    text-align: left;

    color: #59358c;
    border-bottom: 0 solid #e6e6e6;
}
.footer-icon {
    float: left;
    margin-right: 14px;
}
#about-me {
    display: inline-block;
    padding: 25px;
    margin: 10px 6%;

    background-color: rgba(255, 255, 255, .3);
}
#newsletter-footer {
    display: inline-block;
    padding: 38px 50px;
    margin: 10px 6%;

    background-image: url("images/news-bg.png");
    background-size: 100% 100%;
}
#about-me h4 {
    float: left;

    color: #59358c !important;
}
#newsletter-footer h4 {
    float: left;
    margin-bottom: 8px;

    color: #59358c !important;
}
#newsletter-footer p {
    float: left;

    font-size: 17px;
    font-weight: bold;
    line-height: 20px;

    color: #59358c !important;
}
.bottom-news p {
    padding: 0 40px;
    margin-top: 15px;
    margin-bottom: 7px !important;

    text-align: center;
    text-transform: uppercase;
}
.af-element {
    float: left;
    margin-right: 5px;
}
#email-element {
    margin-right: 0;
}
.input-wrap {
    display: inline-block;
    float: left;
    padding: 5px;
    margin-top: 4px;

    background: #fff;
}
.behind-wbtw-description {
    width: 64% !important;
    padding-top: 26px !important;
}
.behind-wbtw-img {
    float: left !important;
    width: 200px;
    height: 200px;
    margin: 27px auto !important;

    border-radius: 50%;
    background-image: url(/wp-content/uploads/behind-we-blog-the-wrold.jpg);
    background-position: top center;
    background-size: 100% auto;
}
.header-ten h2 {
    min-height: 10px;
    padding-left: 10px !important;

    text-align: left !important;
    text-transform: uppercase;
}
.header-ten ul {
    min-height: 165px;
}
.footer-content:after,
.copyright:after {
    display: none;
}
.header-one ul {
    min-height: 165px;
}
.header-two ul {
    min-height: 158px;
}
#text-32 ul {
    min-height: 159px;
}
.header-one h3 {
    min-height: 10px;
    padding-left: 10px !important;
    margin-bottom: 0;

    text-align: left !important;
    text-transform: uppercase;
}
.header-two h3 {
    min-height: 10px;
    padding-left: 10px !important;
    margin-bottom: 0;

    text-align: left !important;
    text-transform: uppercase;
}
.textwidget h6 {
    margin-bottom: 0;
}
.widget .textwidget {
    display: inline-block;
    width: 100%;
    min-height: 102px;
    padding: 5px 0;

    font: thin 13px/1.5em Helvetica, Arial, sans-serif;

    text-align: center;

    color: #555;
}
.nothome-footer {
    padding: 38px 0 !important;

    background-image: none !important;
}
.af-element {
    float: left;
    margin-right: 5px;

    line-height: 0;
}
#newsletter-footer h4 {
    float: left;
    margin-bottom: 8px;

    font-size: 21px;
    font-weight: bold;

    color: #59358c !important;
}
.titles-h4 {
    float: left;
    margin-bottom: 8px;
    margin-bottom: 20px;

    font-weight: bold;

    color: #59358c !important;
}
.footer-list {
    padding: 50px 20px;
}
.fa-circle {
    color: #55219e;
}
#top-menu ul li a {
    font-weight: bold;

    color: #55219e;
}
.nopadding {
    padding: 0  !important;
    margin: 0  !important;
}
.right-pop .wp-posts-carousel-details {
    bottom: 0 !important;
}
.right-pop .wp-posts-carousel-image {
    position: relative;

    max-height: 150px  !important;
    min-height: 150px  !important;
    padding: 0 !important;
    overflow: hidden;
}
.right-pop .default-theme.wp-posts-carousel .wp-posts-carousel-image img {
    position: absolute;
    top: 50%;
    left: 50%;

    width: auto !important;
    max-width: none !important;
    max-height: none !important;
    min-width: 193px !important;
    min-height: 150px !important;
    padding: 0 !important;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.page-id-249639 .wpb_wrapper p {
    padding-bottom: 10px;
}
a.at-share-btn:hover {
    color: #ddd !important;
}

a.addthis_twl_btn:hover {
    color: #fff  !important;
}


/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;

    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-15 {
    float: left;
    width: 20%;
}
.col-lg-12 {
    display: inline-block;
    float: left;
    width: 100%;
}
.col-lg-6 {
    display: inline-block;
    float: left;
    width: 50%;
}


/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/

.post-edit-link {
    position: fixed;
    top: 26%;
    left: 0;
    z-index: 99;

    display: block;
    width: 70px;
    padding: 4px 0;

    font-size: 14px;
    font-weight: 500;

    text-align: center;

    color: #532864  !important;
    border-radius: 0 2px 2px 0;
    background-color: #f4f4f4;
    box-shadow: 0 0 1px rgba(0, 0, 0, .30);
}


/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1070px) {
    #main-nav li a {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 1024px) {
    #nav-container,
    #social-media-top-nav {
        display: none;
    }

    .no-mobile {
        display: none;
    }
}

@media only screen and (max-width : 766px) {
    body {
        padding-top: 0 !important;
    }
    div#header-container {
        position: relative;
    }
}
@media only screen and (min-width: 1400px) {
    body {
        padding-top: 86px !important;
    }
    #header-container {
        -webkit-transition: background .5s ease-out;
           -moz-transition: background .5s ease-out;
             -o-transition: background .5s ease-out;
                transition: background .5s ease-out;

        background: rgba(255,255,255,1);
    }
    #header-container.opacity {
        background: rgba(255,255,255,1);
    }
    #header {
        background: transparent;
    }
    #nav-container #navigation {
        display: block !important;
    }

    body.author {
        padding-top: 64px !important;
    }
    .author #header-container {
        background: rgba(255,255,255,1);
    }
}

@media only screen and (max-width : 768px) {
    .related-posts-thumbnail:hover {
        -webkit-transform: none;
                transform: none;
    }
    .related-posts-container {
        width: 100%;
        padding: 10px;
    }
    .related-posts-title a {
        font-size: 18px;
    }
    .behind-wbtw-img {
        width: 100%;

        text-align: center;
    }
    .behind-wbtw-img img {
        width: 200px;
    }
    .behind-wbtw-description {
        display: inline-block;
        display: inline-block !important;
        float: left;
        width: 100%;
        height: auto;
        padding-top: 20px;
    }
    .behind-wbtw-description p {
        display: inline-block;
    }
    /*newsletter*/
    .newsletter-signup-container {
        height: auto;
    }

    .newsletter-signup-container form.af-form-wrapper {
        width: 100%;
    }
    .newsletter-signup-container .newsletter-caption {
        display: block;
    }
    .newsletter-signup-container .form-container {
        margin-bottom: -5px;

        background: rgba(52, 44, 100,.9);
    }
    .newsletter-signup-container input#awf_field-83186161 {
        width: 100%;
        padding-left: 17px;
        margin-bottom: 7px;

        text-align: left;
    }
    .newsletter-signup-container select#awf_field-83186159 {
        width: 100%;
        margin-bottom: 7px;

        text-align: left;
    }
    .newsletter-signup-container input#awf_field-83186160 {
        width: 100%;
        padding-left: 17px;
        margin-bottom: 7px;

        text-align: left;
    }
}
@media only screen and (max-width: 992px) {
    body.full-width #content {
        padding: 0 2em;
    }

    div#nav-container {
        display: none;
    }

    .archive .post,
    .search article {
        height: auto;
    }
    .archive .entry-img,
    .search .entry-img {
        width: 100%;
    }
    .archive .entry-img:before,
    .search .entry-img:before {
        display: block;
        width: 100%;
        padding-top: 40.25%;

        content: "";
    }
    .archive .entry-img,
    .search .entry-img {
        height: auto;
    }
    .archive .entry-img:hover,
    .search .entry-img:hover {
        -webkit-transform: none;
                transform: none;
    }
    .archive .content-half,
    .search .content-half {
        width: 100%;
        height: auto;
    }
    .archive section.entry,
    .search section.entry {
        max-height: none;
    }
    .archive .end-excerpts-opacity,
    .search .end-excerpts-opacity {
        height: 40px;
    }

    .archive .post-more-container,
    .search .post-more-container {
        position: static;

        padding: 10px 20px 20px 0;
    }
    /* related posts */

    .related-posts-container {
        padding: 0 5px;
    }
    .at4-share-outer {
        display: none;
    }
    /*newsletter*/
    .newsletter-signup-container {
        padding: 0;
        margin-bottom: 50px;
        overflow: hidden;

        background: url(/wp-content/uploads/Newsletter-small-background.png);
        background-size: 100% 100%;
    }
    .newsletter-signup-container .newsletter-caption-container {
        display: block;
        float: left;
        width: 100%;
        height: auto;
        padding: 20px;

        text-align: center;
    }
    .newsletter-signup-container form.af-form-wrapper {
        display: block;
        width: 641px;
        margin: 0 auto;
    }
    .newsletter-signup-container .newsletter-caption {
        display: block;
    }
    .newsletter-signup-container .form-container {
        position: static;
        right: 0;

        width: 100%;
        padding: 20px;
        margin-top: 0;

        border-radius: 0;
    }
    .newsletter-signup-container input#awf_field-83186161 {
        width: 200px;
    }
    .newsletter-signup-container select#awf_field-83186159 {
        width: 110px;
    }
    .newsletter-signup-container input#awf_field-83186160 {
        width: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    header#header {
        width: 100%;
        max-width: 1420px;
    }
    footer {
        width: 90%;
        max-width: 1450px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 1500px) {
/*    .archive .post,
.search article {
    height: 310px;
}
*/

    
    .archive .entry-img,
    .search .entry-img {
        height: 310px;
    }

    .archive .content-half,
    .search .content-half {
        height: 310px;
    }
    .archive .entry-img img,
    .search .entry-img img {
        min-height: 310px;
    }
    .archive section.entry,
    .search section.entry {
        max-height: 119px;
    }
}
@media only screen and (max-width : 768px) {
    h1.catbanner-title {
        font-size: 40px;
        line-height: 40px;

        text-align: center;
    }
}
@media only screen and (min-width: 320px) {
    header.post-bg {
        padding-top: 80px;
    }
}
@media only screen and (min-width: 767px) {
    header.post-bg {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 768px) {
    .col-sm-15 {
        float: left;
        width: 50%;
    }
    .row.footer-back {
        padding: 0;
    }
    .behind-wbtw-description {
        width: 47%;
        padding-top: 0 !important;
    }
}
@media only screen and (max-width: 992px) {
    .col-md-15 {
        float: left;
        width: 50%;
    }
    .row.footer-back {
        padding: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .col-lg-6 {
        width: 100%;
    }
    .row.footer-back {
        padding: 0;
    }
    #cities-top {
        width: 100% !important;
    }
    #cities-bottom {
        width: 100% !important;
        margin-top: -20px;
    }
}
@media only screen and (max-width: 1200px) {
    .col-lg-15 {
        float: left;
        width: 20%;
    }
}
@media only screen and (max-width: 1500px) {
    .behind-wbtw-description {
        width: 50% !important;
        padding-top: 26px !important;
    }
}
@media only screen and (max-width: 414px) {
    .col-md-15 {
        float: left;
        width: 100% !important;
    }
    .widget-area {
        border-right: 0 solid #deae66;
    }
    .textwidget {
        border-bottom: 2px solid #deae66;
    }
    #text-32 {
        border-right: 0 solid #deae66 !important;
    }
    .area-last,
    .textwidget {
        border-right: 0 solid #deae66 !important;
    }
    .behind-wbtw-description {
        width: 100% !important;
        padding-top: 0 !important;
    }
    #email-element {
        margin: 10px 0 5px !important;
        margin-right: 0;
    }
}
@media(max-width: 992px) {
    #social-media-top-nav {
        display: none;
    }
}


/*
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------*/


@-webkit-keyframes glow {
    0% {
        border-color: #55219e;
        box-shadow: 0 0 5px rgba(85, 33, 158,.2), inset 0 0 5px rgba(85, 33, 158,.1), 0 2px 0 #55219e;
    }
    100% {
        border-color: #8b4fde;
        box-shadow: 0 0 20px rgba(85, 33, 158,.6), inset 0 0 10px rgba(85, 33, 158,.4), 0 2px 0 #55219e;
    }
}

@keyframes glow {
    0% {
        border-color: #55219e;
        box-shadow: 0 0 5px rgba(85, 33, 158,.2), inset 0 0 5px rgba(85, 33, 158,.1), 0 2px 0 #8b4fde;
    }
    100% {
        border-color: #8b4fde;
        box-shadow: 0 0 20px rgba(85, 33, 158,.6), inset 0 0 10px rgba(85, 33, 158,.4), 0 2px 0 #55219e;
    }
}
