/*

Template Name: Masters of Wedding Photography
Description: 
Author:
Author URL: 
Version: 1.0 


==========================================================================================
					Style Details
==========================================================================================


1. HTML Default Styles

2. Bootstrap Overwrite Styles

3. Helper Component Styles

4. Header/Navigation Styles

5. Home Page Styles



*. Footer

==========================================================================================*/

/*========================================================================================
	1. HTML Default Styles     
========================================================================================*/
body {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

a {
    text-decoration: none !important;
    color: #000;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #ef3124 !important;
}

a:focus,
a:hover,
a:visited {
    outline: none;
    box-shadow: none;
}

button,
button:focus,
button:visited {
    outline: none;
    box-shadow: none;
}

button.btn,
button.btn:focus,
button.btn:visited {
    outline: none;
    box-shadow: none;
}

.btn.focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

input,
input:focus,
input:visited {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    color: #000;
    /* border: ; */
}

/*========================================================================================
	2. Bootstrap Overwrite Styles     
========================================================================================*/
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1240px;
    }
}

/*========================================================================================
	3. Helper Component  Styles     
========================================================================================*/

.text-orange {
    color: #ef3124 !important;
}

.bg-orange {
    background: #ef3124 !important;
}

.text-black {
    color: #000 !important;
}

.bg-black {
    background: #000 !important;
}

.section-title {
    position: relative;
}

.section-title h2 {
    font-family: "Playfair Display", serif;
    font-size: 56px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 15px;
}

.section-title h2 span {
    display: block;
}

.section-title p.sub-top-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #000;
    margin-bottom: 12px;
    letter-spacing: 2.86px;
}

.section-title p.sub-btm-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #000;
    margin-bottom: 0;
    letter-spacing: 2.86px;
}

.site-btn-border {
    position: relative;
    background: #000;
    border-radius: 4px;
    padding: 1.5px;
    letter-spacing: 2.142857px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.site-btn-border .btn-text {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    padding: 12px 40px;
    transition: all 0.3s ease-in-out;
}

.site-btn-border:hover {
    background: #ef3124;
}

.site-btn-border .btn-text:hover {
    color: #fff !important;
    border-color: #fff !important;
}

.site-icon-btn {
    position: relative;
    background: #000;
    color: #fff;
    padding: 12px 25px 12px 30px;
    border-radius: 4px;
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
}

.site-icon-btn:hover {
    background: #ef3124;
    color: #fff;
}

.site-icon-btn.has-border {
    position: relative;
    background: #000;
    color: #fff;
    padding: 2px;
    border-radius: 4px;
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
}

.site-icon-btn.has-border .btn-content {
    padding: 12px 25px 12px 25px;
    display: block;
    border: 1px solid #ef3124;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.site-icon-btn span.icon {
    margin-left: 20px;
}

.site-icon-btn.has-border:hover .btn-content {
    background: #ef3124;
    color: #fff;
    border: 1px solid #fff;
}

.link {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #ef3124 !important;
    cursor: pointer;
    text-decoration: none !important;
}

.link:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    content: "";
    width: 100%;
    height: 1px;
    background: #ef3124;
}

.ui-datepicker {
    width: 283px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #ef3124;
    background: #ef3124;
    font-weight: normal;
    color: #fff;
}

/*========================================================================================
    Checkbox Styles     
========================================================================================*/
.checkbox {
    width: 100%;
}

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    line-height: 30px;
    color: #000;
    display: block;
}

.checkbox label span.checkbox-icon {
    content: "";
    -webkit-appearance: none;
    background-color: #000;
    /* border: 2px solid #000; */
    height: 25px;
    width: 25px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    /*border-radius: 40px;*/
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
}

.checkbox input + label span.checkbox-icon:after {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    font-family: "icomoon" !important;
    font-size: 20px;
    content: "\e903";
    color: #fff;
    display: block;
    transition: all 0.35s cubic-bezier(0.3, -0.41, 0.19, 2), opacity 0.3s;
}

.checkbox input:checked + label span.checkbox-icon:after {
    opacity: 1;
}

/*========================================================================================
    Master Custom Accordion Styles     
========================================================================================*/

.master-custom-accordion {
    position: relative;
    width: 100%;
}

.master-custom-accordion .accordion-header,
.master-custom-accordion .accordion-body {
    background: white;
}

.master-custom-accordion .accordion-header {
    position: relative;
    padding: 15px 20px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.master-custom-accordion .accordion-header h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}

.master-custom-accordion .accordion-item {
    border-bottom: 1px solid #d4d4d4;
}

.master-custom-accordion .accordion-item .accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.master-custom-accordion .accordion-header:hover {
    z-index: 5;
}

.master-custom-accordion .accordion-body {
    background: #fff;
    display: none;
    padding: 15px 20px 25px 20px;
}

.master-custom-accordion .accordion-item.active:last-child .accordion-header {
    border-radius: none;
}

.accordion:first-child > .accordion-item > .accordion-header {
    border-bottom: 1px solid transparent;
}

.master-custom-accordion .accordion-item > .accordion-header:before {
    position: absolute;
    top: 18px;
    right: 24px;
    content: "\e905";
    font-family: "icomoon" !important;
    font-size: 11px;
    transition: 0.3s all;
    transform: rotate(0deg);
}

.master-custom-accordion .accordion-item.active > .accordion-header:before {
    transform: rotate(-180deg);
}

.master-custom-accordion .accordion-item.active .accordion-header {
    background: #fff;
}

/*========================================================================================
    Master CTA Content Box Styles     
========================================================================================*/

.master-cta-content-box {
    background: #000;
    margin-top: 100px;
    padding: 50px 0;
    color: #fff;
}

.master-cta-content-box .title {
    margin-bottom: 30px;
}

.master-cta-content-box .title h2 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 32px;
}

.master-cta-content-box .text-box {
    margin-bottom: 20px;
}

.master-cta-content-box .text-box p {
    font-size: 16px;
    line-height: 31px;
}

.master-cta-content-box.style-2 {
    padding: 20px 0;
}

.master-cta-content-box.style-2 .small-title {
    margin-bottom: 0px;
}

.master-cta-content-box.style-2 .small-title h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 0;
}

.master-cta-content-box.style-2 .text-box {
    margin-bottom: 0px;
}

.master-cta-content-box.style-2 .text-box p {
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 0;
}

.master-cta-content-box.style-2 .btn-box {
    margin-top: 8px;
}


/*========================================================================================
    Master Form Common Styles
========================================================================================*/

.form {
    position: relative;
}

.form .form-group {
    position: relative;
    width: 100%;
}

.form .form-group .form-control {
    border-radius: 0;
    height: 51px;
    border-color: #cecece;
    font-size: 15px;
}

.form .form-group textarea.form-control {
    border-radius: 0px;
    width: 100%;
    height: 185px;
}

.form .form-group .form-control:focus {
    border: 1px solid #979797;
}

/* Form Group Icon Classes */
.form .form-group .input-with-icon {
    position: relative;
    width: 90%;
}

.form .form-group .input-with-icon .icon {
    position: absolute;
    right: 15px;
    top: 2px;
    font-size: 25px;
    line-height: 51px;
}

.form-group .error-icon {
    width: 10%;
    height: 51px;
    line-height: 51px;
    line-height: 51px;
    padding: 0 10px;
}

.form-group .error-icon span {
    font-size: 20px;
    line-height: 55px;
    font-weight: bold;
    color: #8d0606 !important;
}

.form-group.error .error-text {
    font-weight: 500;
    color: #8d0606 !important;
}

.form-group.error .form-control {
    border: 1px solid #8d0606 !important;
}

.form-group .success-icon {
    width: 10%;
    height: 51px;
    line-height: 51px;
    line-height: 51px;
    padding: 0 10px;
}

.form-group .success-icon span {
    font-size: 20px;
    line-height: 51px;
    font-weight: bold;
    color: #0ea500 !important;
}

.form-group.success .success-icon span:before {
    color: #0ea500 !important;
}

.form-group.success .error-text {
    font-weight: 500;
    color: #0ea500 !important;
}

/*========================================================================================
    Join Master Community Modal Styles     
========================================================================================*/

#joinUsModal {
}

#joinUsModal .modal-content {
    border-radius: 0px;
}

#joinUsModal .modal-content .close {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    z-index: 1;
}

#joinUsModal .modal-content .close span {
    font-size: 50px;
}

#joinUsModal .modal-content .close span:before {
    color: #000;
}

#joinUsModal .modal-content .modal-body {
    padding: 50px 80px;
}

#joinUsModal .modal-content .modal-body .content-box {
}

#joinUsModal .modal-content .modal-body .content-box .title {
    position: relative;
    margin-bottom: 30px;
    width: 55%;
}

#joinUsModal .modal-content .modal-body .content-box .title p {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 3.43px;
}

#joinUsModal .modal-content .modal-body .content-box .title h2 {
    font-family: "Playfair Display", serif;
    font-size: 56px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 0px;
}

#joinUsModal .modal-content .modal-body .content-box .event-date {
    position: relative;
    width: 60%;
    padding: 20px 0;
    text-align: center;
}

#joinUsModal .modal-content .modal-body .content-box .event-date:before {
    display: block;
    content: "";
    width: 70px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

#joinUsModal .modal-content .modal-body .content-box .event-date:after {
    display: block;
    content: "";
    width: 70px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

#joinUsModal .modal-content .modal-body .content-box .event-date h3 {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 32px;
    color: #ef3124;
}

#joinUsModal .modal-content .modal-body .content-box .text-box {
    margin-top: 20px;
    padding-right: 50px;
}

#joinUsModal .modal-content .modal-body .content-box .text-box p {
    font-size: 16px;
    font-weight: 700;
    line-height: 31px;
}

#joinUsModal .modal-content .modal-body .content-box .text-box ul {
    margin: 0;
    padding: 0;
    padding-left: 15px;
    list-style: none;
}

#joinUsModal .modal-content .modal-body .content-box .text-box ul li {
    position: relative;
    font-size: 16px;
    line-height: 31px;
    color: #000;
}

#joinUsModal .modal-content .modal-body .content-box .text-box ul li:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "-";
}

#joinUsModal .modal-content .modal-body .form .form-group .input-with-icon .icon {
    font-size: 16px;
}

#joinUsModal .modal-content .modal-body .content-box .btn-box{
    margin-top: 40px;
}

#joinUsModal .modal-content .modal-body .content-box .btn-box .site-btn-border .btn-text{
    padding: 6px 30px;
    font-size: 15px;
}

/*========================================================================================
    Login Master Community Modal Styles     
========================================================================================*/
#logInModal {
}

#logInModal .modal-dialog {
    width: 400px;
}

#logInModal .modal-content {
    border-radius: 0px;
}

#logInModal .modal-content .close {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
}

#logInModal .modal-content .close span {
    font-size: 50px;
}

#logInModal .modal-content .close span:before {
    color: #000;
}

#logInModal .modal-content .modal-body {
    padding: 30px;
}

#logInModal .modal-content .modal-body .content-box .title {
    margin-bottom: 50px;
}

#logInModal .modal-content .modal-body .content-box .title h2 {
    font-family: "Playfair Display", serif;
    font-size: 56px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 0px;
}

#logInModal .modal-content .modal-body .form .form-group .input-with-icon .icon {
    font-size: 16px;
}

#logInModal .btn-box {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}


#logInModal .btn-box a.link {
    margin-left: 30px;
}

#logInModal .create-account {
}
#logInModal .create-account p {
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 0;
}

#logInModal .modal-content .modal-body .content-box .btn-box .site-btn-border .btn-text{
    padding: 6px 30px;
    font-size: 15px;
}




/*========================================================================================
	4. Header/Navigation Styles     
========================================================================================*/
.top-bar {
    position: relative;
    background: #000;
    padding: 5px;
    width: 100%;
    z-index: 9000;
}

.top-bar p {
    font-family: "Inter", sans-serif;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.top-bar p span,
.top-bar p span a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-left: 7px;
    color: #ef3124;
}

.top-bar .other-master-competition {
    text-align: right;
}

.top-bar .other-master-competition p {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    top: 2px;
}

.top-bar .other-master-competition p.dropdown-toggle::after {
    border: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f078";
    margin-left: 1.255em;
    vertical-align: 0;
}

.top-bar .other-master-competition .dropdown-menu .dropdown-item {
    font-size: 12px;
    color: #000;
    font-weight: 700;
}

.top-bar .other-master-competition .dropdown-menu .dropdown-item.active,
.top-bar .other-master-competition .dropdown-menu .dropdown-item:active {
    background: #ef3124;
    color: #fff;
}

.site-navbar {
    margin-bottom: 0px;
    z-index: 9;
    position: absolute;
    width: 100%;
}
.site-navbar.transparent {
    background: transparent;
}
.site-navbar.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.site-navbar .site-logo {
    position: relative;
    left: 15px;
    padding: 26px 0;
}
.site-navbar .site-logo a {
    color: #fff;
}

.site-navbar .site-logo a img {
}

.site-navbar .site-menu-toggle,
.site-navbar.scrolled .site-menu-toggle {
    color: #ef3124;
    font-size: 1.75rem;
    display: none;
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important;
}
.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active > a {
    color: #ef3124;
}
.site-navbar .site-navigation .site-menu a.active {
    color: #ef3124;
}
.site-navbar .site-navigation .site-menu a {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-decoration: none !important;
    display: inline-block;
    letter-spacing: 0.1em;
    font-size: 14px;
}
.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 10px 20px;
    position: relative;
}
.site-navbar .site-navigation .site-menu > li > a {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding: 10px 0px;
    color: #fff;
    font-weight: 600;
    text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #ef3124;
}

.site-navbar .site-navigation .site-menu > li:hover:before,
.site-navbar .site-navigation .site-menu > li:hover:after {
    opacity: 1;
}

.site-navbar .site-navigation .site-menu > li.active:before,
.site-navbar .site-navigation .site-menu > li.active:after {
    opacity: 1;
}

.site-navbar .site-navigation .site-menu > li.signIn {
    padding: 0;
}

.site-navbar .site-navigation .site-menu > li.signIn:hover:before,
.site-navbar .site-navigation .site-menu > li.signIn:hover:after {
    opacity: 0;
}

.site-navbar .site-navigation .site-menu > li.signIn a {
    padding: 8px 20px !important;
    background: #ef3124;
    color: #fff !important;
    border-radius: 25px;
    margin-right: 10px;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
    padding: 10px 25px;
}

.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a::before {
    position: absolute;
    right: -20px;
    top: 11px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 12px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 25px;
    position: absolute;
    text-align: left;
    border-top: 5px solid #ef3124;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    border-left: 1px solid #edf0f5;
    border-right: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children:last-child .dropdown {
    left: -138px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #ef3124;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
    color: #ef3124 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #f4f5f9;
    color: #ef3124;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #f4f5f9;
    color: #ef3124;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #ef3124;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}
.site-navbar.scrolled {
    background-color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -130px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.1);
}
.site-navbar.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
.site-navbar.scrolled.sleep {
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
.site-navbar.scrolled .site-menu-toggle {
    color: #000;
}
.site-navbar.scrolled .site-navigation .site-menu li a {
    color: #000;
}
.site-navbar.scrolled .site-navigation .site-menu li a.active {
    color: #ef3124;
}
.site-navbar.scrolled .site-logo a {
    color: #000 !important;
}

.offcanvas-menu {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.offcanvas-menu:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
}

.site-mobile-menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    /* bottom: 0; */
    z-index: 9000;
    padding-top: 0px;
    background: #fff;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    /* margin-top: 60px; */
    overflow: hidden;
    transition: 0.3s all ease-in-out;
}

.site-mobile-menu-header.scroll-on {
    margin-top: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    text-align: right;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #000;
    float: right;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #25262a;
}

.site-mobile-menu .site-mobile-menu-close .icon-close2 {
    width: 30px;
    height: 30px;
    background: url(../images/icons/close@1x.svg);
    background-repeat: no-repeat;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 0px 20px 0px;
    height: calc(100vh - 100px);
    padding-bottom: 200px;
}
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.site-mobile-menu .site-nav-wrap a {
    padding: 15px 20px;
    display: block;
    position: relative;
    color: #3e3e3e;
}
.site-mobile-menu .site-nav-wrap a:hover {
    color: #ef3124;
}
.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.site-mobile-menu .site-nav-wrap li.active > a {
    color: #ef3124;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #fff;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 18px;
    z-index: 20;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #000;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap a.nav-link.arrow-collapse {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    right: 0;
    top: 0;
}

.site-mobile-menu .site-nav-wrap a.nav-link.arrow-collapse:before {
    right: 13px;
    left: inherit;
}

.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.site-mobile-menu .site-nav-wrap > li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.site-mobile-menu .site-nav-wrap > li > a {
    font-size: 16px;
    font-weight: 400;
    color: #3e3e3e;
}
.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
    margin-bottom: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding: 5px 0 5px 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a:last-child {
    margin-bottom: 10px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
    width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
    padding-left: 15px !important;
}

.site-mobile-menu .logo .blue-logo {
    display: inline-block;
    height: 40px;
}

.mobile-bottom-bar {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 9001;
    background: #fff;
    display: none;
}

.mobile-bottom-bar .language-country-bar {
    width: 100%;
    height: 70px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 10px;
}
.mobile-bottom-bar .language-country-bar .dropdown-toggle {
    height: 30px;
}

.mobile-bottom-bar .language-country-bar .language {
    position: relative;
    width: 45%;
}

.mobile-bottom-bar .language-country-bar .language:before {
    position: absolute;
    right: 5px;
    top: 5px;
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.mobile-bottom-bar .language-country-bar .dropdown-menu {
    top: -8px !important;
    right: 0;
    padding: 5px 10px;
}

.mobile-bottom-bar .language-country-bar .dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-bottom-bar .language-country-bar .dropdown-menu ul li {
    margin-bottom: 5px;
}

.mobile-bottom-bar .language-country-bar .dropdown-menu ul li span.flag-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.mobile-bottom-bar .language-country-bar .dropdown-menu ul li span.flag-icon img {
    width: 20px;
    height: 20px;
}

.mobile-bottom-bar .language-country-bar .language .selected-item span.text {
    color: #000;
    margin-right: 5px;
}

.mobile-bottom-bar .language-country-bar .language .flag-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.mobile-bottom-bar .language-country-bar .country {
    position: relative;
    width: 45%;
}

.mobile-bottom-bar .language-country-bar .country:before {
    position: absolute;
    right: 10px;
    top: 5px;
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.mobile-bottom-bar .language-country-bar .country .selected-item span.text {
    color: #000;
    margin-right: 5px;
}

.mobile-bottom-bar .language-country-bar .country .flag-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.social-element-clone {
    background: #000;
    width: 100%;
}
.mobile-social-links {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.mobile-social-links p {
    margin-bottom: 0;
    margin-right: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.mobile-social-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-social-links ul li {
    display: inline-block;
    width: 40px;
    height: 50px;
    text-align: center;
}

.mobile-social-links ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.mobile-social-links ul li a:hover {
    color: #ef3124;
}

.mobile-social-links ul li a i {
    font-size: 25px;
    line-height: 50px;
}

.site-mobile-menu .widget-item {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.site-mobile-menu .widget-item .title {
    position: relative;
}

.site-mobile-menu .widget-item .title h3 {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding-left: 15px;
}

.site-mobile-menu .widget-item ul.links {
    margin: 0;
    padding: 0;
    margin-top: 15px;
    list-style: none;
}

.site-mobile-menu .widget-item ul.links li {
    margin-bottom: 0px;
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.site-mobile-menu .widget-item ul.links li a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.site-mobile-menu .widget-item .arrow-collapse:before {
    font-size: 16px;
    z-index: 20;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 15px;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #000;
}

.site-mobile-menu .widget-item .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* =============================== */
.site-navbar-target .blue-logo {
    display: none;
}

.site-navbar-target.scrolled.awake .blue-logo {
    display: block;
    width: 120px;
}

.site-navbar-target.scrolled.awake .white-logo {
    display: none;
}

.site-navbar-target.scrolled.awake .site-menu > li.active > a,
.site-navbar-target.scrolled.awake .site-menu > li > a:hover {
    color: #ef3124;
}

.site-navbar.navbar-custom {
    background: #fff;
    position: fixed;
    box-shadow: 0 4px 15px -5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.site-navbar.navbar-custom .site-navigation .site-menu > li > a {
    padding: 10px 0px;
    color: #4c4c5b;
    font-weight: 600;
    text-decoration: none !important;
}

.site-navbar.navbar-custom .site-navigation .site-menu > li > a:hover {
    color: #ef3124;
}

.site-navbar.navbar-custom .white-logo {
    display: none;
}

.site-navbar.navbar-custom .blue-logo {
    display: block;
}

.site-navbar .site-navigation .site-menu > li.language a span {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu > li.language a span.country-name {
    margin-left: 8px;
}

.site-navbar .site-navigation .site-menu > li.language a span.flag-icon img {
    width: 20px;
    height: 20px;
}

.site-navbar .site-navigation .site-menu .has-children.language .dropdown {
    width: 100px;
    overflow: hidden;
    text-align: center;
    left: -2px;
}
.site-navbar .site-navigation .site-menu .has-children.language .dropdown > li {
    min-width: auto;
    width: auto;
}

/*========================================================================================
	Introduction Message Section Styles     
========================================================================================*/

.introduction-message-section {
    position: relative;
    margin-top: 100px;
}

.introduction-message-section .message-box {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
}

.introduction-message-section .message-box:before {
    display: block;
    content: "";
    width: 100px;
    height: 30px;
    position: absolute;
    bottom: -3px;
    right: -3px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.introduction-message-section .message-box .description {
    position: relative;
    margin-top: 60px;
    overflow: hidden;
    width: 100%;
}

/* .introduction-message-section .message-box .description:not(.expanded)::after {
    content: "";
    position: absolute;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(rgba(255, 255, 255, 0), white);
} */

.introduction-message-section .message-box .description.expanded {
    height: 100%;
}

.introduction-message-section .message-box .description p {
    font-size: 16px;
    line-height: 31px;
}

.introduction-message-section .message-box a.link {
    font-size: 16px;
    line-height: 26px;
    text-decoration: underline;
}

/*========================================================================================
	 Featured Blog Post Section Styles     
========================================================================================*/
.featured-bolg-post-section {
    position: relative;
    margin-top: 120px;
}

.featured-bolg-post-section .section-title {
    position: relative;
    margin-bottom: 40px;
    width: 85%;
}

.featured-bolg-post-section .blog-posts {
    position: relative;
}

.featured-bolg-post-section .blog-posts .post-item .thumb {
    position: relative;
    margin-bottom: 20px;
}

.featured-bolg-post-section .blog-posts .post-item .thumb .member-tag {
    position: absolute;
    left: -5px;
    top: 10px;
    border-radius: 0;
    padding: 3px 20px;
    background: #ef3124;
    color: #fff;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-shadow: 0 7px 8px rgba(0, 0, 0, 0.2);
}

.featured-bolg-post-section .blog-posts .post-item .thumb .member-tag .m-logo {
    position: absolute;
    left: -10px;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/M.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: left center;
    z-index: -1;
    opacity: 0.4;
}

.featured-bolg-post-section .blog-posts .post-item .thumb .member-tag p {
    margin-bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.63px;
}

.featured-bolg-post-section .blog-posts .post-item .thumb .member-tag:before,
.featured-bolg-post-section .blog-posts .post-item .thumb .member-tag:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
}

.featured-bolg-post-section .blog-posts .post-item .thumb .member-tag:before {
    top: 0;
    right: 100%;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 15px solid #fff;
}

.featured-bolg-post-section .blog-posts .post-item .thumb .member-tag:after {
    top: 100%;
    left: 0;
    border-top: 5px solid #ef3124;
    border-left: 5px solid transparent;
}

.featured-bolg-post-section .blog-posts .post-item .post-meta span,
.featured-bolg-post-section .blog-posts .post-item .post-meta a span {
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
    color: #ef3124;
    display: inline-block;
    text-decoration: none;
}

.featured-bolg-post-section .blog-posts .post-item .author p {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0;
}

.featured-bolg-post-section .blog-posts .post-item .post-title {
    margin-top: 15px;
    width: 80%;
}

.featured-bolg-post-section .blog-posts .post-item .post-title h2 {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 32px;
}

.featured-bolg-post-section .blog-posts .post-carousel .owl-nav {
    position: absolute;
    width: 165px;
    top: -90px;
    right: 0;
    height: 50px;
    overflow: hidden;
}

.featured-bolg-post-section .blog-posts .post-carousel .owl-nav .owl-prev,
.featured-bolg-post-section .blog-posts .post-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    width: 50px;
    height: 50px;
    background: #f1f1f1;
    line-height: 50px;
    text-align: center;
    z-index: 1;
}

.owl-nav .owl-prev,
.featured-bolg-post-section .blog-posts .post-carousel .owl-nav .owl-prev {
    background: #f1f1f1 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    right: 115px;
    transform: rotate(-180deg);
}

.owl-nav .owl-next,
.featured-bolg-post-section .blog-posts .post-carousel .owl-nav .owl-next {
    background: #f1f1f1 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    right: 0px;
}

.featured-bolg-post-section .slide-counter {
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    z-index: 0;
}

.featured-bolg-post-section .slide-counter span {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
}

.featured-bolg-post-section .slide-counter span.separator {
    margin: 0 7px;
}

.featured-bolg-post-section .blog-posts .mobile-post-container {
    display: none;
}

.featured-bolg-post-section .blog-posts .mobile-post-container .post-item {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.featured-bolg-post-section .blog-posts .mobile-post-container .post-item .thumb {
    position: relative;
    margin-bottom: 20px;
    width: 40%;
    margin-right: 2%;
}

.featured-bolg-post-section .blog-posts .mobile-post-container .post-item .post-content {
    width: 58%;
}

.featured-bolg-post-section .blog-posts .mobile-post-container .post-item .thumb .member-tag {
    position: absolute;
    left: -5px;
    top: 20px;
    border-radius: 0;
    padding: 5px 25px;
    background: #ef3124;
    color: #fff;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-shadow: 0 7px 8px rgba(0, 0, 0, 0.2);
}

.featured-bolg-post-section .blog-posts .mobile-post-container .post-item .thumb .member-tag p {
    margin-bottom: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.625px;
}

.featured-bolg-post-section .blog-posts .mobile-post-container .post-item .thumb .member-tag:before,
.featured-bolg-post-section .blog-posts .mobile-post-container .post-item .thumb .member-tag:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
}

.featured-bolg-post-section .blog-posts .mobile-post-container .post-item .thumb .member-tag:before {
    top: 0;
    right: 100%;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 15px solid #fff;
}

.featured-bolg-post-section .blog-posts .mobile-post-container .post-item .thumb .member-tag:after {
    top: 100%;
    left: 0;
    border-top: 5px solid #ef3124;
    border-left: 5px solid transparent;
}

.featured-bolg-post-section .blog-posts .mobile-post-container .post-item .post-meta span {
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
    color: #ef3124;
    display: inline-block;
}

.featured-bolg-post-section .blog-posts .mobile-post-container .post-item .author p {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0;
}

.featured-bolg-post-section .blog-posts .mobile-post-container .post-item .post-title {
    margin-top: 10px;
    width: 100%;
}

.featured-bolg-post-section .blog-posts .mobile-post-container .post-item .post-title h2 {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
}

/*========================================================================================
	Newsletter-Section Styles     
========================================================================================*/

.newsletter-section {
    margin-top: 100px;
}

.newsletter-section .section-title {
    margin-bottom: 40px;
}

.newsletter-section .news-letter-form input {
    border-radius: 0;
    width: 30%;
    height: 51px;
    border-color: #818181;
    border-width: 2px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #3e3e3e;
}

/*========================================================================================
	Footer Styles     
========================================================================================*/

.site-footer {
    position: relative;
    margin-top: 100px;
    background: #000;
    width: 100%;
    padding: 50px 0;
}

.site-footer:before {
    position: absolute;
    top: -12px;
    right: 0;
    content: "";
    width: 345px;
    height: 12px;
    background: #ef3124;
}

.site-footer .footer-desktop-view {
    position: relative;
    display: block;
}

.site-footer .footer-desktop-view .left-content .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .footer-desktop-view .left-content .footer-menu ul li {
    margin-bottom: 12px;
}

.site-footer .footer-desktop-view .left-content .footer-menu ul li a {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.site-footer .footer-desktop-view .left-content .footer-menu ul li a:hover {
    color: #ef3124;
}

.site-footer .footer-desktop-view .left-content .footer-menu ul li a:before {
    position: absolute;
    right: -20px;
    top: 4px;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 12px;
}

.site-footer .footer-desktop-view .left-content .social-links {
    display: flex;
    flex-flow: row;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
    margin-bottom: 50px;
}

.site-footer .footer-desktop-view .left-content .social-links p {
    margin-bottom: 0;
    margin-right: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.site-footer .footer-desktop-view .left-content .social-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer .footer-desktop-view .left-content .social-links ul li {
    display: inline-block;
    width: 80px;
    height: 50px;
}

.site-footer .footer-desktop-view .left-content .social-links ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.site-footer .footer-desktop-view .left-content .social-links ul li a:hover {
    color: #ef3124;
}

.site-footer .footer-desktop-view .left-content .social-links ul li a i {
    font-size: 25px;
    line-height: 50px;
}

.site-footer .footer-desktop-view .left-content .footer-widget .widget-item .title {
    position: relative;
}

.site-footer .footer-desktop-view .left-content .footer-widget .widget-item .title h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 21px;
    color: #fff;
    margin-bottom: 20px;
}

.site-footer .footer-desktop-view .left-content .footer-widget .widget-item ul.links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .footer-desktop-view .left-content .footer-widget .widget-item ul.links li {
    margin-bottom: 12px;
}

.site-footer .footer-desktop-view .left-content .footer-widget .widget-item ul.links li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.site-footer .footer-desktop-view .left-content .footer-widget .widget-item ul.links li a:hover {
    color: #ef3124;
}

.site-footer .footer-desktop-view .right-content {
    width: 380px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    padding: 40px;
}

.site-footer .footer-desktop-view .right-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 20px;
}

.site-footer .footer-desktop-view .right-content ul.links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .footer-desktop-view .right-content ul.links li {
    margin-bottom: 6px;
	    display: inline-block;
    width: 50%;
}

.site-footer .footer-desktop-view .right-content ul.links li a {
    position: relative;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.site-footer .footer-desktop-view .right-content ul.links li a:hover {
    color: #ef3124;
}

.site-footer .footer-desktop-view .right-content ul.links li a:before {
    position: absolute;
    right: -15px;
    top: 4px;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 12px;
}

.bottom-bar {
    position: relative;
    padding: 30px 0;
    background: #fff;
    text-align: center;
}

.bottom-bar ul.links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bottom-bar ul.links li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.bottom-bar ul.links li:after {
    position: absolute;
    left: -15px;
    top: 3px;
    content: "-";
}

.bottom-bar ul.links li:first-child:after {
    display: none;
}

.bottom-bar ul.links li a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.bottom-bar ul.links li a:hover {
    color: #ef3124;
}

.right-content-clone {
    display: none;
    background: #fff;
}
.footer-mobile-widget-container {
    display: none;
}

.nav-up {
    top: -40px;
}

/*========================================================================================
    Separator Line Section Styles     
========================================================================================*/

.separator-line-section {
    position: relative;
    overflow: hidden;
}

.separator-line-section .container-fluid {
    margin-right: 0;
    padding-right: 0;
}

.separator-line-section .separator-line {
    margin-top: 90px;
    margin-left: 0px;
    position: relative;
    height: 25px;
    width: auto;
    width: 150%;
}

.separator-line-section .btn-box {
    position: absolute;
    left: 0;
    top: 0%;
    display: flex;
    justify-content: c;

    text-align: center;
}

.separator-line-section.style-1 {
}

.separator-line-section.style-1 .separator-line {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.separator-line-section.style-2 .separator-line {
    width: auto;
}

.separator-line-section.style-3 {
    margin-top: -40px;
}

.separator-line-section.style-3 .separator-line {
    margin-top: 10px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

/*========================================================================================
    Page Intro Section Styles     
========================================================================================*/

.page-intro-section {
    position: relative;
    width: 100%;
    margin-bottom: 120px;
}

.page-intro-section .bg {
    width: 100%;
    height: 125px;
    background: #000;
}

.page-intro-section .m-logo {
    position: absolute;
    right: 0px;
    top: -125px;
    width: 100%;
    height: 125px;
    background-image: url(../images/M.svg);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: right center;
}

.page-intro-section .title {
    margin-top: -69px;
	    z-index: 1;
    position: relative;
}

.page-intro-section .title h2 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 82px;
    line-height: 72px;
    letter-spacing: -1.95px;
    color: #fff;
}

.page-intro-section .title h2 span.number {
    display: inline-block;
    color: #fff;
    position: relative;
    top: -13px;
}
.page-intro-section .title h2 span {
    display: block;
    color: #000;
}

.page-intro-section .text-box {
    margin-top: 50px;
}

.page-intro-section .text-box p {
    font-size: 16px;
    line-height: 31px;
}

.page-intro-section .text-box-container {
    position: relative;
}

.page-intro-section .text-box-content {
    position: relative;
}

.page-intro-section .text-box-content .text-box {
    position: relative;
}

.page-intro-section .text-box-content .text-box h3 {
    font-size: 24px;
    font-weight: 700;
}
.page-intro-section .text-box-content#desktopDescriptionContent {
    display: block;
}

.page-intro-section .text-box-content#mobileDescriptionContent {
    display: none;
    overflow: hidden;
}

.page-intro-section .text-box-content#mobileDescriptionContent #DescriptionContent {
    overflow: hidden;
}

/*========================================================================================
	Members Tag Section Styles     
========================================================================================*/
.member-tag {
    position: absolute;
    left: -5px;
    top: 10px;
    border-radius: 0;
    background: #ef3124;
    color: #fff;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-shadow: 0 7px 8px rgba(0, 0, 0, 0.2);
}

.member-tag .tag-content {
    position: relative;
    padding: 3px 10px;
    overflow: hidden;
}

.member-tag .m-logo {
    position: absolute;
    left: -10px;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/M.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: left center;
    z-index: -1;
    opacity: 0.4;
}

.member-tag p {
    margin-bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.63px;
}

.member-tag:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    border-top: 5px solid #ef3124;
    border-left: 5px solid transparent;
}

/* Right Alignment */
.member-tag.align-right {
    left: auto;
    right: -5px;
}

.member-tag.align-right:after{
    left: auto;
    right: 0;
    border-left: 0px solid transparent;
    border-right: 5px solid transparent;
}


/*========================================================================================
	Exclusive Tag Section Styles     
========================================================================================*/
.exclusive-tag {
    position: absolute;
    left: -5px;
    top: 10px;
    border-radius: 0;
    background: #ef3124;
    color: #fff;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-shadow: 0 7px 8px rgba(0, 0, 0, 0.2);
}

.exclusive-tag .tag-content {
    position: relative;
    padding: 3px 10px;
    overflow: hidden;
}

.exclusive-tag .m-logo {
    position: absolute;
    left: -10px;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/M.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: left center;
    z-index: -1;
    opacity: 0.4;
}

.exclusive-tag p {
    margin-bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.63px;
}

.exclusive-tag:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    border-top: 5px solid #ef3124;
    border-left: 5px solid transparent;
}

/* Right Alignment */
.exclusive-tag.align-right {
    left: auto;
    right: -5px;
}

.exclusive-tag.align-right:after{
    left: auto;
    right: 0;
    border-left: 0px solid transparent;
    border-right: 5px solid transparent;
}

/*========================================================================================
    Blog Page Styles     
========================================================================================*/
.blog-page-container {
    padding-top: 140px;
}

.blog-page-container .page-intro-section {
    position: relative;
    margin-bottom: 120px;
}

.blog-page-container .page-intro-section .m-logo {
    position: absolute;
    right: 0px;
    top: -125px;
    width: 100%;
    height: 125px;
    background-image: url(../images/M.svg);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: right center;
}

.blog-page-container.blog-exclusive .page-intro-section .bg {
    background: #ef3124;
}

.blog-page-container.blog-exclusive .page-intro-section .m-logo {
    position: absolute;
    left: 0px;
    right: 0;
    top: -125px;
    width: 100%;
    height: 125px;
    background-image: url(../images/M.svg);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: left center;
    z-index: 0;
    opacity: 0.2;
}

.blog-page-container .page-intro-section .title,
.blog-page-container.blog-exclusive .page-intro-section .title {
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 1;
}

.blog-page-container .main-post-section {
    position: relative;
    margin-top: 60px;
}

.blog-page-container .main-post-section .post-item {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: flex-end;
}

.blog-page-container .main-post-section .post-item .post-thumb {
    position: relative;
    background: #fff;
    width: 66%;
}

.blog-page-container .main-post-section .post-item .post-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-page-container .main-post-section .post-item .post-content {
    position: absolute;
    /* background: #fff; */
    background: #fff;
    width: 38.5%;
    padding: 60px 30px 90px 30px;
    bottom: 0;
    right: 0;
}

.blog-page-container .main-post-section .post-item .post-content .post-content-inner .post-meta span,
.blog-page-container .main-post-section .post-item .post-content .post-content-inner .post-meta a span {
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
    color: #ef3124;
    display: inline-block;
    text-decoration: none;
}

.blog-page-container .main-post-section .post-item .post-content .post-content-inner .author p {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 15px;
}

.blog-page-container .main-post-section .post-item .post-content .post-content-inner .post-title {
    margin-top: 15px;
    margin-bottom: 20px;
}

.blog-page-container .main-post-section .post-item .post-content .post-content-inner .post-title h2 {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.86px;
}

.blog-page-container .main-post-section .post-item .post-content .post-content-inner .post-excerpt {
}

.blog-page-container .main-post-section .post-item .post-content .post-content-inner .post-excerpt p {
    font-size: 16px;
    line-height: 26px;
}

.blog-page-container .main-post-section .post-item .post-content .post-content-inner .read-more a.link {
    font-size: 16px;
    line-height: 26px;
    color: #ef3124;
}

.blog-page-container .blog-post-container {
    position: relative;
    margin-top: 60px;
}

.blog-page-container .blog-post-container:before {
    display: block;
    content: "";
    width: 70px;
    height: 10px;
    position: absolute;
    top: 0px;
    right: -3px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.blog-page-container .blog-post-container:after {
    display: block;
    content: "";
    width: 70px;
    height: 10px;
    position: absolute;
    bottom: 0px;
    right: -3px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.blog-page-container .blog-post-container .post-item {
    position: relative;
    display: flex;
    flex-flow: row;
    margin-bottom: 50px;
}

.blog-page-container .blog-post-container .post-item .post-thumb {
    width: 33%;
    overflow: hidden;
}

.blog-page-container .blog-post-container .post-item .post-thumb img {
}

.blog-page-container .blog-post-container .post-item .post-content {
    width: 66%;
    padding-left: 40px;
    padding-right: 200px;
}

.blog-page-container .blog-post-container .post-item .post-content .post-content-inner .post-meta span,
.blog-page-container .blog-post-container .post-item .post-content .post-content-inner .post-meta a span {
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
    color: #ef3124;
    display: inline-block;
    text-decoration: none;
}

.blog-page-container .blog-post-container .post-item .post-content .post-content-inner .author a {
    text-decoration: none;
    color: #000;
}

.blog-page-container .blog-post-container .post-item .post-content .post-content-inner .author a p {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 15px;
}

.blog-page-container .blog-post-container .post-item .post-content .post-content-inner .post-title {
    margin-top: 15px;
    margin-bottom: 20px;
}

.blog-page-container .blog-post-container .post-item .post-content .post-content-inner .post-title a {
    text-decoration: none;
    color: #000;
}

.blog-page-container .blog-post-container .post-item .post-content .post-content-inner .post-title a h2 {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.86px;
}

.blog-page-container .blog-post-container .post-item .post-content .post-content-inner .post-excerpt {
}

.blog-page-container .blog-post-container .post-item .post-content .post-content-inner .post-excerpt p {
    font-size: 16px;
    line-height: 26px;
}

.blog-page-container .blog-post-container .post-item .post-content .post-content-inner .read-more a.link {
    font-size: 16px;
    line-height: 26px;
    color: #ef3124;
}

/*========================================================================================
	 Carousel Post Section Styles     
========================================================================================*/

.carousel-post-section {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}

.carousel-post-section .section-title {
    position: relative;
    margin-bottom: 40px;
    width: 85%;
}

.carousel-post-section .blog-posts {
    position: relative;
}

.carousel-post-section .blog-posts .post-item {
}

.carousel-post-section .blog-posts .post-item .thumb {
    position: relative;
    margin-bottom: 20px;
}

.carousel-post-section .blog-posts .post-item .post-meta span,
.carousel-post-section .blog-posts .post-item .post-meta a span {
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
    color: #ef3124;
    display: inline-block;
    text-decoration: none;
}

.carousel-post-section .blog-posts .post-item .author a {
    color: #000;
    text-decoration: none;
}

.carousel-post-section .blog-posts .post-item .author a p {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0;
}

.carousel-post-section .blog-posts .post-item .post-title {
    margin-top: 15px;
}

.carousel-post-section .blog-posts .post-item .post-title a {
    color: #000;
    text-decoration: none;
}

.carousel-post-section .blog-posts .post-item .post-title a h2 {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 32px;
}

.carousel-post-section .blog-posts .post-carousel .owl-nav {
    position: absolute;
    width: 165px;
    top: -90px;
    right: 0;
    height: 50px;
    overflow: hidden;
}

.carousel-post-section .blog-posts .post-carousel .owl-nav .owl-prev,
.carousel-post-section .blog-posts .post-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    width: 50px;
    height: 50px;
    background: #f1f1f1;
    line-height: 50px;
    text-align: center;
    z-index: 1;
}

.owl-nav .owl-prev,
.carousel-post-section .blog-posts .post-carousel .owl-nav .owl-prev {
    background: #f1f1f1 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    right: 115px;
    transform: rotate(-180deg);
}

.owl-nav .owl-next,
.carousel-post-section .blog-posts .post-carousel .owl-nav .owl-next {
    background: #f1f1f1 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    right: 0px;
}

.carousel-post-section .slide-counter {
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    z-index: 0;
}

.carousel-post-section .slide-counter span {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
}

.carousel-post-section .slide-counter span.separator {
    margin: 0 7px;
}

.blog-page-container .link-box {
    margin-top: 30px;
    text-align: center;
    display: none;
}

/*========================================================================================
    Jury Page Styles     
========================================================================================*/
.jury-page-container {
    padding-top: 140px;
}

.jury-page-container .page-intro-section {
    margin-bottom: 60px;
}

.jury-page-container .page-intro-section .text-box p {
    font-size: 20px;
    line-height: 42px;
}

.jury-page-container .how-to-judge-description-section {
    position: relative;
}

.jury-page-container .how-to-judge-description-section .text-box {
    position: relative;
}

.jury-page-container .how-to-judge-description-section .text-box h3 {
    font-family: "Playfair Display", serif;
    font-size: 64px;
    line-height: 56px;
    margin-bottom: 40px;
}

.jury-page-container .how-to-judge-description-section .text-box p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.jury-page-container .current-judges-section {
    margin-top: 60px;
}

.jury-page-container .current-judges-section .section-title h2 {
    font-size: 64px;
    line-height: 56px;
    margin-bottom: 30px;
}

.jury-page-container .current-judges-section .section-title p.sub-btm-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 30px;
    letter-spacing: 2.86px;
}

.jury-page-container .current-judges-section .current-judges-container {
    position: relative;
    padding-bottom: 30px;
}

.jury-page-container .current-judges-section .current-judges-container:before {
    display: block;
    content: "";
    width: 70px;
    height: 10px;
    position: absolute;
    top: 0px;
    right: -50px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.jury-page-container .current-judges-section .current-judges-container:after {
    display: block;
    content: "";
    width: 70px;
    height: 10px;
    position: absolute;
    bottom: 0px;
    right: -50px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.jury-page-container .current-judges-section .current-judges-container .judge-profile-card {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.jury-page-container .current-judges-section .current-judges-container .judge-profile-card .profile-thumb {
    width: 43%;
}

.jury-page-container .current-judges-section .current-judges-container .judge-profile-card .judge-about-info {
    width: 57%;
    padding-left: 30px;
}

.jury-page-container .current-judges-section .current-judges-container .judge-profile-card .judge-about-info .name-country-box {
    position: relative;
    /* background: #000; */
    width: 70%;
    margin-bottom: 25px;
}

.jury-page-container .current-judges-section .current-judges-container .judge-profile-card .judge-about-info .name-country-box:before {
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -5px;
    left: -60px;
    border-bottom: 1px solid #ef3124;
    border-right: 1px solid #ef3124;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.jury-page-container .current-judges-section .current-judges-container .judge-profile-card .judge-about-info .name-country-box h3.judge-name {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 5px;
}

.jury-page-container .current-judges-section .current-judges-container .judge-profile-card .judge-about-info .name-country-box h5.country {
    font-size: 16px;
    font-weight: 700;
    line-height: 31px;
}

.jury-page-container .current-judges-section .current-judges-container .judge-profile-card .judge-about-info .short-details {
    margin-top: 20px;
}

.jury-page-container .current-judges-section .current-judges-container .judge-profile-card .judge-about-info .short-details p {
    font-size: 16px;
    line-height: 26px;
}

.jury-page-container .current-judges-section .current-judges-container .judge-profile-card .judge-about-info ul.social-links {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
.jury-page-container .current-judges-section .current-judges-container .judge-profile-card .judge-about-info ul.social-links li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.find-photographer-section .left-content ul.social-links li a {
    font-size: 40px;
    line-height: 40px;
    color: #3e3e3e;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.jury-page-container .current-judges-section .current-judges-container .judge-profile-card .judge-about-info ul.social-links li a i {
    font-size: 20px;
    transition: all 0.2s ease-in-out;
    color: #3e3e3e;
}

.jury-page-container .current-judges-section .current-judges-container .judge-profile-card .judge-about-info ul.social-links li a:hover,
.jury-page-container .current-judges-section .current-judges-container .judge-profile-card .judge-about-info ul.social-links li a:hover i {
    color: #ef3124;
}

.jury-page-container .previous-judges-section {
    position: relative;
    margin-top: 60px;
}

.jury-page-container .previous-judges-section .previous-judges-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 60px;
}

.jury-page-container .previous-judges-section .section-title h2 {
    font-size: 64px;
    line-height: 56px;
    margin-bottom: 30px;
}

.jury-page-container .previous-judges-section .previous-judges-container p.round-number {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 3.43px;
    color: #ef3124;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.jury-page-container .previous-judges-section .previous-judges-container .judge-profile-card .judge-about-info h3.judge-name {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.jury-page-container .previous-judges-section .previous-judges-container .judge-profile-card .judge-about-info ul.social-links {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
.jury-page-container .previous-judges-section .previous-judges-container .judge-profile-card .judge-about-info ul.social-links li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

.find-photographer-section .left-content ul.social-links li a {
    font-size: 40px;
    line-height: 40px;
    color: #3e3e3e;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.jury-page-container .previous-judges-section .previous-judges-container .judge-profile-card .judge-about-info ul.social-links li a i {
    font-size: 20px;
    transition: all 0.2s ease-in-out;
    color: #3e3e3e;
}

.jury-page-container .previous-judges-section .previous-judges-container .judge-profile-card .judge-about-info ul.social-links li a:hover,
.jury-page-container .previous-judges-section .previous-judges-container .judge-profile-card .judge-about-info ul.social-links li a:hover i {
    color: #ef3124;
}

/*========================================================================================
    Blog Article Page Styles     
========================================================================================*/

.blog-article-page-container {
    padding-top: 140px;
}

.blog-article-page-container .post-content {
    position: relative;
}

.blog-article-page-container .post-content .post-big-image {
    position: relative;
    text-align: right;
}

.blog-article-page-container .post-content .post-detail-content {
    position: relative;
    padding-top: 25px;
}

.blog-article-page-container .post-content .post-detail-content:before {
    display: block;
    content: "";
    width: 75px;
    height: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.blog-article-page-container .post-content .post-detail-content .top-content-box {
    display: none;
}

.blog-article-page-container .post-content .post-detail-content .title {
    position: relative;
    padding-left: 60px;
}

.blog-article-page-container .post-content .post-detail-content .title h2 {
    font-family: "Playfair Display", serif;
    font-size: 82px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 1.95px;
    margin-bottom: 0;
}

.blog-article-page-container .post-content .post-detail-content .post-excerpt {
    position: relative;
    margin-top: 30px;
    display: none;
}

.blog-article-page-container .post-content .post-detail-content .post-excerpt p {
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}

.blog-article-page-container ul.social-share-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-article-page-container ul.social-share-links li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    text-align: center;
}

.blog-article-page-container ul.social-share-links li:last-child {
    margin-right: 0px;
}

.find-photographer-section .left-content ul.social-links li a {
    font-size: 30px;
    line-height: 30px;
    color: #3e3e3e;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.blog-article-page-container ul.social-share-links li a i {
    font-size: 20px;
    line-height: 30px;
    transition: all 0.2s ease-in-out;
    color: #3e3e3e;
}

.blog-article-page-container ul.social-share-links li a:hover,
.blog-article-page-container ul.social-share-links li a:hover i {
    color: #ef3124;
}

.blog-article-page-container .post-meta span,
.blog-article-page-container .post-meta a span {
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
    color: #ef3124;
    display: inline-block;
    text-decoration: none;
}

.blog-article-page-container .author a {
    text-decoration: none;
    color: #000;
}

.blog-article-page-container .author a p {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0px;
}

.blog-article-page-container .share-icon-box {
    position: relative;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

.blog-article-page-container .share-icon-box p {
    margin-bottom: 0;
    margin-right: 20px;
}

.blog-article-page-container .share-icon-box ul.social-share-links {
    display: inline-block;
}

.blog-article-page-container .post-content .post-detail-content .bottom-content-box {
    padding: 30px 0 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid #979797;
}

.blog-article-page-container .general-text-section {
    position: relative;
    margin-top: 50px;
}

.blog-article-page-container .general-text-section .text-box {
}

.blog-article-page-container .general-text-section .text-box p {
    font-size: 20px;
    line-height: 42px;
}

.post-meta-and-share-section {
    margin-top: 50px;
}

.post-meta-and-share-section .post-meta-and-share-box {
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}

.category-label-section {
    position: relative;
    margin-top: 100px;
}

.category-label-section .section-title h2 {
    font-size: 64px;
    line-height: 56px;
}

.category-label-section .all-category-labels{
    margin-top: 30px;
}

.category-label-section .all-category-labels a{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.category-label-section .all-category-labels a:last-child{
    margin-right: 0;
}

.most-read-post-section{
    position: relative;
    margin-top: 60px;
}

.most-read-post-section .section-title{
    margin-bottom: 30px;
}

.most-read-post-section .section-title h2 {
    font-size: 64px;
    line-height: 56px;
}

.most-read-post-section .post-item{}

.most-read-post-section .post-item .thumb {
    position: relative;
    margin-bottom: 20px;
}
.most-read-post-section .post-item .post-title {
    margin-top: 15px;
}
.most-read-post-section .post-item .post-title a {
    color: #000;
    text-decoration: none;
}
.most-read-post-section .post-item .post-title a h2 {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 32px;
}

/*========================================================================================
    Blog Article Exclusive Page Styles     
========================================================================================*/




/*========================================================================================
    Fancybox Custom Layout Styles     
========================================================================================*/
.fancybox-custom-layout .fancybox-bg {
    background: #000;
    transition: all 0.3s ease-in-out;
}

.fancybox-custom-layout.fancybox-is-open .fancybox-bg {
    opacity: 1;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    /* transform: translate(0px, 0px) !important; */
}

.fancybox-slide--image {
    padding: 0;
}

.fancybox-custom-layout .fancybox-stage {
    right: 365px;
}

.fancybox-custom-layout .fancybox-caption {
    bottom: 0;
    background: transparent;
    left: auto;
    padding: 0px;
    right: 0px;
    top: 0;
    width: 365px;
}

.fancybox-custom-layout .fancybox-caption.layout-black {
    background: #000;
    color: #fff;
}

.fancybox-custom-layout .fancybox-caption .fancybox-caption__body {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption {
    width: 100%;
    height: 100%;
}

.fancybox-custom-layout .fancybox-toolbar .fancybox-button:focus {
    border: none;
    outline: none;
}

.fancybox-custom-layout .fancybox-toolbar .fancybox-button.fancybox-button--close {
    position: absolute;
    top: 20px;
    right: 35px;
    width: 30px;
    height: 30px;
    background: transparent;
    padding: 0 !important;
    opacity: 1;
}

.fancybox-custom-layout .fancybox-toolbar .fancybox-button.fancybox-button--close span {
    font-size: 40px;
}

.fancybox-custom-layout .fancybox-toolbar .fancybox-button.fancybox-button--colorSwitcher {
    position: absolute;
    top: 70px;
    right: 29px;
    background: #fff;
    padding: 0 !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.fancybox-custom-layout .fancybox-toolbar .fancybox-button.fancybox-button--colorSwitcher .switcher {
    display: flex;
    flex-flow: row;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.fancybox-custom-layout .fancybox-toolbar .fancybox-button.fancybox-button--colorSwitcher .switcher .black,
.fancybox-custom-layout .fancybox-toolbar .fancybox-button.fancybox-button--colorSwitcher .switcher .white {
    width: 50%;
}
.fancybox-custom-layout .fancybox-toolbar .fancybox-button.fancybox-button--colorSwitcher .switcher .black {
    background: #000;
}
.fancybox-custom-layout .fancybox-toolbar .fancybox-button.fancybox-button--colorSwitcher .switcher .white {
    background: #fff;
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .caption-top-content {
    position: absolute;
    top: 110px;
    left: 20px;
    width: 150px;
    text-align: left;
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .caption-top-content .title {
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .caption-top-content .title h2 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 15px;
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .caption-top-content .round-number {
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .caption-top-content .round-number p {
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 2px;
    color: #ef3124;
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .caption-bottom-content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-align: left;
    width: 85%;
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .line {
    position: relative;
    width: 65px;
    height: 1px;
    background: #ef3124;
    margin-bottom: 10px;
    left: -60px;
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .line:before {
    position: absolute;
    top: -5px;
    left: 0px;
    content: "";
    width: 12px;
    height: 12px;
    background: #ef3124;
    border-radius: 50%;
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .line:after {
    position: absolute;
    top: 0;
    right: 0px;
    content: "";
    width: 1px;
    height: 9px;
    background: #ef3124;
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .caption-bottom-content .image-info {
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .caption-bottom-content .image-info .title {
    width: 100px;
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .caption-bottom-content .image-info .title h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .image-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .image-info ul li {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    margin-right: 5px;
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .image-info ul li:nth-child(1) span.text {
    position: relative;
    top: -2px;
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .image-info ul li:nth-child(2) span.icon {
    position: relative;
    top: 2px;
    font-size: 18px;
    margin-right: 5px;
}
.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .image-info ul li:nth-child(2) span.icon span.path2:before {
    color: #fff;
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .image-info ul li:nth-child(3) span.icon {
    color: #ef3124;
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .image-info ul li span.icon {
    display: block;
    margin-right: 8px;
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .image-info ul li span.text {
    display: block;
}

.fancybox-custom-layout .fancybox-caption .fancybox-custom-caption .image-info ul li span.text small {
    font-size: 12px;
    margin-left: 5px;
    color: #989898;
}

.fancybox-custom-layout .fancy-nav {
    margin-top: 30px;
    display: flex;
    flex-flow: row;
    position: relative;
}

.fancybox-custom-layout .fancy-nav a {
    text-decoration: none;
    font-weight: normal;
    background: #f1f1f1;
    color: #000;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
}

.fancybox-custom-layout .fancy-nav a span {
    font-size: 14px;
    color: #000;
    line-height: 35px;
}

.fancybox-custom-layout .fancy-nav a.prev {
    transform: rotate(-180deg);
}

.fancybox-custom-layout .fancy-nav a:hover {
    text-decoration: none;
}

.fancybox-custom-layout .fancy-nav .counter-box {
    width: 70px;
    text-align: center;
}

.fancybox-custom-layout .fancy-nav .counter-box .counter {
    font-size: 16px;
    line-height: 35px;
}

.fancybox-custom-layout .fancy-nav .counter-box .separator {
    margin: 0 2px;
    /* display: block; */
}

.fancybox-button.fancybox-button--alertBox {
    background: #ef3124;
    color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    height: 46px;
    padding: 0 15px;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    line-height: 14px;
}

.fancybox-custom-layout .fancybox-view-alert {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #ef3124;
    width: 100%;
    padding: 15px;
    text-align: left;
    display: none;
    height: 50px;
}

.fancybox-button.fancybox-button--alertBox p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 1px;
}

.fancybox-button.fancybox-button--alertBox span {
    position: absolute;
    top: 14px;
    right: 12px;
    font-size: 20px;
}

/*========================================================================================
    Color Switcher Styles     
========================================================================================*/

.fancybox-custom-layout.layout-black .fancybox-caption .fancybox-custom-caption {
    background: #000;
    transition: all 0.3s ease-in-out;
}

.fancybox-custom-layout .fancybox-toolbar .fancybox-button.fancybox-button--colorSwitcher .switcher {
    overflow: hidden;
    border: 2px solid #fff;
    background: #fff;
}
.fancybox-custom-layout.layout-black .fancybox-caption .fancybox-custom-caption .image-info .title h2,
.fancybox-custom-layout.layout-black .fancybox-caption .fancybox-custom-caption .image-info ul li span.text,
.fancybox-custom-layout.layout-black .fancybox-caption .fancybox-custom-caption .image-info ul li:nth-child(2) span.icon span.path2:before,
.fancybox-custom-layout.layout-black .fancybox-caption .fancybox-custom-caption .fancy-nav .counter-box span,
.fancybox-custom-layout.layout-black .fancybox-toolbar .fancybox-button.fancybox-button--close,
.fancybox-custom-layout.layout-black .fancybox-toolbar .fancybox-button.fancybox-button--close span,
.fancybox-custom-layout.layout-black .fancybox-toolbar .fancybox-button.fancybox-button--close span.icon-close1x:before,
.fancybox-custom-layout.layout-black .fancybox-caption .fancybox-custom-caption .caption-top-content .title h2 {
    color: #fff !important;
}

.fancybox-custom-layout.layout-white .fancybox-caption .fancybox-custom-caption {
    /* background: #fff; */
    transition: all 0.3s ease-in-out;
}

.fancybox-custom-layout.layout-white .fancybox-toolbar .fancybox-button.fancybox-button--colorSwitcher .switcher {
    flex-flow: row-reverse;
}

.fancybox-custom-layout.layout-white .fancybox-toolbar .fancybox-button.fancybox-button--colorSwitcher .switcher {
    overflow: hidden;
    border: 2px solid #000;
}

.fancybox-custom-layout.layout-white .fancybox-caption .fancybox-custom-caption .image-info .title h2,
.fancybox-custom-layout.layout-white .fancybox-caption .fancybox-custom-caption .image-info ul li span.text,
.fancybox-custom-layout.layout-white .fancybox-caption .fancybox-custom-caption .image-info ul li:nth-child(2) span.icon span.path2:before,
.fancybox-custom-layout.layout-white .fancybox-caption .fancybox-custom-caption .fancy-nav .counter-box span,
.fancybox-custom-layout.layout-white .fancybox-toolbar .fancybox-button.fancybox-button--close,
.fancybox-custom-layout.layout-white .fancybox-toolbar .fancybox-button.fancybox-button--close span,
.fancybox-custom-layout.layout-white .fancybox-toolbar .fancybox-button.fancybox-button--close span.icon-close1x:before,
.fancybox-custom-layout.layout-white .fancybox-caption .fancybox-custom-caption .caption-top-content .title h2 {
    color: #000 !important;
}

/*========================================================================================
    My Works Section Styles     
========================================================================================*/

.my-works-section {
    position: relative;
    margin-top: 100px;
}

.my-works-section .work-carousel-container {
    position: relative;
    width: 1040px;
}

.my-works-section .work-carousel-container .work-carousel {
    position: relative;
}

.my-works-section .work-carousel-container .work-carousel .slide {
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}

.my-works-section .work-carousel-container .work-carousel .slide .winning-image .winning-round-caption,
.my-works-section .work-carousel-container .work-carousel .slide .winning-image .image-caption {
    display: none;
}

.my-works-section .work-carousel-container .work-carousel .slide .winning-image:after {
    display: block;
    content: "";
    width: 7px;
    height: 74px;
    position: absolute;
    bottom: -45px;
    left: 7%;
    border-bottom: 1px solid #ef3124;
    border-left: 1px solid #ef3124;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.my-works-section .work-carousel-container .work-carousel .slide .winning-image {
    position: relative;
    width: 1040px;
}

.my-works-section .work-carousel-container .work-carousel .slide .winning-image a {
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -ms-zoom-in;
    cursor: -o-zoom-in;
    cursor: zoom-in;
}

.my-works-section .work-carousel-container .work-carousel .slide .title {
    position: relative;
    margin-left: 100px;
    margin-top: 25px;
}

.my-works-section .work-carousel-container .work-carousel .slide .title i {
    font-size: 20px;
    line-height: 26px;
    margin-right: 15px;
}

.my-works-section .work-carousel-container .work-carousel .slide .title span.text {
    font-size: 20px;
    line-height: 26px;
    margin-top: 32px;
}

.my-works-section .work-carousel-container .work-carousel .owl-nav {
    position: absolute;
    width: 165px;
    bottom: -20px;
    right: 0;
    height: 50px;
    overflow: hidden;
    background: #fff;
}

.my-works-section .work-carousel-container .work-carousel .owl-nav .owl-prev,
.my-works-section .work-carousel-container .work-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: 0px;
    width: 50px;
    height: 50px;
    background: #f1f1f1;
    line-height: 50px;
    text-align: center;
    z-index: 1;
}

.my-works-section .work-carousel-container .slide-counter {
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    z-index: 0;
}

.my-works-section .work-carousel-container .slide-counter span {
    /* display: inline-block; */
    font-size: 16px;
    line-height: 18px;
}

.my-works-section .work-carousel-container .slide-counter span.separator {
    margin: 0 7px;
}


/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-pings,
.entry-comments {
    color: #444;
    overflow: hidden;
}
.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
    font-size: 20px;
    margin: 30px 0;
}
.comment-respond {
    margin: 20px 1px 20px 1px;
}
.comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}
.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}
.comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}
li.comment {
    background-color: #fff;
    border-right: none;
}
.comment-content {
    clear: both;
    overflow: hidden;
	margin-bottom: 10px;
}
.comment-list li {
    font-size: 14px;
    padding: 20px 30px 30px 50px;
}
.comment-list .children {
    margin-top: 40px;
}
.comment-list .children li {
    border: none;
}
.comment-list li {
    background-color: #ffffff;
	border: 2px solid #818181;
	margin-bottom: 30px;
}
.comment-list li li {
    background-color: #ffffff;
}
.comment-list li li li {
    background-color: #fff;
}

.logged-in-as {
    margin-bottom: 20px !important;
}

.comment-form-author, .comment-form-email, .comment-form-url {
    width: 32%;
    float: left;
}

.comment-form-email {
    margin: 0px 24px !important;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 100%;
    border-radius: 0;
    height: 51px;
    border-color: #818181;
    border-width: 2px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #3e3e3e;
    box-sizing: border-box;
    padding: 20px;
}

.comment-respond textarea {
    width: 100%;
    border-radius: 0;
    border-color: #818181;
    border-width: 2px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #3e3e3e;
    box-sizing: border-box;
    height: 150px;
    padding: 20px;
}

.comment-respond input[type=checkbox] {
	opacity: 0;
	cursor: pointer;
}

.comment-respond input[type=checkbox] + label:before {
    width: 13px;
    height: 13px;
    content: "\f0c8";
    font-family: 'Font Awesome 5 Free';
    color: #818181;
	margin-right: 5px;
    margin-left: -16px;
}

.comment-respond input[type=checkbox]:checked + label:before {
    width: 13px;
    height: 13px;
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    color: red;
}

.comment-respond textarea:focus {
    outline: none !important;
    border-color: #ef3124 !important;
    border-radius: 0px !important;
}

.comment-respond input[type="email"]:focus, input[type="text"]:focus, input[type="url"]:focus {
	border-color: #ef3124 !important;
    border-style: solid !important;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}
.entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}
.entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}

.comments-area .entry-pings .reply {
    display: none;
}

.comments-area .form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}

.comment-reply-link{
    cursor: pointer;
    background-color: #ffffff;
    border: 2px solid #818181;
    border-radius: 3px;
    color: #818181;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    width: auto;
}

.comment-reply-link:hover{
    color: #ef3124 !important;
	border-color: #ef3124 !important;
}

.comment-notes{
    display:none;   
}

.comment-author.vcard img {
    display: none;
}

.comment-author {
    float: left;
}

.comment-author a, .comment-author b{
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
}

.comment-meta {
    margin-bottom: 10px;
}

.comment-metadata {
    margin-bottom: 8px;
	text-align: right;
	margin-right: 12px;
}

.comments-area li.comment {
    list-style: none;
}

.comments-area ol.children {
    padding: 0;
}
.comments-area ol.comment-list {
    padding: 0;
}

.comments-area h2.comments-title {
    margin: 30px 0;
	margin-top: 120px;
}

.comment-reply-title {
    font-size: 2rem !important;
}

.comment-form-cookies-consent label, .comment-form-cookies-consent input {
    display: inline-block;
}

.form-submit .submit {
        position: relative;
    background: #000;
    border-radius: 4px;
    padding: 15px 30px;
    letter-spacing: 2.142857px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    color: #ffffff !important;
    border: none !important;
}

.form-submit .submit:hover {
    background: #ef3124;
}

.comment-form br {
    display: none;
}

.comment-form p {
    margin: 0;
}

p.form-submit {
    margin-top: 10px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.comment-author {
    float: none;
}
	.comment-metadata {
    text-align: left;
}
}

@media only screen and (max-width: 768px) {
 	.comment-form-email {
    margin: 0px !important;
}
	.comment-form-author, .comment-form-email, .comment-form-url {
    width: 100%;
}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
 	.comment-form-email {
    margin: 0px 32px !important;
}
	.comment-form-author, .comment-form-email, .comment-form-url {
    width: 31%;
}
}