/*

Theme Name: Top Shelf Music WP
Theme URI: http://www.topshelfmusic.com.au
Author: AdVisible   
Author URI: http://www.advisible.com.au
Description: The Top Shelf Music theme for WordPress.
Version: 1.0

------------------------------------------------------------- */


/*Css Wp*/

a,
a:focus {
    outline: none;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #f1f1f1;
    font-family: 'Montserrat', 'Oxygen', sans-serif;
    font-size: 12px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:focus {
    outline: 0px solid #c1c1c1;
    outline: 0px solid rgba(51, 51, 51, 0.3);
}

b {
    font-weight: 600;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

ul,
ol {
    margin: 0 0 1.6em 1.3333em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

input,
input:focus {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}


/**



 * 9.0 Clearings



 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
    content: "";
    display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
    clear: both;
}

.text-center {
    text-align: center;
}

.list-inline li {
    display: inline-block;
}

.list-unstyle li {
    list-style-type: none;
}

.list-unstyle,
.list-inline {
    margin: 0;
    padding: 0;
}

h1 {}

p {}

a {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: #8f9297;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #8f9297;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #8f9297;
}

:-ms-input-placeholder {
    color: #8f9297;
}

.header {
    position: relative;
    border-bottom: 3px solid #2993b3;
    background: #f0f0f1;
    width: 100%;
    z-index: 11;
}

.stiky-widget {
    max-width: 1920px;
    margin: 0px auto;
    position: relative;
    top: -69px;
}

.wrapper {
    max-width: 1250px;
    padding: 0 15px;
    margin: auto;
    position: relative;
}

.logo {
    background: url('images/header_logo.png') no-repeat;
    width: 320px;
    height: 132px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.logo a {
    display: block;
}

.logo h1 {
    display: none;
}

.header_left_block {
    float: left;
}

.header_right_block {
    float: right;
}

.header ul li {
    padding: 23px 30px;
    font-family: Montserrat;
    font-size: 18px;
    color: #2cafd8;
}

.header ul li a {
    font-family: Montserrat;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.header ul li a:hover {
    color: #73a9b9;
}


/*my change */

.header_right_block ul li:last-child a {
    color: #2cafd8;
}

.header_right_block ul li:last-child a:hover {
    color: #73a9b9;
}


/*my change */

.easywedding_logo {
    position: absolute;
    right: 55px;
    top: 15px;
    background: url('images/header_logo2.png') no-repeat;
    width: 240px;
    height: 40px;
}

.hero_wrapper {
    position: relative;
}

.hero_entry {
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    padding: 140px 0 0;
}

.hero_entry h2 {
    font-family: Oxygen;
    font-size: 48px;
    font-weight: 300;
    color: #fff;
}

.hero_entry h3 {
    font-family: Oxygen;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 60px;
}


/*my change */

.btn {
    cursor: pointer;
    display: inline-block;
    font-family: Oxygen;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #369ebe;
    text-transform: uppercase;
    padding: 15px 52px;
    border: medium none;
    letter-spacing: 1px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3db4da+0,3393b0+100 */
    background: #3db4da;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3db4da 0%, #3393b0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3db4da), color-stop(100%, #3393b0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3db4da 0%, #3393b0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3db4da 0%, #3393b0 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3db4da 0%, #3393b0 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #3db4da 0%, #3393b0 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3db4da', endColorstr='#3393b0', GradientType=0);
    /* IE6-9 */
}


/*my change */

.btn:hover {
    background: #38b6dd;
}

.flexslider {
    border: none;
    margin: 0;
}

.flex-direction-nav a {
    font-size: 0px;
}

.flex-direction-nav a.flex-prev::before {
    content: url("images/arrow_right.png");
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    cursor: pointer;
}

.flex-direction-nav a.flex-prev.flex-disabled::before {
    content: url("images/arrow_left.png");
    -webkit-transform: skewX(180deg);
    -moz-transform: skewX(180deg);
    -ms-transform: skewX(180deg);
    -o-transform: skewX(180deg);
    transform: skewX(180deg);
    cursor: pointer;
}

.flex-direction-nav a.flex-next.flex-disabled::before {
    content: url("images/arrow_left.png");
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    cursor: pointer;
}

.flex-direction-nav a.flex-next::before {
    content: url('images/arrow_right.png');
    cursor: pointer;
}


/*my change */

.flex-direction-nav a::before {
    content: url('images/arrow_left.png');
}

.flex-direction-nav a.flex-next::before {
    content: url('images/arrow_right.png');
}

.flex-direction-nav a {
    height: 55px;
}

.flex-direction-nav .flex-next {
    right: 210px;
}

.wedding {
    background: url('images/wedding.jpg') no-repeat scroll 0 0;
    position: absolute;
    top: 558px;
    left: 15px;
    z-index: 1;
    width: 420px;
    height: 110px;
    text-align: center;
    opacity: 0.5;
}

.corporate {
    background: url('images/corporate.png') no-repeat scroll 0 0;
    position: absolute;
    top: 558px;
    z-index: 1;
    left: 435px;
    width: 420px;
    height: 110px;
    text-align: center;
    opacity: 0.5;
}

.party {
    background: url("images/party.png") no-repeat scroll 0 0;
    position: absolute;
    top: 558px;
    z-index: 1;
    left: 855px;
    width: 420px;
    height: 110px;
    text-align: center;
    opacity: 0.5;
}

.wedding:hover {
    opacity: 1;
    box-shadow: 10px 0 10px 10px rgba(0, 0, 0, 0.2);
    height: 151px;
    top: 517px;
    background-size: cover;
}

.corporate:hover {
    opacity: 1;
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2);
    height: 151px;
    top: 517px;
    background-size: cover;
}

.party:hover {
    opacity: 1;
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2);
    height: 151px;
    top: 517px;
    background-size: cover;
}

.wedding:hover .btn_wedding {
    font-size: 24px;
    padding: 12px 90px;
}

.corporate:hover .btn_corporate {
    font-size: 24px;
    padding: 12px 64px;
}

.party:hover .btn_party {
    font-size: 24px;
    padding: 12px 90px;
}

.wedding:hover .wedding_btn_wrapper {
    border: 10px solid rgba(255, 255, 255, 0.2);
}

.corporate:hover .corporate_btn_wrapper {
    border: 10px solid rgba(255, 255, 255, 0.2);
}

.party:hover .corporate_btn_wrapper {
    border: 10px solid rgba(255, 255, 255, 0.2);
}

.btn_wedding {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 12px 110px;
    display: inline-block;
    background: #fff;
    opacity: 0.8;
}

.btn_corporate {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 12px 87px;
    display: inline-block;
    background: #fff;
    opacity: 0.8;
}

.btn_party {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 12px 107px;
    display: inline-block;
    background: #fff;
    opacity: 0.8;
}

.eassywedding_award {
    position: absolute;
    bottom: 40px;
    right: 35px;
}

.wedding_btn_wrapper {
    border: 5px solid rgba(255, 255, 255, 0.2);
    margin: 30px auto 0;
    max-width: 320px;
}

.corporate_btn_wrapper {
    border: 5px solid rgba(255, 255, 255, 0.2);
    margin: 30px auto 0;
    max-width: 300px;
}

.flex-direction-nav .flex-next {
    opacity: 1 !important;
}

.flex-direction-nav .flex-prev {
    left: 210px;
    opacity: 1 !important;
}

.flexslider:hover .flex-next {
    right: 210px;
}

.flexslider:hover .flex-prev {
    left: 210px;
}

.flex-direction-nav a {
    margin: -70px 0 0;
}

.about {
    background: #f8f8f8;
    padding: 110px 0;
}

.about_us {
    float: left;
    text-align: center;
    max-width: 500px;
    margin-left: 40px;
}

.wedding_dj {
    float: left;
    max-width: 539px;
    margin-left: 140px;
}

.about_us h1 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    padding: 0 0 50px;
}

.about_us p {
    font-family: Oxygen;
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    padding-bottom: 65px;
    line-height: 34px;
}

.wedding_dj h1 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    padding: 0 0 30px;
}

.wedding_dj p {
    font-family: Oxygen;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.dj_video {
    max-width: 542px;
    height: 300px;
    margin-top: 35px;
    background: url('images/djvideo.png') no-repeat;
    text-align: center;
}

.ytp-thumbnail-overlay {
    background: url('images/djvideo.png') !important;
}

.bg_section {
    background: url("images/bg.png") no-repeat scroll 0 0;
    background-size: cover;
    position: relative;
    padding-bottom: 70px;
}

.bg_title {
    max-width: 570px;
    margin: auto;
}

.bg_title h1 {
    font-family: Montserrat;
    font-size: 130px;
    font-weight: 300;
    color: #f2f2f2;
    float: left;
    padding: 88px 0 0;
}

.bg_title h2 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    color: #f2f2f2;
    text-transform: uppercase;
    float: left;
    padding: 150px 0 0 30px;
}

.bg_content {
    margin-top: 80px;
}

.bg_single {
    float: left;
    margin-bottom: 90px;
    margin-right: 29px;
}

.bg_single_push_left {
    margin-left: 40px;
}


/*my change*/


/*.bg_num {

    background: #3b3e43 none repeat scroll 0 0;

    border: 1px none transparent;

    border-radius: 100%;

    color: #191c21 !important;

    float: left;

    font-family: Montserrat !important;

    font-size: 18px !important;

    height: 42px;

    line-height: 40px;

    margin-right: 30px;

    padding: 0;

    text-align: center;

    width: 42px;

}*/


/*.bg_text {

    font-family: Oxygen;

    font-size: 16px;

    color: #f1f1f1;

    float: left;

    max-width: 203px;

}

*/

.push_right {
    padding-right: 43px;
}

.push_down {
    padding-top: 10px;
}

.testimonial_img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 320px;
    bottom: -25px;
}

.testimonial_section {
    background: url("images/testimonial_background.png") no-repeat scroll 0 0;
    background-size: cover;
    padding: 85px 0 134px;
}

.testimonial_title {
    text-align: center;
}

.testimonial_title h1 {
    font-family: Oxygen;
    font-weight: 300;
    font-size: 24px;
    color: #333333;
}

.testimonial_txt {
    float: left;
    max-width: 540px;
    margin-top: 60px;
    background: url('images/inverted.png') no-repeat;
    padding: 25px 0 0 3px;
}

.testimonial_video {
    float: left;
    width: 542px;
    height: 300px;
    margin: 100px 0 0 138px;
    text-align: center;
}

.testimonial_txt p {
    font-family: Oxygen;
    font-size: 16px;
    color: #000;
    padding-bottom: 34px;
}

.bold_txt {
    font-weight: 700;
}

.testimonial_seemore a {
    text-decoration: underline;
    text-transform: uppercase;
    font-family: Oxygen;
    font-weight: 300;
    font-size: 24px;
    color: #333333;
}

.testimonial_seemore a:hover {
    text-decoration: none;
}

.testimonial_seemore {
    margin-top: 120px;
    text-align: center;
}

.cta_section {
    background: #494c52;
    padding: 78px 0;
    text-align: center;
}

.cta_txt {
    float: left;
    margin: 10px 40px 0 156px;
}

.cta_section p {
    font-family: Oxygen;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    display: inline-block;
    margin-right: 25px;
}

.cta_btn {
    float: left;
}

.footer {
    background: #191c21;
    padding: 130px 0;
}

.footer_menu a {
    color: #494c52;
    font-family: Montserrat;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    font-weight: 400;
}

.footer_menu ul li {
    padding-right: 40px;
}

.footer_left_block p {
    color: #494c52;
    font-family: Oxygen;
    font-size: 16px;
    margin-top: 30px;
}

.footer_right_block p {
    color: #494c52;
    font-family: Oxygen;
    font-size: 14px;
    margin-top: 16px;
}

.footer_left_block {
    float: left;
}

.footer_right_block {
    float: right;
    text-align: center;
}

.footer_menu a:hover {
    color: #2993b3;
}

.flexslider .slides > li {
    position: relative;
}

.flex-control-thumbs li {
    max-width: 420px;
}

.flex-control-thumbs {
    margin: 0;
    position: absolute;
}

.flex-control-nav {
    bottom: 0;
}

.flex-slider ol {
    max-width: 1260px;
}

#carousel {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    max-width: 1260px;
}

.flexslider {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#carousel .slides li:hover .wedding_btn_wrapper,
#carousel .slides li.flex-active-slide .wedding_btn_wrapper {
    border: 10px solid rgba(255, 255, 255, 0.2);
    bottom: 40px;
    z-index: 1;
}

#carousel .slides li:hover .btn_wedding,
#carousel .slides li.flex-active-slide .btn_wedding {
    padding: 12px 81px;
    font-size: 24px;
}

#carousel .slides li:hover .corporate_btn_wrapper,
#carousel .slides li.flex-active-slide .corporate_btn_wrapper {
    border: 10px solid rgba(255, 255, 255, 0.2);
}

#carousel .slides li:hover .btn_corporate,
#carousel .slides li.flex-active-slide .btn_corporate {
    padding: 12px 74px;
    font-size: 24px;
}

#carousel .slides li:hover .corporate_btn_wrapper,
#carousel .slides li.flex-active-slide .corporate_btn_wrapper {
    border: 10px solid rgba(255, 255, 255, 0.2);
}

#carousel .slides li:hover .btn_party {
    padding: 12px 112px;
    font-size: 24px;
}

.btn_wedding {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 12px 0px;
    display: inline-block;
    background: #fff;
    opacity: 0.8;
    width: 100%;
    text-align: center;
}

.btn_corporate {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 12px 0px;
    display: inline-block;
    background: #fff;
    opacity: 0.8;
    width: 100%;
    text-align: center;
}

.btn_party {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 12px 0px;
    display: inline-block;
    background: #fff;
    opacity: 0.8;
    width: 100%;
    text-align: center;
}

.eassywedding_award {
    position: absolute;
    bottom: 40px;
    right: 35px;
}

.wedding_btn_wrapper {
    border: 5px solid rgba(255, 255, 255, 0.2);
    margin: 30px auto 0;
    max-width: 320px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}

#carousel a {
    color: #000;
}

#carousel img {
    opacity: 0.5;
    position: relative;
    bottom: -40px;
}

#carousel .slides li:hover img {
    opacity: 1;
}

#carousel .slides li {
    overflow: hidden;
    height: 150px;
}

#carousel .slides li:hover img,
#carousel .slides li.flex-active-slide img {
    height: 150px;
    bottom: 0;
    position: relative;
    opacity: 1;
}

#carousel .slides li:hover {
    overflow: visible;
}

.play_btn {
    cursor: pointer;
    display: inline-block;
    margin-top: 100px;
}

.enquiry_form {
    float: right;
    background: #474c58;
    padding: 17px 30px 19px;
    text-transform: uppercase;
    font-family: Oxygen;
    font-size: 16px;
    font-weight: 700;
    color: #0ed9fe;
    display: inline-block;
    position: fixed;
    bottom: 0;
    right: 40px;
    display: none;
}

.popup_form {
    max-height: 790px;
    max-width: 640px;
    background: #474b54;
    padding: 40px 48px 60px;
    position: fixed;
    right: 40px;
    bottom: 57px;
    z-index: 11;
    display: none;
}

.popup_form h1 {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    color: #f8f8f8;
    text-transform: uppercase;
    padding-bottom: 23px;
}

.popup_form p {
    font-family: Oxygen;
    font-size: 14px;
    color: #f2f2f2;
}

.popup_form_input {
    background: #f2f2f2;
    height: 50px!important;
    width: 100%;
    font-family: Oxygen;
    font-size: 14px;
    color: #121418;
    padding: 12px 20px;
    margin-bottom: 12px;
    border-radius: 0;
    border: 1px solid #ececec;
}

select.popup_form_input {
    background: #f2f2f2 url("images/jquery.selectBox-arrow.png") no-repeat scroll 97% center;
    color: #8f9297;
    height: auto;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.from_left_block {
    float: left;
    margin-right: 21px;
    width: 48%;
}

.from_right_block {
    float: left;
    width: 48%;
}

.popup_form_textarea {
    width: 100%;
    height: 135px;
    font-family: Oxygen;
    font-size: 14px;
    color: #121418;
    padding: 12px 20px;
    margin-bottom: 30px;
    border-radius: 0;
    border: 1px solid #ececec;
}

.push_down_form {
    margin-bottom: 30px;
}

.push_center {
    margin: auto;
    max-width: 240px;
}

.cross_sign {
    background: url('images/cross.png') no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: fixed;
    bottom: 677px;
    right: 60px;
    z-index: 11;
}

.enquiry_close {
    float: right;
    background: #474c58;
    padding: 17px 30px 19px;
    text-transform: uppercase;
    font-family: Oxygen;
    font-size: 16px;
    font-weight: 700;
    color: #9599a0;
    display: inline-block;
    position: fixed;
    bottom: 0;
    right: 40px;
    display: none;
    width: 208px;
    text-align: center;
}


/*about page style */

.about-area {
    position: relative;
    padding: 170px 0;
    background: url(images/about-bg.jpg)no-repeat scroll center center;
    background-size: cover;
}

.about-text {
    text-align: center;
}

.about-text h2 {
    font-family: Oxygen;
    font-size: 48px;
    font-weight: 300;
    color: #fff;
}

.our-company {
    position: relative;
    padding: 140px 0;
}

.one-fifty {
    float: left;
    width: 50%;
}

.our-company-text {
    width: auto;
    text-align: center;
    padding-right: 83px;
}

.our-company-text h3 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 30px;
}

.our-company-text p {
    font-family: Oxygen;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #333333;
}

.our-company-text.last {
    padding-left: 83px;
    width: auto;
    padding-right: 0;
}

.our-company-quote {
    position: relative;
    padding: 110px 0;
    background: url(images/our-company-bg.jpg)no-repeat scroll center center;
    background-size: cover;
}

.our-company-quote-details {
    max-width: 780px;
}

.our-company-quote-details h4 {
    font-family: Oxygen;
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    color: #ffffff;
}

.Our-equipments-area {
    position: relative;
    background: #fff;
    padding: 120px 0 150px;
}

.equipments-details {
    text-align: center;
    max-width: 524px;
    margin: 0 auto;
}

.equipments-details h3 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 27px;
}

.equipments-details p {
    font-family: Oxygen;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #333333;
}

.company-barnd {
    position: relative;
    padding: 40px 0 140px;
}

.brand-image {
    display: inline-block;
}

.brand-image {
    padding: 80px 115px 0;
}

.item {
    display: inline-block;
    padding-right: 40px;
}

.item.last-child {
    padding-right: 0px;
}


/*testimonial style*/

.testimonial_container {
    padding: 120px 0;
    background: #fff;
}

.testimonial_header {
    text-align: center;
}

.testimonial_header p {
    font-family: Oxygen;
    font-size: 24px;
    line-height: normal;
    font-weight: 300;
    color: #333333;
}

.push_up {
    padding: 35px 0 45px;
}

.testimonial_tabs {
    max-width: 585px;
    margin: 0 auto;
}

.text_btn {
    float: left;
    margin-right: 26px;
}

.video_btn {
    float: none;
    margin-left: 0px;
}

.deactive,
.deactive:hover {
    background: #ececec;
    color: #a4a4a4;
    cursor: text;
}

.testimonial_message_container::before {
    border-right: 2px solid #ececec;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
}

.testimonial_messages_right_border {
    position: relative;
    margin-top: 90px;
}

.testimonial_messages {
    width: 50%;
    float: left;
}

.bottom_bordered {
    border-bottom: 2px solid #ececec;
}

.testimonial_messages_single {
    text-align: center;
    max-width: 538px;
}

.testimonial_messages img {
    padding: 19px 0;
}

.testimonial_messages h3 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}

.testimonial_messages p {
    font-family: Oxygen;
    font-size: 16px;
    color: #333333;
    line-height: 1.8em;
}

.testimonial_messages a {
    font-family: Oxygen;
    font-size: 14px;
    color: #333333;
    text-decoration: underline;
    margin: 20px 0 50px;
    display: inline-block;
}

.f_right {
    float: right;
}

.bottom_last {
    border-bottom: none;
}

.bottom_last_responsive {
    border-bottom: none !important;
}

.padding_left {
    padding: 0 10px 0 67px !important;
}

.p_top {
    padding-top: 50px !important;
}

.post-type-archive-faq .p_top {
    padding-top: 65px !important;
}

.pagination a,
.pagination span {
    font-family: Oxygen;
    font-size: 14px;
    color: #a4a4a4;
    border: 1px solid #ececec;
    padding: 10px 13px;
    background: #ececec;
    margin: 0 5px;
    display: inline-block;
}

.pagination a:hover,
.pagination span,
.pagination span.current {
    background: #fff;
}

.pagination {
    text-align: center;
    margin-top: 45px;
    clear: both;
}

.testimonial_video_container {
    margin-top: 90px;
}

.testimonial_video_container ul li {
    margin: 3px;
}

.testimonial_video_container ul li a {
    display: inline-block;
    margin-top: 5px;
}

.testimonial_single_video_1 {
    width: 240px;
    height: 135px;
    background: url('images/testimonial_video1.png') no-repeat;
    background-size: cover;
    text-align: center;
}

.testimonial_single_video_2 {
    width: 240px;
    height: 135px;
    background: url('images/testimonial_video2.png') no-repeat;
    background-size: cover;
    text-align: center;
}

.testimonial_single_video_3 {
    width: 240px;
    height: 135px;
    background: url('images/testimonial_video3.png') no-repeat;
    background-size: cover;
    text-align: center;
}

.testimonial_single_video_4 {
    width: 240px;
    height: 135px;
    background: url('images/testimonial_video4.png') no-repeat;
    background-size: cover;
    text-align: center;
}

.testimonial_single_video_5 {
    width: 240px;
    height: 135px;
    background: url('images/testimonial_video5.png') no-repeat;
    background-size: cover;
    text-align: center;
}

.testimonial_single_video_6 {
    width: 240px;
    height: 135px;
    background: url('images/testimonial_video6.png') no-repeat;
    background-size: cover;
    text-align: center;
}

.testimonial_single_video_7 {
    width: 240px;
    height: 135px;
    background: url('images/testimonial_video7.png') no-repeat;
    background-size: cover;
    text-align: center;
}

.testimonial_single_video_8 {
    width: 240px;
    height: 135px;
    background: url('images/testimonial_video8.png') no-repeat;
    background-size: cover;
    text-align: center;
}

.testimonial_single_video_9 {
    width: 240px;
    height: 135px;
    background: url('images/testimonial_video9.png') no-repeat;
    background-size: cover;
    text-align: center;
}

.testimonial_single_video_10 {
    width: 240px;
    height: 135px;
    background: url('images/testimonial_video10.png') no-repeat;
    background-size: cover;
    text-align: center;
}

.testimonial_single_video_11 {
    width: 240px;
    height: 135px;
    background: url('images/testimonial_video11.png') no-repeat;
    background-size: cover;
    text-align: center;
}

.testimonial_single_video_12 {
    width: 240px;
    height: 135px;
    background: url('images/testimonial_video12.png') no-repeat;
    background-size: cover;
    text-align: center;
}

.testimonial_single_video_13 {
    width: 240px;
    height: 135px;
    background: url('images/testimonial_video13.png') no-repeat;
    background-size: cover;
    text-align: center;
}

.testimonial_single_video_14 {
    width: 240px;
    height: 135px;
    background: url('images/testimonial_video14.png') no-repeat;
    background-size: cover;
    text-align: center;
}

.video_wrapper {
    padding: 0;
}

.testimonial_video_playlist {
    text-align: center;
    display: none;
}

.testimonial_video_playlist p {
    font-family: Oxygen;
    font-size: 16px;
    color: #333333;
    padding-top: 50px;
    padding-bottom: 35px;
}

.testimonial_video_custom {
    margin: auto;
    float: none;
}

.testimonial_message_container ul li {
    float: left;
}


/* faq style */

.faq_style {
    max-width: 640px;
    margin: auto;
}

.faq_pa_bottom {
    padding-bottom: 30px;
}

.faq_min_height {
    /*min-height: 340px;*/
    min-height: 300px;
}

.thankyou_container {
    text-align: center;
    padding: 100px 0 333px;
}

.thankyou_container p {
    font-family: Oxygen;
    font-size: 24px;
    line-height: normal;
    font-weight: 300;
    color: #333333;
}

.thankyou_container a {
    font-family: Oxygen;
    font-size: 24px;
    line-height: normal;
    font-weight: 300;
    color: #333333;
    border-bottom: 1px solid #333333;
}


/* contact style */

.contact_services {
    padding: 95px 0 125px;
    text-align: center;
    background: #fff;
}

.contact_services p {
    font-family: Oxygen;
    font-size: 24px;
    line-height: normal;
    font-weight: 300;
    color: #333333;
}

.contact_push {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 25px 0 65px;
}

.form_left_block {
    float: left;
    width: 48%;
    margin-right: 48px;
    text-align: left;
    margin-bottom: 65px;
}

.form_right_block {
    float: left;
    width: 48%;
    text-align: left;
}

.form_input_color {
    background: #ececec;
}

.contact_form_body {}

.level_style {
    font-family: Montserrat;
    font-size: 18px;
    line-height: normal;
    color: #333333;
    padding-bottom: 10px;
    display: block;
}

.contact_form_select {
    font-family: Oxygen;
    font-size: 16px;
    line-height: normal;
    color: #a7a7a7;
    background: #ececec url("images/footer-jquery-select-box.png") no-repeat scroll 96% center;
    border: 1px solid #ececec;
    border-radius: 0;
    font-family: Oxygen;
    margin-bottom: 12px;
    padding: 12px 20px;
    width: 100%;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact_textarea_heght {
    background: #ececec;
    height: 332px!important;
}

.wpcf7-not-valid-tip {
    float: right;
    color: #ec8484 !important;
    font-size: 11px !important;
    font-family: Oxygen;
    position: absolute;
    right: 0;
    bottom: 45px;
}

.wpcf7-not-valid {
    background-color: #fff2f2!important;
    border-bottom: 2px solid #af2424;
}

.popup_form .wpcf7-not-valid-tip {
    color: #ec8484 !important;
    font-size: 11px !important;
    font-family: Oxygen;
    position: static;
    float: none;
    margin-bottom: 10px;
}

.video_thumb a {
    position: relative;
}

.video_thumb a:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .5) url(images/testimonial_play_btn.png) no-repeat center center;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
}

.eassywedding_award-slider {
    position: relative;
    margin: 0px auto;
    max-width: 1920px;
}

.single-service-details.services-list li {
    display: inline-block;
    width: 46%;
    vertical-align: top;
    margin-right: 4%;
}

.single-service-details.services-list li:nth-child(even) {
    margin-right: 0;
}

.single-service-details.services-list ul {
    margin-bottom: 41px;
}

.single .single-service-details ul {
    margin-top: 20px!important;
}

.brand-image-gellary .itema:last-child {
    margin-right: 0;
}


/* edit - AdVisible - 23-Nov-2015 */

.archive .additional-list {
    display: none;
}

.single .single-service-details .additional-list {
    margin-top: -35px !important;
}


/*New CSS*/

.header ul li {
    position: relative;
}

.header ul li a {
    position: relative;
}

.header ul li.current-menu-item a {
    font-weight: 700;
}

.header ul li.current-menu-item a:before {
    content: " ";
    position: absolute;
    z-index: -1;
    left: 4px;
    right: 4px;
    bottom: -23px;
    border-bottom: 5px solid #2993b3;
}

.header ul li.current-menu-item:before {
    bottom: 11px;
    content: url("images/border-left.png");
    height: 6px;
    left: 30px;
    position: absolute;
    right: 0;
    width: 4px;
    z-index: 2;
}

.header ul li.current-menu-item:after {
    bottom: 11px;
    content: url("images/border-right.png");
    height: 6px;
    left: auto;
    position: absolute;
    right: 30px;
    width: 4px;
    z-index: 2;
}

.about {
    padding-top: 100px;
    padding-bottom: 105px;
}

.about_us h1 {
    padding-bottom: 32px;
}

.wedding_dj h1 {
    padding-bottom: 15px;
}

.bg_title h1 {
    padding-top: 60px;
}

.bg_title h2 {
    padding-top: 125px;
}


/*.bg_text {

    line-height: 24px;

}

*/

.bg_section {
    padding-bottom: 110px;
}

.testimonial_section {
    padding-top: 80px;
}

.testimonial_txt p {
    padding-bottom: 28px;
}

.testimonial_txt p:first-child {
    padding-bottom: 23px;
}

.testimonial_video .youtube-big {
    margin-top: 0px;
}

.testimonial_seemore {
    margin-top: 115px;
}

.wrapper-small {
    max-width: 1020px;
}

.cta_txt {
    margin-left: 0;
    margin-right: 15px;
}

.cross_sign-close {
    position: relative;
}

.cross_sign {
    bottom: auto;
    position: absolute;
    right: -25px;
    top: -20px;
}

.push_center .ajax-loader {
    display: none;
}

.popup_form {
    padding-bottom: 40px;
}

.bg_content_mobile {
    display: none;
}


/* New customization */

.go_to_services {
    color: #333333;
    font-size: 20px;
    font-family: Oxygen;
    text-decoration: underline;
    margin-left: 40px;
}

.go_to_services:hover {
    text-decoration: none;
}

iframe {
    width: 100%;
    height: 302px;
}


/* New customization */

.popup_form_input:focus,
.popup_form_input.active,
.wpcf7-select.active {
    outline: none;
    border-bottom: 2px solid #2993b3;
    background-color: #fff;
    color: #121418;
}

.popup_form_textarea:focus,
.popup_form_textarea.active {
    outline: none;
    border-bottom: 2px solid #2993b3;
    background: #fff;
}

.easywedding_logo img {
    margin-top: 35px;
}

.flexslider.carousel-mobile ul li {
    display: block;
    width: 420px;
    float: left;
}

#carousel ul.slides {
    overflow: hidden;
}

#carousel ul.slides li.flex-active-slide {
    opacity: 0.8;
}

#carousel ul.slides li.flex-active-slide:hover {
    opacity: 1;
}

.btn_wedding a {
    color: #000;
    display: block;
    width: 100%;
}

@media all and (-ms-high-contrast:none) {
    .header ul li.current-menu-item a::before {
        bottom: -24px;
    }
    /* IE10 */
    *::-ms-backdrop,
    .header ul li.current-menu-item a::before {
        bottom: -24px;
    }
    /* IE11 */
}

@media (min-width: 1700px) {
    .bg_single_push_left {
        margin-left: 25px;
    }
}


/*EndNew CSS*/

@media all and (-webkit-min-device-pixel-ratio: 0) {
    .header ul li {
        padding: 23.5px 30px;
        font-family: Montserrat;
        font-size: 18px;
        color: #2cafd8;
    }
    .header ul li.current-menu-item:before {
        bottom: 10px;
    }
    .header ul li.current-menu-item:after {
        bottom: 10px;
    }
}

@media (max-width: 1720px) {
    .easywedding_logo {
        right: 5px;
        width: auto;
    }
    .header_left_block {
        margin-left: 80px;
    }
    .header_right_block {
        margin-right: 100px;
    }
    .header ul li {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header ul li.current-menu-item::before {
        left: 15px;
    }
    .header ul li.current-menu-item::after {
        right: 15px;
    }
}

@media (max-width: 1530px) {
    .popup_form_textarea {
        height: 100px;
    }
    .popup_form_input {
        height: 46px;
    }
    .enquiry_close {
        padding-bottom: 10px;
        padding-top: 15px;
    }
    .popup_form {
        bottom: 46px;
    }
    .popup_form {
        padding-bottom: 25px;
    }
    .popup_form_textarea {
        margin-bottom: 25px;
    }
    .push_down_form {
        margin-bottom: 20px;
    }
    .popup_form h1 {
        padding-bottom: 12px;
    }
    .header ul li a {
        font-size: 14px;
    }
    .header ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header_left_block {
        margin-left: 155px;
    }
    .header_right_block {
        margin-right: 180px;
    }
    .header ul li.current-menu-item::before {
        left: 10px;
    }
    .header ul li.current-menu-item::after {
        right: 10px;
    }
}

@media (max-width: 1380px) {
    .popup_form_input {
        height: 42px;
    }
    .popup_form_textarea {
        height: 80px;
    }
    .header_left_block {
        margin-left: 0;
    }
    .header_right_block {
        margin-right: 0;
    }
    .header ul li a {
        font-size: 16px;
    }
    .header ul li.current-menu-item::before {
        left: 30px;
    }
    .header ul li.current-menu-item::after {
        right: 30px;
    }
    .header ul li {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1030px) {
    .bg_single {
        width: 23.2%;
    }
    .bg_content .bg_single:nth-child(4n+0) {
        margin-right: 0px;
        margin-left: 0;
    }
    .our-company-text p br {
        display: none;
    }
    .single-service-details p br {
        display: none!important;
    }
    .header ul li.current-menu-item::before {
        left: 10px;
    }
    .header ul li.current-menu-item::after {
        right: 10px;
    }
    iframe {
        height: 255px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .bg_single {
        width: 21.5%!important;
    }
    /*.bg_text {

        max-width: 100%!important;

        width: auto;

    }*/
    .header ul li.current-menu-item:before {
        left: 10px;
    }
    .header ul li.current-menu-item::after {
        right: 10px;
    }
    .equipments-details p br {
        display: none;
    }
    .cta_section p {
        margin-right: 0px;
    }
    .cta_txt {
        margin-left: 10px;
        margin-right: 10px;
    }
    iframe {
        height: 185px;
    }
}

@media (max-width: 767px) {
    .bg_content_destop {
        display: none;
    }
    .bg_content .bg_single:nth-child(4) {
        margin-left: 35px;
    }
    .bg_content_mobile {
        display: block;
    }
    .bg_single {
        width: auto;
    }
    .about_us p {
        padding-bottom: 43px;
    }
    .youtube-big {
        margin-top: 35px;
    }
    .our-company-quote-details h4 {
        text-align: center;
    }
    .testimonial_messages_right_border {
        margin-top: 60px;
    }
    .testimonial_video_container {
        margin-top: 35px;
    }
    .contact_services {
        padding-bottom: 40px;
        padding-top: 30px;
    }
    .contact_push {
        padding-bottom: 20px;
    }
    .form_left_block {
        margin-bottom: 0;
    }
    .video_btn .btn {
        padding-left: 57px;
        padding-right: 57px;
    }
    iframe {
        height: 185px;
    }
    .home .testimonial_txt p {
        padding-bottom: 15px;
    }
    .home .testimonial_video {
        padding: 0;
    }
    .home .testimonial_txt {
        margin-bottom: 40px;
    }
}

@media screen and (max-width:767px) and (orientation:landscape) {
    .is-sticky a.meanmenu-reveal.meanclose + .mean-nav {
        height: 175px;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 736px) {
    iframe {
        height: 275px;
    }
}

@media (max-width: 600px) {
    .bg_content .bg_single:nth-child(4) {
        margin-left: 0px;
    }
    .pagination {
        margin-bottom: 15px!important;
    }
}

@media (max-width: 484px) {
    .list-inline li {
        width: 48%;
    }
    .testimonial_video_container ul li a {
        display: block;
        margin-top: 0;
    }
    .video_thumb a.fancybox-media img {
        display: block;
        max-width: 100%;
        width: auto;
    }
    iframe {
        height: 205px;
    }
}

@media (max-width: 420px) {
    .testimonial_video_container ul {
        text-align: center;
    }
    .list-inline li {
        width: auto;
        max-width: 100%;
    }
    .testimonial_messages h3 {
        font-size: 20px;
        line-height: normal;
    }
    .testimonial_img {
        overflow: hidden;
    }
    .testimonial_img img {
        margin-left: 4px;
    }
}

@media (max-width: 320px) {
    iframe {
        height: auto;
    }
}


/* Mods by AdVisible (09Dec2015) */
/* Global - Easy Weddings' button */

a.ew-tsm-btn {
    display: block;
    position: absolute;
    bottom: -43px;
    right: 0;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}

a.ew-tsm-btn-mob{
    display: none;
}

.home a.ew-tsm-btn-mob{
    z-index: 1;
}

@media (max-width: 768px){
    a.ew-tsm-btn{
        display: none;
    }

    a.ew-tsm-btn-mob{
        display: block;
        position: absolute;
        bottom: 10px;
        left: 50%;
        margin-left: -120px;
    }
}

/* Homepage - 8 Reasons */

ol.reasons-to-hire {
    margin: 0 0 0 65px;
    padding: 0;
}

ol.reasons-to-hire li {
    color: #f1f1f1;
    font-size: 16px;
    font-family: "Oxygen", sans-serif;
    line-height: 22px;
    list-style-type: none;
    display: block;
    float: left;
    width: 18%;
    margin: 0 3.5%;
    padding: 0;
    min-height: 100px;
    margin-bottom: 50px;
    position: relative;
}

ol.reasons-to-hire .reason-number {
    display: block;
    position: absolute;
    top: 0;
    left: -60px;
    background-color: #3b3e43;
    text-align: center;
    color: #191c21;
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    border-radius: 20px;
}

ol.reasons-to-hire .reason-text {
    display: block;
}


/* Testimonials */

.testimonial_section {
    position: relative;
}

.testimonial_section .eassywedding_award {
    z-index: 9;
    top: -70px;
    right: 0;
    width: 13%;
}

.testimonial_container #ew-read-bus-btn{
    display: block;
    margin: 30px auto 10px;
    width: 240px;
}

@media (max-width: 939px) {
    ol.reasons-to-hire li {
        width: 43%;
        margin-left: 0;
        margin-bottom: 25px;
        min-height: 70px;
    }
    ol.reasons-to-hire .reason-number {
        left: 0;
    }
    ol.reasons-to-hire .reason-text {
        padding-left: 60px;
    }
}

@media (max-width: 649px) {
    ol.reasons-to-hire {
        margin-left: 10px;
    }
    ol.reasons-to-hire li {
        width: 93%;
        margin-bottom: 10px;
    }
    ol.reasons-to-hire .reason-number {}
}

/* Mods by AdVisible (18Dec2015) */
/* Services & Testimonials */

@media (min-width: 532px) and (max-width: 1024px){
    .services-area .services-promotion .one-fifty{width: 100%; border-bottom: none; border-top: 2px solid #ececec; padding-top: 40px;}
    .services-area .services-promotion .one-fifty:first-child{border-top: none; padding-top: 0;}
        .services-area .services-promotion::before{display: none;}
        .services-area .ser-padding-top{padding-top: 0;}
        .services-area .single-service{margin-left: auto; margin-right: auto;}
                .services-area .btn-gap{margin: 0 10px; display: inline;}

    .post-type-archive-faq .testimonial_container .p_top{padding-top: 0 !important;}
    .post-type-archive-faq .testimonial_container .faq_min_height{min-height: auto;}
        .post-type-archive-faq .testimonial_container .testimonial_messages{min-height: 370px; padding-top: 60px;}
}

@media (min-width: 1025px) and (max-width: 1200px){
        .services-area .services-promotion::before{display: none;}

            .services-area .single-service-details{min-height: 450px;}
}

/* Mods by AdVisible (07Mar2017) */
/* Homepage - Badges addition */

@media screen and ( max-width: 1023px ){
    .ew-badges-container{ display: none; }
}


@media screen and ( min-width: 1024px ){
    .home .hero_entry h3{ margin-bottom: 30px; }
    
    .ew-badges-container{ position: absolute; top: 53%; left: 50%; transform: translateX(-50%); }
        .ew-badges{ display: table; max-width: 700px; margin-left: auto; margin-right: auto; }
        .ew-badges:after{ content:""; display: table; clear: both; }
            .ew-badge{ display: table-cell; padding-left: 15px; padding-right: 15px; }
                .ew-badge a{ width: 150px; height: 150px; }
}