/* --------------------------------------
=========================================
LandX - Responsive App Landing Page
Version: 1.1 (Initial Release)
Designed By: Mizanur Rahman
=========================================

1. IMPORT CSS

2. GLOBAL STYLES (USED IN VARIOUS SECTION OF THE WEBSITE)
    2.1 GENERAL STYLES
    2.2 PRE LOADER
    2.3 ANCHOR AND BOLD TEXT  

3. COMPONENTS (ELEMNTS USED IN MANY SECTION)
    3.1 BACKGROUND COLORS AND LINE
    3.2 TYPOGRAPHY
    3.3 BUTTONS

4. SECTION STYLES AND COMPONENTS
    4.1 SECTIONS PADDING AND COLOR OVERLAY

    4.2 SECTION: HOME
        4.2.1 BASIC STYLES
        4.2.2 NAVIGATION 
        4.2.3 FEATURE LIST 
        4.2.4 VERTICAL REGISTRATION FORM

    4.3 SECTION: WITH LEFT / RIGHT SCREENSHOT
        4.3.1 BASIC STYLES   
        4.3.2 FEATURE LIST    

    4.4 SECTION: FEATURES 

    4.5 SECTION: PRICING TABLE 

    4.6 SECTION: VIDEO   
        4.6.1 BASIC STYLE / RESET
        4.6.2 VIDEO FEATURES 

    4.7 SECTION: SCREENSHOTS 
    
    4.8 SECTION: CLIENTS AND FEEDBACKS
        4.8.1 CLIENTS LOGO 
        4.8.2 FEEDBACKS

    4.9 SECTION: CALL TO ACTION
        4.9.1 CALL TO ACTION WITH TEXT/BUTTON 
        4.9.2 SUBSCRIBE FORM 

    4.10 SECTION: CONTACT US
        4.10.1 BASIC STYLES
        4.10.2 CONTACT FORM   


    4.11 SECTION: FOOTER   

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

/*---------------------------------------
   1. IMPORT GOOGLE WEB FONTS                
-----------------------------------------*/

/*@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic|Raleway:500,600,700);*/

/* --------------------------------------
=========================================
   2. GLOBAL STYLES
=========================================
-----------------------------------------*/

/*---------------------------------------
   2.1 GENERAL STYLES                
-----------------------------------------*/

html {
    font-size: 100%;
}

body {
    background: #EEEEEE;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #727272;
    line-height: 25px;
    overflow-x: hidden !important;
    margin: auto !important;
}

body.home {
  background: #FFF;
}

/*---------------------------------------
   2.2 PRE LOADER              
-----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
    background-repeat: no-repeat;
    background-position: center;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}

/*---------------------------------------
   2.3 ANCHOR AND BOLD TEXT           
-----------------------------------------*/
a {
    text-decoration: none;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: inherit;
    color: inherit;
}

strong {
    font-weight: 700;
}

.strong {
    font-weight: 700;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    color: #757575;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    width: 100%;
}
tr th {
    color: #636363;
    font-size: 11px;
    font-size: 0.785714286rem;
    font-weight: bold;
    line-height: 2.181818182;
    text-align: left;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed !important;
    color: #757575;
    font-size: inherit;
    font-weight: normal;
    padding: 6px 10px 6px 0;
    text-align: left;
}

/*---------------------------------------
   2.4 MISC FIXES         
-----------------------------------------*/
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

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

.widget > ul{
    padding-left: 0;
}
/* --------------------------------------
=========================================
   3. COMPONENTS 
=========================================
-----------------------------------------*/

/*---------------------------------------
   3.1 BACKGROUND COLORS AND LINE               
-----------------------------------------*/

.dark-bg {
    background: #323232;
    color: #ffffff;
}

.color-bg {
    color: #ffffff;
}

.bgcolor-2 {
    background: #f7f8fa;
}

.bgcolor-white {
    background: #ffffff;
}

.colored-line {
    height: 1px;
    width: 70px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}


/*---------------------------------------
   3.2 TYPOGRAPHY               
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
    color: #323232;
    margin-bottom: 0;
    margin-top: 0;
}

h1 {
    font-size: 2.813rem;
    font-weight: 600;
}

h2 {
    font-size: 2.188rem;
    font-weight: 600;
}

h3 {
    font-size: 1.5rem;
    line-height: 2.375rem;
    font-weight: 600;
}

h4 {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}


/*---------------------------------------
   3.3 BUTTONS               
-----------------------------------------*/
.btn:focus,
.btn:active,
.btn,
.open .dropdown-toggle.btn {
    outline: inherit;
    border-color: inherit;
}

.newsletter-submit,
.standard-button {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 15px 30px;
    border: 0;
    margin: 5px;
    line-height: inherit;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    color: #fff;
}

.secondary-button {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 15px 30px;
    border: 0;
    margin: 5px;
    border: 1px solid #727272;
    color: #323232;
    background: #ffffff;
    line-height: inherit;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}


/* --------------------------------------
=========================================
   4. SECTION SPECIFIC CSS
=========================================
-----------------------------------------*/

/*---------------------------------------
   4.1 SECTIONS PADDING AND COLOR OVERLAY                
-----------------------------------------*/

.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.section7 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.color-overlay {
    background: rgba(0, 0, 0, 0.6);
}

.light .color-overlay {
    background: rgba(255, 255, 255, 0.6);
}


.page-template-page-templatessqueeze-page-php .navbar.non-sticky {
    padding: 47px 0 30px 0;
}

.slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.custom-slider {
    position: relative;
    z-index: 2;
}
/*========================================
   4.2 SECTION: HOME                
==========================================*/

/*---------------------------------------
   4.2.1 BASIC STYLES               
-----------------------------------------*/

header .vertical-registration-form {
    margin-top: 60px;
}

header.dark .vertical-registration-form {
    margin-top: 0;
}

header.light .vertical-registration-form {
    margin-top: 0;
}

.navigation-header {
    padding-top: 47px;
    padding-bottom: 30px;
}

.intro-section {
    margin-top: 50px;
    margin-bottom: 137px;
}

.intro {
    color: #ffffff;
}

.light .intro {
    color: #323232;
}

.navbar-header img {
    max-height: 50px;
}


.navbar-inverse .navbar-nav>li>a:focus{
    color: #323232;
}

.intro-section .sub-heading {
    font-size: 20px;
    padding-right: 10%;
    padding-left: 10%;
    color: #ffffff;
    margin-top: 25px;
    line-height: 30px;
}


/*---------------------------------------
   4.2.2 NAVIGATION                
-----------------------------------------*/
/* NAV RESETS */
.navbar-brand{
    padding: 0 15px;
    line-height: 50px;
}
.navbar-nav > li > a:hover {
    background: inherit;
}

/* NORMAL NAVIGATION WITH SOCIAL ICON AND LOGO ONLY */
.non-sticky .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.non-sticky .navbar-nav > li > a {
    font-size: 25px;
    padding: 0;
    padding-left: 5px;
    padding-top: 3px;
    color: #ffffff;
}

.light .non-sticky .navbar-nav > li > a {
    color: #323232;
}

.navbar .nav li{
    position: relative;
}

.navbar .nav > li ul{
    display: none;
    position: absolute;
    top: 45px;
    left: auto;
    min-width: 280px;
    right: 0;
    text-align: right;
    background-color: #fff;
    padding: 15px;
}

.navbar .nav > li ul ul{
    background-color: #fff;
    display: none;
    left: auto;
    min-width: 280px;
    padding: 15px;
    position: absolute;
    right: 250px;
    text-align: right;
    top: 0;
}

.navbar .nav li:hover > ul{
    display: block;
}


/* STICKY NAVIGATION */
.sticky-navigation {
    min-height: 75px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    border: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.sticky-navigation .navbar-header {
    padding-top: 10px;
}

.sticky-navigation .main-navigation {
    padding-top: 13px;
}

.sticky-navigation .main-navigation .current a {
    -webkit-backface-visibility: hidden;
    outline: inherit;
    position: relative;
}

.navbar li ul a,
.sticky-navigation .navbar-nav > li > a {
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFF;
}

.navbar ul li a span {
    position: relative;
}

.navbar ul li a span.new:after {
    content: 'N';
    width: 15px;
    height: 15px;
    position: absolute;
    background: #e41f49;
    right: initial;
    top: 50%;
    margin-top: -16px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: #FFF;
}

@media (max-width: 1200px) {
    .navbar ul li a span.new:after {
        right: initial;
    }
}


/*---------------------------------------
   4.2.3 FEATURE LIST               
-----------------------------------------*/

.feature-list-1,
.feature-list{
    list-style: none;
    padding-left: 0;
}

.feature-list-1 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.content .feature-list-1 {
    margin-top: 0;
}

.feature-list-1 li {
    margin-top: 25px;
    margin-bottom: 25px;
}

.feature-list-1 li .icon-container {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    line-height: 32px;
    margin-right: 15px;
    margin-top: 8px;
    text-align: center;
    margin-bottom: 18px;
}

.feature-list-1 li p {
    
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}

.dark .feature-list-1 li p {
    color: rgba(255, 255, 255, 0.8);
}


/*---------------------------------------
   4.2.4 VERTICAL REGISTRATION FORM               
-----------------------------------------*/
.panel-grid .panel.widget_newsletterwidget,
.vertical-registration-form {
    background: rgba(0, 0, 0, 0.5) !important;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 390px;
    margin: auto;
    padding-bottom: 30px;
    text-align: center;
}

.intro-section .wpcf7 {
    background: rgba(0, 0, 0, 0.5) !important;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 390px;
    margin: auto;
    padding-bottom: 30px;
    text-align: center;
}

.light .intro-section .wpcf7 {
    background: rgba(255, 255, 255, 0.5) !important;
}

.light .vertical-registration-form {
    background: rgba(255, 255, 255, 0.5) !important;
}

header .sf-container {
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    margin-bottom: 80px;
    margin-top: 50px;
}

.vertical-registration-form .colored-line {
    margin-top: 0;
}

.widget_newsletterwidget h3,
.vertical-registration-form h3 {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}

.widget_newsletterwidget{
    position: relative;
}

.panel-grid .widget_newsletterwidget h3{
    margin-top: 15px !important;
}

.widget_newsletterwidget:before{
    height: 1px;
    width: 70px;
    content: "";
    position: absolute;
    top: -1px;
    left: calc(50% - 35px);
}

.widget_newsletterwidget p{
    margin: 0;
}

.light .vertical-registration-form h3 {
    color: #000;
}

.newsletter-firstname,
.newsletter-lastname,
.newsletter-email,
.vertical-registration-form .input-box {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 45px;
    background: #000000;
    border-radius: 3px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    box-shadow: inherit;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 6px 12px;
}

.intro-section .wpcf7 .wpcf7-form-control.input-box {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
    height: 45px;
    background: #000000;
    border-radius: 3px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    box-shadow: inherit;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 6px 12px;
    border-left-width: 3px;
}

.intro-section .wpcf7 .wpcf7-form-control.textarea-box {
    background: #000000;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    font-size: 16px;
    box-shadow: inherit;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.intro-section div.wpcf7 img.ajax-loader {
    display: none;
}

.newsletter-firstname,
.newsletter-lastname,
.newsletter-email{
    margin-top: 0;
}

.newsletter-firstname{
    margin-top: 30px;
}

.newsletter-sex{
    padding: 6px 12px;
    margin: 0 0 30px;
    width: 100%;
    color: #000 !important;
}

.light .vertical-registration-form .input-box {
    background: #fff;
}

.vertical-registration-form .input-box:focus,
.vertical-registration-form .input-box:active {
    box-shadow: inherit;
    color: #ffffff;
}

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


/*========================================
   4.3 SECTION WITH LEFT / RIGHT SCREENSHOT             
==========================================*/
/*---------------------------------------
   4.3.1 BASIC STYLES               
-----------------------------------------*/
.side-screenshot,
.side-screenshot2 {
    max-width: 532px;
}

.brief h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.brief p {
    margin-top: 45px;
}

/*---------------------------------------
   4.3.2 FEATURE LIST               
-----------------------------------------*/

.feature-list {
    margin-top: 25px;
}

.feature-list li {
    overflow: auto;
    padding-top: 12px;
    padding-bottom: 12px;
}

.feature-list li .icon-container {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    color: #ffffff;
    line-height: 32px;
    margin-right: 15px;
    margin-top: 5px;
    float: left;
    text-align: center;
}

.feature-list li .details {
    width: 89%;
    text-align: left;
}

.feature-list li .details p {
    margin-top: 5px;
}

header{
    color: #fff !important;
}

header.light .form-control,
header.light{
    color: #000 !important;
}

header h1,
header h2,
header h3,
header h4,
header h5,
header h6,
header a,
header .feature-list h6{
    color: #fff;
}

 header.light h1,
 header.light h2,
 header.light h3,
 header.light h4,
 header.light h5,
 header.light h6,
 header.light a,
 header.light .feature-list h6 {
    color: #323232;
}

.light .breadcrumbs li a {
    color: #727272;
}

header .feature-list p {
    color: rgba(255, 255, 255, 0.8);
    text-align: left;

}


/*========================================
   4.4 SECTION: FEATURES                
==========================================*/
.features {
    margin-top: 35px;
}

.feature {
    margin-top: 40px;
}

.feature .icon {
    font-size: 50px;
    margin-bottom: 30px;
}

.feature h4 {
    margin-bottom: 10px;
}


/*========================================
   4.5 SECTION: PRICING TABLE               
==========================================*/
.pricing-table {
    margin-top: 35px;
}

.package {
    overflow: auto;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-top: 40px;
}

.package .header {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.package .header h3 {
    color: #ffffff;
}

.package-features .column-9p {
    width: 90%;
    float: left;
    text-align: left;
}

.package-features .column-1p {
    width: 10%;
    float: right;
    text-align: right;
    color: #323232;
}

.package-features .column-7p {
    width: 60%;
    float: left;
    text-align: left;
}

.package-features .column-3p {
    width: 40%;
    float: right;
    text-align: right;
}

.package-features ul li {
    overflow: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 35px;
    padding-left: 35px;
    border-bottom: 1px dotted #e3e3e3;
}

.package-features .bottom-row {
    overflow: auto;
    padding-top: 8px;
    padding-bottom: 17px;
    padding-right: 35px;
    padding-left: 35px;
}

.package-features .bottom-row h6 {
    padding-top: 5px;
}

.package-features .bottom-row .secondary-button,
.package-features .bottom-row .standard-button {
    margin: 0;
    padding: 7px 15px;
    vertical-align: middle;
}


/*========================================
   4.6 SECTION: VIDEO              
==========================================*/
/*---------------------------------------
   4.6.1 BASIC STYLE / RESET         
-----------------------------------------*/
video {
    max-width: 100%;
    height: auto;
}

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

.video-container {
    width: 100%;
    background: #ffffff !important;
    margin-top: 75px;
}

.video {
    background: #ffffff !important;
}


/*---------------------------------------
   4.6.2 VIDEO FEATURES         
-----------------------------------------*/
.video-features {
    margin-top: 40px;
}

.video-features .inline-icon {
    padding-right: 5px;
}


/*========================================
   4.7 SECTION: SCREENSHOTS              
==========================================*/
#screenshots {
    margin-top: 68px;
}

.shot {
    margin: 10px;
    border-radius: 3px;
    border: 5px solid #ffffff;
}

.shot img {
    max-width: 100%;
    width: 100%;
}

.shot img:hover {
    cursor: crosshair;
    opacity: 0.8;
}


/*========================================
   4.8 SECTION: CLIENTS AND FEEDBACKS              
==========================================*/
/*---------------------------------------
   4.8.1 CLIENTS LOGO        
-----------------------------------------*/
.clients {
    margin-top: 35px;
}

.client-logos li {
    display: inline-block;
    vertical-align: middle;
    margin: 15px;
}

/*---------------------------------------
   4.8.2 FEEDBACKS        
-----------------------------------------*/
.testimonials {
    margin-top: 15px;
}

.single-feedback {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.single-feedback .client-pic {
    width: 48px;
    height: 48px;
    margin: auto;
    position: relative;
    margin-bottom: -24px;
    z-index: 999;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 0px 3px #f7f8fa;
}

.single-feedback .client-pic img {
    max-width: 100%;
}

.single-feedback .box {
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 3px;
    position: relative;
    background: #f7f8fa;
    padding-top: 20px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
    -moz-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
    box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
}

.single-feedback .box .message {
    padding: 25px;
    font-style: italic;
}

.single-feedback .box:after,
.single-feedback .box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.single-feedback .box:after {
    border-color: rgba(247, 248, 250, 0);
    border-top-color: #f7f8fa;
    border-width: 15px;
    margin-left: -15px;
}

.single-feedback .box:before {
    border-color: rgba(229, 229, 229, 0);
    border-top-color: #e5e5e5;
    border-width: 16px;
    margin-left: -16px;
}

.single-feedback .client-info {
    margin-top: 30px;
}

.single-feedback .client-info .client-name {
    line-height: 20px;
}

.single-feedback .client-info .company {
    font-size: 13px;
}


/*========================================
   4.9 SECTION: CALL TO ACTION              
==========================================*/
/*---------------------------------------
   4.9.1 CALL TO ACTION WITH TEXT/BUTTON          
-----------------------------------------*/
.cta-section {
    background-image: url(../images/bg-image-2.jpg);
    background-size: cover;
    padding: 0 !important;
    text-align: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    z-index: 999;
    position: relative;

}

.cta-section h4 {
    color: #ffffff;
}

.cta-section h2 {
    color: #ffffff;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 40px;
}

.cta-section p{
    color: rgba(255, 255, 255, .8);
}

.cta-section h3 {
    color: #ffffff;
}

.cta-section .color-overlay {
    padding-top: 125px;
    padding-bottom: 125px;
}


/*---------------------------------------
   4.9.2 SUBSCRIBE FORM           
-----------------------------------------*/
.subscribe-section {
    margin-top: 75px;
}


.subscription-form .input-box {
    width: 300px;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 55px;
    border-radius: 3px;
    font-size: 16px;
    color: #000000;
    box-shadow: inherit;
}

.subscription-success,
.subscription-error {
    color: #FFFFFF;
}

/*========================================
   4.10 SECTION: CONTACT US             
==========================================*/
/*---------------------------------------
   4.10.1 BASIC STYLES        
-----------------------------------------*/
.contact-us {
    padding-top: 75px;
    padding-bottom: 75px;
}

.contact-us .heading {
    margin-bottom: 10px;
}

.contact-link {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 50px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
}

.contact-link:hover {
    text-decoration: none;
}

.contact-link span {
    margin-right: 10px;
}


/*---------------------------------------
   4.10.2 CONTACT FORM        
-----------------------------------------*/
.contact-form, .wpcf7-form{
    margin-top: 25px;
}

.contact-form .success,
.contact-form .error,
.wpcf7-form .success,
.wpcf7-form .error {
    display: none;
}

.contact-form .input-box,
.contact-form .textarea-box,
.wpcf7-form .input-box,
.wpcf7-form .textarea-box {
    margin-bottom: 15px;
    margin-top: 15px;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    color: #727272;
    padding-left: 12px;
    font-size: inherit;
    line-height: auto;
}

.contact-form .input-box,
.wpcf7-form .input-box {
    min-height: 50px;
}

.contact-form .textarea-box,
.wpcf7-form .textarea-box {
    min-height: 200px;
    -webkit-backface-visibility: hidden;
}

.contact-form .input-box:active,
.contact-form .textarea-box:active,
.contact-form .input-box:focus,
.contact-form .textarea-box:focus,
.wpcf7-form .input-box:active,
.wpcf7-form .textarea-box:active,
.wpcf7-form .input-box:focus,
.wpcf7-form .textarea-box:focus {
    color: #323232;
}

.contact-form .btn,
.wpcf7-form .btn {
    margin-top: 25px;
}


/*========================================
   4.11 SECTION: FOOTER
==========================================*/
footer {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

footer .logos {
    margin: 0 0 30px;
    border-bottom: 1px solid #545454;
    padding: 0 0 30px;
}

footer .badges {
    margin: 0 0 30px;
}

footer .awareness {
    margin: 0 0 30px;
}

footer .awareness a {
    margin: 0 7px;
}

footer .awareness a:first-child img {
    margin-top: -15px;
}

@media (max-width: 580px) {
    footer .awareness a:first-child img {
        margin-bottom: 15px;
    }
}

footer .badges a {
    margin: 0 7px;
}

footer .badges img {
    width: 110px;
}

footer .logos a {
    margin: 0 20px;
}

footer .logos a:first-child {
    margin-left: 7px;
}

footer .logos a img {
    width: 240px;
}

@media (max-width: 580px) {
    footer .logos a:first-child img {
        margin-bottom: 15px;
    }
}

footer .logos a:last-child img {
    width: 226px;
}

footer .footer-menu {
    list-style: none;
    padding: 15px 0 0;
    border-top: 1px solid #545454;
    margin: 10px 0 0;
    display: inline-block;
    width: 100%;
}

footer .footer-menu li {
    display: inline-block;
    margin: 0 7px;
}

footer .footer-menu li a {
    color: #e41f49;
}

footer .footer-menu li a:hover {
    text-decoration: none;
}

.footer-logo {
    max-width: 180px;
    margin: auto;
    display: none;
}

.copyright {
    margin-top: 15px;
    margin-bottom: 15px;
}

.social-icons {
    padding-left: 0;
}

.social-icons li {
    display: inline;
    margin: 2px;
}

.social-icons li a {
    font-size: 25px;
    color: #919191;
}

.social-icons li a:hover {
    text-decoration: none;
}

.content{
    width: 100%;
    overflow: hidden;
    margin: 45px 0;
}

.landx-onepage .content{
    margin: 0;
}

section{
    padding-top: 90px;
    padding-bottom: 90px;
}

img{
    max-width: 100%;
}

.side-screenshot img{
    width: 100%;
    height: auto;
}

.sub-heading{
    width: 100%;
    overflow: hidden;
}

.panel-grid .panel {
    background: none!important;
}

.panel-grid .panel {
    box-shadow: none!important;
}

header .button-container {
    margin-bottom: 25px;
    margin-top: 75px;
}

.client-logos{
    margin-top: 35px;
    text-align: center;
}


.search-submit,
.secondary-button {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 15px 30px;
    border: 0;
    margin: 5px;
    border: 1px solid #727272;
    color: #323232;
    background: #ffffff;
    line-height: inherit;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.secondary-button-white {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 14px 30px;
    border: 0;
    margin: 5px;
    border: 1px solid #727272;
    color: #ffffff;
    background: transparent;
    line-height: inherit;
    border: 1px solid rgba(255,255,255,0.5)
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.secondary-button-white:hover {
    border: 1px solid rgba(255,255,255,1);
    color: #ffffff;
}

.bypostauthor{
    font-style: italic;
}

.screen-reader-text{
    display: block;
}

.search-field{
    padding: 5px 15px;
    margin-top: 1px;
}

.search-submit{
    color: #fff;
    padding: 6px 15px;
    border: none;
    font-size: 14px;
    margin: 0;
}

.posts-blog-page {
    display: block;
    width: 100%;
    overflow: hidden;
}

.posts-blog-page div {
    list-style: none;
}

.posts-blog-page div a {
    font-size: 14px;
}

.sidebar {
  padding: 15px;
  margin: 15px 0 20px;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

#pg-949-0 .panel-grid-cell {
  padding-right: 0 !important;
}

.page-id-949 .landx-page,
.blog-posts {
  padding: 0;
}

.widget_siteorigin-panels-post-content {
  background: #FFF;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  margin: 15px 0 0 !important;
  padding: 15px;
}

.widget_siteorigin-panels-post-content h1 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: bold;
}

.widget_siteorigin-panels-postloop {
  background: #FFF;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  margin: 15px 0 0;
  padding: 15px;
}

.post-title-row {
  padding-left: 15px;
}

.post-title-block {
  background: #FFF;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  margin: 15px 0 0;
  padding: 15px;
}

.post-title-block h1 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  display: inline-block;
}

.post-title-block .top-description {
  margin: 10px 0 0;
  color: #6d6d6d;
  text-align: justify;
}

.post-title-block .post-count {
  font-size: 18px;
  display: inline-block;
}

@media (max-width: 768px) {
  .post-title-block .post-count {
    margin: 0 0 0 5px;
  }

  .post-title-block .post-count::before {
    content: "(";
    margin: 0 -3px 0 0;
  }

  .post-title-block .post-count::after {
    content: ")";
    margin: 0 0 0 -3px;
  }
}

@media (min-width: 992px) {
  .post-title-block .post-count {
    float: right;
    margin: 5px 0 0;
    font-size: 25px;
  }
}

.widget_siteorigin-panels-postloop .post {
  border: none;
  border-bottom: 1px solid #e6e5e5;
  margin: 0 0 25px;
  padding: 0 0 30px;
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  .widget_siteorigin-panels-postloop .post {
    padding: 0 0 25px;
  }
}

.widget_siteorigin-panels-postloop .post .featured-image {
/*  padding: 0;
  margin: 0 15px 15px 0;
  float: left;
  max-width: 40%;*/
  padding: 0 0 0 15px;
}

@media (max-width: 767px) {
  .widget_siteorigin-panels-postloop .post .featured-image {
    padding: 0 15px;
  }
}

.widget_siteorigin-panels-postloop .post.has-video .featured-image a {
  position: relative;
  display: block;
}

.widget_siteorigin-panels-postloop .post.has-video .featured-image a:before {
  content: '';
  position: absolute;
  background: url(../images/youtube-icon.png) no-repeat center center;
  background-size: 50px;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.widget_siteorigin-panels-postloop .post .post-contents {
  padding: 0 15px;
}

.widget_siteorigin-panels-postloop .post .post-contents .post-description {
  text-align: justify;
}

.widget_siteorigin-panels-postloop .post h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  margin: 0 0 15px;
  font-family: 'Source Sans Pro', sans-serif;
}

@media (max-width: 767px) {
  .widget_siteorigin-panels-postloop .post h2 {
    margin: 15px 0;
  }
}

.widget_siteorigin-panels-postloop .post .colored-line {
  display: none;
}

.navigation {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0 0 20px 0;
}

.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation ul li {
  display: inline-block;
}

.navigation ul li a {
  cursor: pointer;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 15px;
  border: 1px solid #CCC;
  color: #999;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #FFF;
  border: 1px solid #000796;
  color: #000594 !important;
}

.post-meta .meta-category {
  margin: 5px 0 0;
  background: #FFF;
  padding: 0;
}

.post-meta .meta-category span {
  display: none;
}

.post-meta .meta-category a {
  color: #121794;
  font-size: 0.9rem;
  border: 1px solid #00057d;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 5px 5px 0;
  display: inline-block;
}

.post .tags {
  border-bottom: none;
  padding: 0;
  margin: 10px 0 0;
}

.post .tags a {
  color: #3f8041;
  font-size: 0.9rem;
  border: 1px solid #3f8041;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 5px 5px 0;
  display: inline-block;
}

.single-post .post-meta {
  background: #f7f7f7;
  margin: 20px 0 0;
}

.single-post .meta-author,
.single-post .meta-date,
.single-post .meta-category {
  background: transparent;
  margin: 0 !important;
}

.single-post .meta-author img {
  border-radius: 50%;
  max-width: 40px;
  margin: 0 5px 0 0;
}

.single-post .meta-author a {
  color: #121794;
}

.single-post .tags {
  max-width: 600px;
  margin: 0 auto 30px;
  border-bottom: none;
  padding: 0;
}

.single-post .tags a {
  color: #3f8041;
  font-size: 0.9rem;
  border: 1px solid #3f8041;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 5px 10px 0;
  display: inline-block;
}

.single-post .fb-comments {
  margin: 0 auto;
  max-width: 600px;
  display: block;
}

.sidebar .widget.widget_video_reviews_widget {
  padding: 0;
}

.sidebar .widget .widget-title {
  border-bottom: none;
  margin: 0;
}

.sidebar .video-reviews-widget {
  margin: 0;
}

.sidebar .video-reviews-widget .video-review-listing {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0 0 14px;
  box-shadow: 0px 0px 10px #8c8c8c;
}

.sidebar .video-reviews-widget .video-review-listing.listing-1 {
  box-shadow: 0px 0px 10px #ff0202;
}

.sidebar .video-reviews-widget .video-review-listing .emblem-new {
  position: absolute;
  top: -13px;
  left: 9px;
  background: #e40538;
  color: #FFF;
  text-transform: uppercase;
  padding: 0 10px;
}

.sidebar .video-reviews-widget .video-review-listing:last-child {
  margin: 0;
}

@media (min-width: 667px) and (max-width: 992px) {
  .sidebar .video-reviews-widget .video-review-listing,
  .sidebar .video-reviews-widget .video-review-listing:last-child {
    width: 50%;
    vertical-align: top;

    width: 47%;
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;

  }
}

.sidebar .widget_video_reviews_widget .widget-title {
  text-align: center;
}


.sidebar .video-reviews-widget .video-review-listing .image {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0 10px 0 0;
}

.sidebar .video-reviews-widget .video-review-listing .image:before {
  content: '';
  position: absolute;
  background: url(../images/youtube-icon.png) no-repeat center center;
  background-size: 50px;
  width: 100%;
  height: 100%;
  margin-top: -15px;
}

.sidebar .video-reviews-widget .video-review-listing a:hover {
  text-decoration: none;
  color: #121794;
}

.sidebar .video-reviews-widget .video-review-listing .post-title-wrap {
  background: rgba(0,0,0,.9);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 10px;
  color: #FFF;
}

.sidebar .video-reviews-widget .video-review-listing .post-title {
  line-height: 1rem;
  vertical-align: middle;
  display: inline;
  font-size: 1.3rem;
  color: #FFF;
}

#search-filters {
  margin: 15px 0 0;
  display: inline-block;
  width: 100%;
}

.filter {
  float: left;
  margin: 0 10px 0 0;
}

.filter select {
  max-width: 160px;
  height: 30px;
}

#search-filters select {
  background-color: #f9f8f8;
  border: 1px solid #323232;
  color: #323232;
  height: 37px;
  width: 100%;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 0 3.125em 0 0.625em;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/down-arrow.svg) no-repeat center right;
  background-position-x: calc(100% - 7px);
  background-size: 10px;
  background-color: #FFF;
  border: 1px solid #323232;
  border-radius: 3px;
  padding-right: 25px;
}

.filter.keyword-search {
  position: relative;
}

.filter.keyword-search .search-term {
  margin: 0;
  min-width: 65%;
}

.filter.keyword-search .search-term input {
  border: 1px solid #323232;
  background-color: #f9f8f8;
  border-radius: 3px;
  padding: 5px 10px;
  padding-right: 45px;
}

.filter.keyword-search .search-term input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #323232;
}

.filter.keyword-search .search-term input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #323232;
  opacity: 1;
}

.filter.keyword-search .search-term input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #323232;
  opacity: 1;
}

.filter.keyword-search .search-term input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #323232;
}

.filter.keyword-search button {
  border: none;
  border-radius: 0 3px 3px 0;
  padding: 5px 13px 6px;
  background: #000000;
  color: #FFF;
  position: absolute;
  right: 0;
  top: 0;
}

#search-filters .clear-filters a {
  float: left;
  color: #db1b47;
  line-height: 35px;
}

.single-post .post-contents {
  background: #FFF;
  padding: 15px;
  margin: 15px 0;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.single-post .post-description {
  max-width: 600px;
  margin: 0 auto;
}

.single-post .post-description a:link {
  color: #bc0d33;
  text-decoration: underline;
}

.single-post .post-description a:hover {
  text-decoration: none;
}

.single-post .post-description a:visited {
  color: #1a0dab;
  text-decoration: underline;
}

.single-post .post-description a.external {
  text-decoration: none;
}

.single-post .post-description a.external:hover {
  text-decoration: underline;
}

.single-post .post-description h2 {
  font-size: 1.7rem;
  line-height: 2.375rem;
}

.single-post .post-description h3 {
  font-size: 1.7rem;
}

.single-post .post-description h2,
.single-post .post-description h3 {
  margin: 1rem 0 1rem;
}

.single-post .post-description h2 strong,
.single-post .post-description h3 strong {
  color: #333333;
}

a.external_icon {
  background: none;
  padding-right: 0;
  text-decoration: none;
}

a.external_icon:after {
  font-family: FontAwesome;
  content: "\f08e";
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
  font-size: 0.8em;
}

.video-holder {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background: #000;
}

.video-holder iframe, .video-holder embed, .video-holder object {
  height: 100% !important;
  width: 100% !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  position: absolute;
}

.single-video_review .sidebar {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.single-video_review .sidebar .widget {
  padding: 15px;
  background: #FFF;
  margin: 15px 0;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.single-video_review .video-wrapper {
  margin: 15px 0 0;
}

.single-video_review .sidebar .bookmaker_info .widget-title {
  padding: 0;
}

.single-video_review .sidebar .widget .field {
  margin: 0 0 5px;
}

.single-video_review .sidebar .widget .field:last-child {
  margin: 0;
}

.single-video_review .sidebar .widget .field span {
  display: block;
  text-align: justify;
}

.single-video_review .sidebar .widget .field .title {
  font-weight: bold;
}

.single-video_review .sidebar .widget .flags {
  list-style: none;
  padding: 0;
  margin: 0 0 0 -3px;
  display: inline-block;
  max-width: 300px;
}

.single-video_review .sidebar .widget .flags li {
  display: inline-block;
  padding: 0;
  float: left;
  margin: 0 2px -6px;
}

.single-video_review .sidebar .widget .flags .flag {
  display: inline-block;
  width: 20px;
  height: 16px;
  background-position: left -2px;
  background-size: 20px 40px;
}

.single-video_review .sidebar .widget .field-rating span {
  display: inline;
}

.single-video_review .sidebar .widget table.profit-margin {
  border: 1px solid #9E9E9E;
  margin: 0;
}

.single-video_review .sidebar .widget table.profit-margin td {
  background: #f7f6f6;
  border-right: 1px solid #8c8c8c;
  border-bottom: 1px solid #9E9E9E;
  padding: 0 5px;
  border-top: 1px solid #9E9E9E !important;
  color: #000;
}

.single-video_review .sidebar .widget table.profit-margin .td2 {
  background: #eaeaea;
}

.single-video_review .sidebar .widget table.profit-margin .total td {
  background: #eaf9f4;
}

.single-video_review .post-description {
  text-align: justify !important;
}

.single-video_review .post-contents h2 {
  font-weight: bold;
}

.single-video_review .glsr-default .glsr-review-date {
  display: block;
}

.single-video_review .glsr-default .glsr-review-author:before {
  display: none;
}

.single-video_review .glsr-ltr .glsr-default .glsr-review-rating {
  margin-right: 0;
}

.single-video_review .glsr-default .glsr-review-date,
.single-video_review .glsr-ltr .glsr-default .glsr-review-rating,
.single-video_review .glsr-default .glsr-review .glsr-review-content {
  margin-bottom: 10px;
}

.single-video_review .glsr-ltr .glsr-default .glsr-review-rating {
  margin-bottom: 5px;
}

.single-video_review .glsr-default .glsr-review-date {
  font-size: 14px;
}

.single-video_review .glsr-ltr .glsr-default .glsr-review-content p {
  margin-bottom: 0;
  font-weight: bold;
}

.single-video_review .glsr-form .grecaptcha-badge {
  display: none;
}

.single-video_review .glsr-default .glsr-review-author,
.single-video_review .glsr-default .glsr-review-ip-address {
  font-size: 14px;
  vertical-align: middle;
  margin: 0;
}

.single-video_review .glsr-default .glsr-review-ip-address {
  display: inline-block;
  margin-left: 5px;
}

.vegashero_games .glsr-default .glsr-review {
  margin-bottom: 30px;
}

.glsr-form-wrap .glsr-has-error .invalid-feedback {
  color: red;
}

.glsr-form-wrap .glsr-has-error .form-control.is-invalid {
  border: 1px solid red;
}

.glsr-form-wrap .glsr-form-message {
  margin: 20px 0 20px;
}

.glsr-form-wrap .glsr-form-message.glsr-has-errors {
  color: red;
}

.single-video_review .reviews {
  max-width: 600px;
  margin: 50px auto 0;
}

.single-video_review .reviews h3 {
  margin: 0 0 30px;
}

.single-video_review .reviews .testimonial_group .testimonial {
  width: 100%;
}

.single-video_review .reviews-form {
  border-top: 1px solid #CCC;
  padding: 20px 0 0;
  margin: 20px 0 20px;
}

.single-video_review .reviews-form h3 {
  margin: 0 0 15px;
  font-weight: normal;
}

.reviews-form .recaptcha-info {
  margin: 20px 0 0;
}

.reviews-form .recaptcha-info p {
  margin: 0;
}

.single-video_review .testimonial_group .testimonial .rr_review_text .drop_cap {
  display: none;
}

.single-video_review .testimonial_group .testimonial .rr_review_name {
  text-align: center;
  padding: 0;
}

.single-video_review .rr_review_form .form_table .rr_form_row .rr_form_heading,
.single-video_review .rr_review_form .form_table .rr_form_row td {
  border-top: none !important;
  padding: 10px 15px;
}

.single-video_review .rr_review_form .form_table .rr_form_row .rr_form_input {
  border-top: none !important;
}

.single-video_review .rr_review_form .form_table {
  border-bottom: none;
  margin: 0;
}

.single-video_review .rr_review_form .rr_stars_container {
  font-size: 16px;
}

.single-video_review .cta-button {
  max-width: 600px;
  margin: 0 auto;
}

.single-video_review .cta-button a {
  display: block;
  text-decoration: none;
  color: #FFF;
  background: #137F5D;
  margin: 10px 0 20px;
}

.single-video_review .sidebar .logos {
  display: inline-block;
  margin: 5px 0 0;
}

.single-video_review .sidebar .logos img {
  float: left;
  max-width: 80px;
  height: auto;
}

.single-video_review .sidebar .widget.widget_bookmaker_bonus {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.single-video_review .sidebar .widget.widget_bookmaker_bonus .cta-button a {
  margin: 0 0 10px;
  padding: 40px 0;
  font-size: 23px;
  font-weight: bold;
  white-space: normal;
  line-height: 25px;
  position: relative;
  text-align: left;
}

.single-video_review .sidebar .widget_bookmaker_bonus .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/euros-money-bag.png) no-repeat;
  background-size: 50px 50px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(-50%, -50%);
  text-align: center;
}

.single-video_review .sidebar .widget_bookmaker_bonus span {
  padding-left: 85px;
  padding-right: 29px;
  display: inline-block;
}


.page-betting-listing .panel-row-style.featured.bookmaker {
  background: #eaf7db;
  padding: 50px 30px 30px;
}

.page-betting-listing .panel-row-style.bookmaker {
  background: #fff;
  padding: 50px 30px 30px;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  margin: 0;
  position: relative;
}

.page-betting-listing .panel-row-style.featured.bet365,
.page-betting-listing .panel-row-style.featured.unibet {
  border: 1px solid #017b5b;
}

.page-betting-listing .panel-row-style.featured.betfair {
  border: 1px solid #ffa200;
}

.page-betting-listing .panel-row-style.featured.nordicbet {
  border: 1px solid #006eb7;
  background: #FFF;
}

.page-betting-listing .panel-row-style.featured:before {
  content: '';
  position: absolute;
  background: url(../images/gold_medal.png) no-repeat;
  width: 100px;
  height: 100px;
  display: block;
  background-size: 71px;
  top: 27px;
  left: 18px;
}

.page-betting-listing .bookmaker .widget_sow-editor {
  float: left;
  margin: -38px 0px 6px 0 !important;
  width: 50%;
}

.page-betting-listing .bookmaker.bet365 .widget_sow-editor {
  margin: -38px 0px 6px 0 !important;
}

.page-betting-listing .bookmaker .widget_sow-editor h3 {
  margin: 0 0 10px;
}

.page-betting-listing .bookmaker .widget_sow-button {
  display: inline-block;
  width: 100%;
  margin: 0;
}

.page-betting-listing .bookmaker .widget_sow-button a {
  width: 100%;
}

.page-betting-listing .bookmaker .widget_sow-editor span {
  word-break: break-all !important;
}

@media (max-width: 768px) {
  .page-betting-listing .bookmaker .widget_sow-editor,
  .page-betting-listing .bookmaker.bet365 .widget_sow-editor {
    width: 50%;
    margin: 0 0 10px 0 !important;
  }
}

@media (max-width: 480px) {
  .page-betting-listing .bookmaker .widget_sow-editor,
  .page-betting-listing .bookmaker.bet365 .widget_sow-editor {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}

.page-id-2248 .post-contents {
  background: #FFF;
  padding: 15px;
  margin: 15px 0;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.left-column {
  padding-right: 0;
}

.home .landx-page,
.page-id-2248 .landx-page {
  padding: 0;
}

footer.bgcolor-2,
footer.bgcolor-2 p {
  color: #FFF;
}

footer.bgcolor-2 p {
    font-size: 14px;
}

.archive .left-column {
  background: #FFF;
  padding: 15px;
  margin: 15px 0;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.archive .left-column .post {
  border: none;
  border-bottom: 1px solid #e6e5e5;
  margin: 0 0 25px;
  padding: 0 0 30px;
  display: inline-block;
  width: 100%;
  text-align: left;
}

@media (max-width: 767px) {
  .archive .left-column .post {
    padding: 0 0 25px;
  }
}

.archive .left-column .post .featured-image,
.archive .left-column .post .post-contents {
  padding: 0 15px;
}

.archive .left-column .post.has-video .featured-image a {
  position: relative;
  display: block;
}

.archive .left-column .post.has-video .featured-image a:before {
  content: '';
  position: absolute;
  background: url(../images/youtube-icon.png) no-repeat center center;
  background-size: 50px;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.archive .left-column .post h2 {
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .archive .left-column .post h2 {
    margin: 15px 0;
  }
}

.archive .left-column h1 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: bold;
  margin: 0 0 20px;
}

.siteorigin-panels .left-column {
  padding: 0 15px;
  margin: 0 0 15px 0;
}

@media (min-width: 767px) {
  .post-title-row {
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .siteorigin-panels .left-column {
    padding-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .siteorigin-panels .left-column {
    padding-right: 0;
    padding-left: 15px;
  }

  .post-contents {
    padding: 0;
  }
}

.perch-button {
  background: none !important;
  padding-right: 0;
}

.single-video_review .left-column {
  padding-right: 15px;
}

.single .post-description {
  text-align: justify !important;
}

.home .video-review-link p {
  margin: 0;
}

.home .video-review-link i {
  color: #c60303;
  margin: 0 10px 0 0;
}

.home .video-review-link a {
  font-size: 18px;
  color: #c60303;
}

.pum-theme-3349 .pum-title {
  color: #FFF !important;
  margin: 40px 0 0 !important;
  font-weight: bold !important;
 }

.pum-theme-3349 .pum-container {
  background-color: #0b1423 !important;
}

.pum-container .so-widget-sow-button {
  margin: 0 0 80px !important;
}

.pum-container .ow-button-base {
    text-align: center;
}

.pum-container .so-widget-sow-button a {
  background: #f50 !important;
  width: 80% !important;
  font-weight: bold !important;
  font-size: 20px !important;
  box-sizing: border-box;
  font-size: 1em;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px inset, rgba(0, 0, 0, 0.067) 0px 1px 2px;
  text-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px;
  color: rgb(255, 255, 255);
  padding: 1em 2em;
  background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(0, 0, 1)), to(rgb(0, 0, 52)));
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  border-color: rgb(5, 5, 5) rgb(0, 0, 0) rgb(0, 0, 0);
  border-radius: 0.25em;
  text-align: center;
  display: inline-block;
 }

.pum-theme-3349 .so-widget-sow-button a {
  background: #f50 !important;
}

/* Betfair */

.pum-theme-3883 .pum-title {
  color: #000 !important;
  margin: 40px 0 0 !important;
  font-weight: bold !important;
 }

.pum-theme-3883 .so-widget-sow-button a {
  background: #000 !important;
  color: #FFF !important;
}

.pum-theme-3883 .pum-content img {
  margin: 20px auto;
}

.pum-theme-3883 .so-widget-sow-button {
  margin: 0 0 40px !important;
}

/* Sbobet */

.pum-theme-3894 .so-widget-sow-button a {
  background: #5665b4 !important;
  color: #FFF !important;
}

.pum-theme-3894 .so-widget-sow-button {
  margin: 0 0 20px !important;
}

/* Bet365 */

.pum-theme-3898 .so-widget-sow-button a {
  background: #fedd3a !important;
  color: #000 !important;
  border: none;
}

.pum-theme-3898 .so-widget-sow-button {
  margin: 0 0 20px !important;
}

/* 888sport */

.pum-theme-3902 .so-widget-sow-button a {
  background: #000 !important;
  color: #FFF !important;
  border: none;
}

.pum-theme-3902 .so-widget-sow-button {
  margin: 0 0 20px !important;
}

/* Betsafe.lt */

.pum-theme-3906 .so-widget-sow-button a {
  background: #9b060d !important;
  color: #FFF !important;
  border: none;
}

.pum-theme-3906 .so-widget-sow-button {
  margin: 0 0 20px !important;
}

/* MyBet */

.pum-theme-3910 .so-widget-sow-button a {
  background: #b2c400 !important;
  color: #FFF !important;
  border: none;
}

.pum-theme-3910 .so-widget-sow-button {
  margin: 0 0 20px !important;
}

/* Unibet */

.pum-theme-3914 .pum-title {
  color: #FFF !important;
  margin: 40px 0 0 !important;
  font-weight: bold !important;
 }

.pum-theme-3914 .so-widget-sow-button a {
  background: #ffe71e !important;
  color: #333 !important;
  border: none;
}

.pum-theme-3914 .so-widget-sow-button {
  margin: 0 0 20px !important;
}

.pum-theme-3914 .pum-content img {
  margin: 20px auto;
}

/* William Hill */

.pum-theme-3919 .pum-title {
  color: #FFF !important;
  margin: 40px 0 0 !important;
  font-weight: bold !important;
 }

.pum-theme-3919 .so-widget-sow-button a {
  background: #fbb52f !important;
  color: #333 !important;
  border: none;
}

.pum-theme-3919 .pum-content img {
  margin: 20px auto;
}

/* SuperLenny */

.pum-theme-3923 .pum-title {
  color: #000 !important;
  margin: 40px 0 0 !important;
  font-weight: bold !important;
 }

.pum-theme-3923 .so-widget-sow-button a {
  background: #cda764 !important;
  color: #FFF !important;
  border: none;
}

.pum-theme-3923 .pum-content img {
  margin: 20px auto;
}

.wpcf7 div.wpcf7-validation-errors {
  clear: both;
  margin: 1em 0 0;
  float: left;
  width: 100%;
}

.wpcf7 .left-side,
.wpcf7 .right-side,
.wpcf7 .submit-wrap {
  padding: 0;
}

.wpcf7 .left-side p {
  margin: 0 0 25px;
}

.wpcf7-form-control-wrap.message {
  padding: 0;
  margin: 0;
  background: transparent;
  color: #000;
  border-left: none;
}

.page-betting-listing .panel-row-style.bookmaker .video-icon {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 120px;
}

.page-betting-listing .panel-row-style.bookmaker .tooltip {
  margin-left: 23px;
}

.featherlight .featherlight-content {
  width: 650px;
}

@media (max-width: 1200px) {
  #pg-652-0> .panel-row-style {
    padding: 0 !important;
  }
}

@media (max-width: 992px) {
  .page-betting-listing.siteorigin-panels .post-contents h3 {
    margin: 0 0 20px;
  }

  .page-betting-listing .post-contents h2 {
    margin: 0;
  }

  .page-betting-listing .bookmaker .widget_sow-editor h3 {
    text-align: left !important;
  }

  .page-betting-listing.siteorigin-panels .post-contents .panel-layout {
    padding: 0;
  }

  .page-betting-listing .panel-row-style.bookmaker {
    margin: 0;
  }

  .sidebar {
    margin-top: 40px;
  }

  .single-post .post-description h3 {
    font-size: 27px;
  }
}

@media (max-width: 768px) {
  .landx-page .post-contents h3 {
    margin: 15px 0 15px;
    font-size: 24px;
  }

  .landx-page .post-contents h2 {
    margin: 20px 0;
  }

  .home .landx-page .post-contents h3 {
    font-size: 16px;
  }

  .page-betting-listing .landx-page .post-contents h2 {
    margin: 0;
  }

  .landx-page .widget_siteorigin-panels-postloop .post h2 {
    margin-top: 0;
  }

/*  .siteorigin-panels .post-contents .panel-layout {
    padding: 15px 15px 5px;
  }*/

  .siteorigin-panels .post-contents .bookmaker .sow-image-container img {
    max-width: 100% !important;
  }

  .landx-page {
    padding-bottom: 30px;
  }

  .page-id-2032.siteorigin-panels .post-contents .panel-layout {
    padding: 0;
  }

  .page-id-2032 .post-title-block {
    margin-right: 0;
  }

  .archive .left-column {
    margin: 15px;
  }

  .landx-page .widget_siteorigin-panels-postloop .post h2 {
    margin: 20px 0;
  }
}

@media (max-width: 480px) {
  .siteorigin-panels .post-contents .alignright,
  .siteorigin-panels .post-contents .alignleft {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }

  .landx-page .post-contents h2,
  .landx-page .post-contents h3 {
    text-align: center !important;
  }

  .siteorigin-panels .featured-image {
    padding: 0;
    margin: 15px 0 0;
  }
}

.single-post .post-description .yuzo_related_post .yuzo-img {
  border: none;
}

.single-post .post-description .yuzo_related_post .yuzo-img {
  border: none;
  height: 170px !important;
}

.single-post .yuzo_related_post .relatedthumb {
  padding: 0;
}

@media (min-width: 768px) {
  .single-post .yuzo_related_post .relatedthumb {
    width: 46% !important;
    height: auto !important;
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .home .so-widget-sow-hero-default-240c1a91e21b .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  #pg-652-2> .panel-row-style {
    padding-top: 0 !important;
  }
}

.white-box {
  background-color: #FFF;
  border: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 15px;
}

.page-id-4401 header,
.page-id-4401 footer,
.page-id-4401 #wpadminbar,
.page-id-4401 #catapult-cookie-bar,
.page-id-4432 header,
.page-id-4432 footer,
.page-id-4432 #wpadminbar,
.page-id-4432 #catapult-cookie-bar,
.page-id-4455 header,
.page-id-4455 footer,
.page-id-4455 #wpadminbar,
.page-id-4455 #catapult-cookie-bar,
.page-template-page-custom-popup header,
.page-template-page-custom-popup footer,
.page-template-page-custom-popup #wpadminbar,
.page-template-page-custom-popup #catapult-cookie-bar {
  display: none;
}

.page-id-4401 .landx-page,
.page-id-4432 .landx-page,
.page-id-4455 .landx-page,
.page-template-page-custom-popup .landx-page {
  padding-bottom: 0;
}

.page-template-page-custom-popup .panel-grid-cell-empty {
  visibility: hidden;
}

.landx-page .modal-button-cell .widget {
  margin-bottom: 15px !important;
}

.landx-page .modal-button-cell .widget:last-child {
  margin-bottom: 0 !important;
}

iframe {
  max-width: 100% !important;
}

.modal-wrapper {
    z-index: 100007;
}

.modal-wrapper .modal {
  overflow: hidden !important;
}

.modal-wrapper .modal #modal-content {
  background: #EEEEEE;
}

.modal-wrapper.styled .modal {
  border: none !important;
  transition: all 0.5s ease !important;
  padding: 0 !important;
  margin: 2vh auto;
}

.modal-wrapper.styled .modal {
  width: 85%;
}

@media (min-width: 992px) {
    .modal-wrapper.styled .modal {
        width: 33%;
    }

    .modal-wrapper.styled {
        overflow: hidden;
    }
}

.modal-worldcup-block {
  background: #FFF;
  padding: 19px;
  border-radius: 5px;
  box-shadow: 0 1px 5px #CCC;
  position: relative;
}

.modal-worldcup-block .so-widget-sow-button.absolute {
  width: auto;
  left: 10px;
  right: 10px;
  bottom: 10px;
  position: absolute;
}

.modal-custom-close-button {
  background: transparent !important;
  border: none !important;
}

.modal-wrapper.styled .modal .close-modal {
  top: 10px !important;
  right: 15px !important;
}

.modal-wrapper.hideItPlease {
  visibility: hidden !important;
}

/* Sport calendar */

.sport-calendar-wrapper {
  text-align: center;
  margin: 60px 0 60px;
  background: #CCD0D3;
  padding: 20px 50px 30px;
  border-radius: 5px;
}

.sport-calendar-wrapper h3 {
  margin: 0 0 20px;
  font-size: 28px;
}

@media (max-width: 768px) {
  .home .landx-page .post-contents .sport-calendar-wrapper h3 {
    font-size: 24px;
    margin: 0 0 20px;
  }
}

.sport-calendar-wrapper .sport-calendar .slick-list {
  padding: 0 0 7px;
}

.sport-calendar-wrapper .sport-calendar-item {
  width: 25%;
  background: #FFF;
  display: inline-block;
  border-radius: 6px;
/*  margin: 0 10px 0 0;*/
  box-shadow: 0 2px 8px 0 rgba(0,9,13,.24);
  cursor: pointer;
  outline: none;
}

.sport-calendar-wrapper .sport-calendar-item a {
  color: #000;
}

.sport-calendar-wrapper .sport-calendar-item a:hover {
  text-decoration: none;
}

.sport-calendar-wrapper .bottom-info {
  margin: 0 16px;
}

.sport-calendar-wrapper .sport-name {
  font-size: 19px;
  font-weight: bold;
  line-height: 20px;
}

.sport-calendar-wrapper .sport-type-tourney {
  margin: 10px 0 0;
}

.sport-calendar-wrapper .sport-type-tourney .sport-type {
  font-size: 14px;
  margin: 0 4px 0 0;
  vertical-align: middle;
}

.sport-calendar-wrapper .sport-type-tourney .sport-type img {
  width: 15px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.sport-calendar-wrapper .sport-type-tourney .sport-tourney {
  vertical-align: middle;
}

.sport-calendar-wrapper .start-date {
  background: #820822;
  color: #FFF;
  padding: 5px;
  margin: 0 0 10px;
  border-radius: 5px 5px 0 0;
}

.sport-calendar-wrapper .sport-type-tourney.eurovision .sport-type img {
  margin-top: -2px;
}

.sport-calendar .slick-prev {
  left: -43px;
}

.sport-calendar .slick-next {
  right: -43px;
}

.sport-calendar .slick-prev:before,
.sport-calendar .slick-next:before {
  color: #000;
}

/* the slides */
.sport-calendar .slick-slide {
  margin: 0 10px;
}
/* the parent */
.sport-calendar .slick-list {
  margin: 0 -10px;
}

.sport-calendar .sport-calendar-bookmakers {
  margin: 10px 0 0;
}

.sport-calendar .sport-calendar-bookmakers img {
  display: inline-block;
  border-radius: 5px;
}

.single-sport_event .left-column {
  padding-right: 15px;
}

.sport-calendar .sport-calendar-item .sport-calendar-akcija {
  border-radius: 5px;
  background: #590214;
  color: #FFF;
  margin: 10px 0 0;
  padding: 10px 14px;
  line-height: 19px;
  font-weight: bold;
  margin: 10px 0;
  border-radius: 5px;
  padding: 17px;
  font-size: 20px;
}

.sport-calendar .sport-calendar-item .sport-calendar-akcija a {
    color: #FFF;
}

.sport-calendar .sport-calendar-item p:empty {
    display: none;
}

.sport-calendar .slick-prev,
.sport-calendar .slick-next {
  width: 30px;
  height: 30px;
}

.sport-calendar .slick-prev:before,
.sport-calendar .slick-next:before {
  font-size: 30px;
}

/* Bookmaker Bonus widget */

.sidebar .widget_bookmaker_bonus_widget,
.single-video_review .sidebar .widget_bookmaker_bonus_widget {
  background: #01579B;
  margin: -15px -15px 15px;
  padding: 10px 15px 10px !important;
  color: #FFF;
}

.single-video_review .sidebar .widget_bookmaker_bonus_widget {
  margin: 15px 0;
}

.widget_bookmaker_bonus_widget h3,
.widget_bookmaker_bonus_widget h4 {
  color: #FFF;
}

.widget_bookmaker_bonus_widget .bookmaker-title h4 {
  font-weight: normal;
  font-size: 17px;
}

.widget_bookmaker_bonus_widget ul {
  padding: 0;
  margin: 0 -15px;
}

.widget_bookmaker_bonus_widget ul li {
  list-style: none;
}

.widget_bookmaker_bonus_widget ul li .bookmaker-bonus-item {

}

@media (max-width: 480px) {
  .widget_bookmaker_bonus_widget ul li .bookmaker-bonus-item {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  .widget_bookmaker_bonus_widget ul li .bookmaker-bonus-item .bookmaker-logo {
    vertical-align: top;
  }
}

.widget_bookmaker_bonus_widget ul li .bookmaker-bonus-item .bookmaker-logo img {
  max-width: 25px;
  height: auto;
  box-shadow: 0px 0px 4px #fff;
  border-radius: 5px;
  margin-right: 3px;
}

.bookmaker-bonus-listing {
  border-bottom: 1px solid #0e396f;
  padding: 5px 15px;
}

.bookmaker-bonus-listing:first-child {
  border-top: 1px solid #0e396f;
}

.bookmaker-bonus-listing:last-child {
  border-bottom: none;
}

.bookmaker-bonus-item .bookmaker-count {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  text-align: center;
}

.bookmaker-bonus-item .bookmaker-logo,
.bookmaker-bonus-item .bookmaker-title,
.bookmaker-bonus-item .bookmaker-bonus-sum,
.bookmaker-bonus-item .bookmaker-bonus-sum-info,
.bookmaker-bonus-item .bookmaker-bonus-more {
  display: inline-block;
  vertical-align: middle;
}

.bookmaker-bonus-item .bookmaker-title {
  min-width: 100px;
}

.bookmaker-bonus-item .bookmaker-title a {
  color: #FFF;
}

.bookmaker-bonus-item .bookmaker-bonus-more {
  margin-left: 0;
  vertical-align: initial;
}

.bookmaker-bonus-item .bookmaker-bonus-more span {
  color: inherit;
}

.bookmaker-bonus-item .bookmaker-bonus-more .icon {
  display: none;
}

.bookmaker-bonus-item .bookmaker-bonus-sum {
  color: #FFD200;
  font-weight: bold;
  font-size: 17px;
  width: 100px;
  margin-left: 5px;
}

@media (max-width: 1200px) { 
  .bookmaker-bonus-item .bookmaker-bonus-sum-info > a {
    vertical-align: text-bottom;
  }
}

.sidebar .widget_bookmaker_bonus_widget .more-bookmakers,
.sidebar .widget_bookmaker_bonus_widget .expand-bookmakers {
  color: #FFF;
  background: #153e71;
  border-top: 1px solid #000;
  padding: 10px 15px;
  display: block;
  margin: 0 -15px -10px;
  text-align: center;
}

.sidebar .widget_bookmaker_bonus_widget .expand-bookmakers {
  background: #000000;
}

.sidebar .widget_bookmaker_bonus_widget .expand-bookmakers {
  display: none;
}

.sidebar .widget_bookmaker_bonus_widget .expand-bookmakers i {
  font-size: 17px;
  margin-right: 5px;
}

.sidebar .widget_bookmaker_bonus_widget .show-on-mobile {
  display: none;
}

.bookmaker-bonus-item .bookmaker-bonus-sum > a {
  display: inherit;
  min-width: 65px;
  vertical-align: middle;
}

@media (max-width: 1200px) {
  .sidebar li.bookmaker-bonus-listing {
    padding: 10px;
  }

  .bookmaker-bonus-item .bookmaker-title {
    min-width: 70px;
  }

  .widget_bookmaker_bonus_widget .bookmaker-title h4 {
    font-size: 15px;
  }

  .bookmaker-bonus-item .bookmaker-bonus-sum {
    width: auto;
  }

  .bookmaker-bonus-item .bookmaker-bonus-more {
    margin: 0 0 0 5px;
    vertical-align: initial;
  }

  .sidebar .widget_bookmaker_bonus_widget .expand-bookmakers {
    display: block;
  }

  .sidebar .widget_bookmaker_bonus_widget .show-on-mobile {
    display: block;
  }

  .sidebar .widget_bookmaker_bonus_widget .hide-on-mobile {
    display: none;
  }

  .bookmaker-bonus-item .bookmaker-bonus-sum > a {
    vertical-align: initial;
  }
}

.bookmaker-bonus-item .bookmaker-bonus-sum a {
  color: #FFD200;
}

.bookmaker-bonus-item .bookmaker-bonus-sum-info {
  margin-left: 6px;
}

.bookmaker-bonus-item .tooltip .tooltip-inner {
  font-weight: normal;
  font-size: 14px;
  padding: 7px 10px;
}

.bookmaker-bonus-item .bookmaker-bonus-sum-info i {
  color: #FFF;
}

.bookmaker-bonus-item .bookmaker-bonus-more a i:after {
  content: '';
  background: #FFF;
  box-shadow: 0px 0px 0px #FFF;
  width: 16px;
  display: inline-block;
  text-align: center;
  height: 12px;
  position: absolute;
  left: 5px;
  top: 4px;
  z-index: -1;
}

.bookmaker-bonus-item .bookmaker-bonus-more a i {
  color: #e23d3e;
  font-size: 21px;
  position: relative;
  vertical-align: text-top;
  z-index: 1;
}

@media (min-width: 1200px) {
  .bookmaker-bonus-item .bookmaker-bonus-more a i {
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .bookmaker-bonus-item .bookmaker-bonus-more {
    margin: 0 0 0 10px;
  }
}

@media (max-width: 341px) {
  .bookmaker-bonus-item .bookmaker-bonus-more {
    margin: 0 0 0 3px;
  }
}

/* Sidebar overrides */

.sidebar {
  background: transparent !important;
  box-shadow: none;
}

.sidebar .widget {
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.sidebar .widget_bookmaker_bonus_widget .widget-title,
.single-video_review .sidebar .widget_bookmaker_bonus_widget .widget-title {
  background: #000;
  margin: -10px -15px 0;
  padding: 8px 15px;
}

.sidebar .widget.widget_video_reviews_widget {
  margin: 0 -15px 10px;
  padding: 15px;
  background: #FFF;
}

.single-video_review .sidebar .widget_video_reviews_widget {
  margin: 0;
}

.single .post-contents > h1 {
  font-size: 30px;
}

.betting-odds-wrapper {
  border: 1px solid #4caf50;
  margin: 20px 0;
  padding: 15px;
  text-align: center;
  border: 1px solid #3f51b5;
  background: #e3f2fd;
}

@media (min-width: 1200px) {
  .betting-odds-wrapper {
    margin: 20px -83px;
  }
}

.betting-odds-wrapper .betting-odds-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
}

.betting-odds-wrapper .betting-odds-title span {
  display: inline-block;
  vertical-align: middle;
}

.betting-odds-wrapper .betting-odds-title img {
  max-width: 25px;
  height: auto;
  box-shadow: 0px 0px 4px #fff;
  border-radius: 5px;
  margin: -5px 0 0 5px;
  border: 1px solid #000;
  vertical-align: middle;
  display: inline-block;
}

.betting-odds-wrapper .betting-odds {
  display: inline-block;
  width: 100%;
}

.betting-odds-wrapper .betting-odds-item-inner {
  background: #000;
  color: #FFF;
  border-radius: 7px;
  padding: 15px;
}

.betting-odds-wrapper .betting-odds-item-inner .odds {
  margin: 0 0 10px 10px;
  display: inline-block;
}

.betting-odds-wrapper .betting-odds-item-inner .odds a {
  background: #e4e4e4;
  padding: 4px 9px;
  border-radius: 4px;
  color: #383838;
  font-size: 16px;
  color: #383838 !important;
  transition: .3s all;
  display: block;
  text-decoration: none !important;
}

.betting-odds-wrapper .betting-odds-item-inner .odds a:hover {
  text-decoration: none;
}

.betting-odds-wrapper .betting-odds-item-inner .bet-button {
  margin: 5px 0 0;
}

.betting-odds-wrapper .betting-odds-item-inner .bet-button a {
  box-sizing: border-box;
  font-size: 1em;
  box-shadow: rgba(255,255,255,.2) 0px 1px 0px inset, rgba(0,0,0,.067) 0px 1px 2px;
  text-shadow: rgba(0,0,0,.05) 0px 1px 0px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  width: 100%;
  color: #fff !important;
  padding: 0.7em 0.7em;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  border-color: #ed9100 #e38b00 #d38200;
  border-radius: .25em;
  text-decoration: none;
  background: #9c0000;
  border-color: #000000;
  transition: .3s all;
}

.betting-odds-wrapper .betting-odds-item-inner .bet-button img {
  max-width: 59%;
  margin: 1px 0 0 6px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  background: #000;
  padding: 7px;
}

.betting-odds-wrapper .betting-odds-item-inner .bet-button .inner-black {

}

.betting-odds-wrapper .betting-odds-item-inner .bet-button .inner-black span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}

.betting-odds-wrapper .betting-odds-item-inner .odds a:after,
.betting-odds-wrapper .betting-odds-item-inner .bet-button a:after {
  display: none;
}

.betting-odds-wrapper .betting-odds-item-inner .bet-button a:hover {
  text-decoration: none;
  background: #7f0000;
}

.betting-odds-wrapper .betting-odds-item-inner .title {
  display: inline-block;
}

@media (max-width: 1200px) {
  .betting-odds-wrapper .betting-odds-item-inner .title {
    width: 55%;
    font-size: 15px;
  }

  .betting-odds-wrapper .betting-odds-title span {
    line-height: normal;
  }

  .betting-odds-wrapper .betting-odds-item-inner .odds {
    width: 35%;
  }

  .betting-odds-wrapper .betting-odds-title {
    margin: 0 0 20px;
  }

  .betting-odds-wrapper .betting-odds-item {
    margin: 0 0 25px;
  }

  .betting-odds-wrapper .betting-odds-item:last-child {
    margin: 0;
  }

  .betting-odds-wrapper .betting-odds-item-inner .bet-button img {
    max-width: 40%;
  }
}

@media (min-width: 1200px) {
  .betting-odds-wrapper .betting-odds-item:nth-child(n+4) .betting-odds-item-inner {
    margin: 30px 0 0;
  }
}

.betting-odds-wrapper.centered .betting-odds-item {
  float: none;
  display: inline-block;
}

/* NBA style overrides. */

.nba.betting-odds-wrapper .betting-odds-item-inner .top-info {
  margin: 0 0 15px;
}

.nba.betting-odds-wrapper .betting-odds-item-inner .title {
  width: 50%;
  vertical-align: middle;
  line-height: 1;
  text-align: left;
}

.nba.betting-odds-wrapper .betting-odds-item-inner .odds {
  margin: 0 0 0px 10px;
  display: inline-block;
  vertical-align: middle;
}

.betting-odds-wrapper .expand-odds-items {
  border: none;
  background: #E3F2FD;
  display: block;
  float: left;
  width: 100%;
}

.single-post .betting-odds-wrapper .expand-odds-items a {
  text-decoration: none;
  background: #bc0d33;
  color: #FFF !important;
  font-size: 18px;
  padding: 8px 26px;
  border: none;
}

.snppopup .betting-odds-wrapper {
  padding: 15px !important;
}

.snppopup .betting-odds-wrapper .betting-odds-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  color: #000;
}

.snppopup .betting-odds-wrapper .betting-odds-item {
  padding: 0 15px !important;
}

@media (max-width: 992px) {
  .snppopup .betting-odds-wrapper .betting-odds-item {
    margin: 0 0 25px !important;
  }
}

.archive.category .left-column,
.archive.tag .left-column {
  background: transparent;
  padding: 0 15px;
  margin: 0;
  box-shadow: initial;
}

@media (min-width: 768px) {
  .archive.category .left-column,
  .archive.tag .left-column {
    padding-right: 0;
  }
}

.archive.category .left-column > .post-contents,
.archive.tag .left-column > .post-contents {
  background: #FFF;
  padding: 15px;
  margin: 15px 0;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

@media (max-width: 768px) {
  .archive.category .post-title-block,
  .archive.tag .post-title-block {
    margin-right: 0;
  }

  .admin-bar.archive.category .post-title-block,
  .admin-bar.archive.tag .post-title-block {
    margin-top: 0;
  }

  .archive.category .post-title-row,
  .archive.tag .post-title-row {
    margin-right: 0;
  }
}

.archive.category .left-column h1,
.archive.tag .left-column h1 {
  margin-bottom: 0;
}

.litebox-overlay {
  z-index: 999999999999;
}

.litebox-overlay .litebox-close {
  display: block !important;
}

.litebox-overlay .litebox-container {
  left: 5%;
  right: 5%;
}

.error404wrapper {
  width: 100%;
  min-height: 630px;
  position: relative;
  padding: 60px 0;
}

.error404wrapper .box__jim {
  margin: -30px -50px;
}

.error404wrapper .box__jim img {
  border-radius: 20px 20px 0px 0;
}

.error404wrapper .bottom-menu {
  display: block;
  margin: 40px auto 0;
  text-align: left;
}

@media (min-width: 1200px) {
  .erro404wrapper .bottom-menu {
    width: 340px;
  }
}

.error404wrapper .bottom-menu h4 {
  text-align: center;
}

.error404wrapper .bottom-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.error404wrapper .bottom-menu ul li {
  display: inline-block;
  margin: 20px 20px 0;
}

.error404wrapper .bottom-menu ul li a:hover {
  text-decoration: none;
}

.single-post .post-contents.related-posts-wrap {
  margin: 15px 0 30px;
}

/* Mobile show/hide classes */

.mobile-show {
  display: none;
}
@media (max-width: 1200px) {
  .mobile-hide {
    display: none; 
  }

  .mobile-show {
    display: block;
  }
}

.desktop-show {
  display: none;
}
@media (min-width: 1200px) {
  .desktop-hide {
    display: none;
  }

  .desktop-show {
    display: block;
  }
}

/* Promo Block */

.promo-block {
  background: #000 url(../images/fiba.2019.world.cup.background.image.new.jpg) repeat center top;
  background-attachment: fixed;
  color: #FFF;
  position: relative;
}

.promo-block h3 {
  font-size: 24px;
}

.promo-block .fiba-block-logo {
  display: inline-block; 
  vertical-align: middle;
  margin: 0 0 15px 0;
}

@media (min-width: 1200px) {
  .promo-block .fiba-block-logo {
    margin: 0 15px 5px 0;
  }
}

.promo-block .fiba-block-headlines {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.promo-block .expand-collapse {
  text-align: center;
  position: absolute;
  bottom: 12px;
  width: 100%;
  font-size: 24px;
  color: #E0E0E0;
}

.promo-block:not(.collapsed) .expand-collapse {
  bottom: 12px !important;
}

.promo-block.collapsed .expand-collapse {
  bottom: 5px;
}

@media (min-width: 1200px) {
  .promo-block.collapsed .expand-collapse a {
    margin-left: -90px;
  }
}

.promo-block .mobile-fiba-schedule {
  margin: 15px 0;
}

/*.promo-block .desktop-fiba-schedule {
  margin: 0 0 15px;
}*/

@media (max-width: 768px) {
  .promo-block .panel-grid:last-child > .match-height.panel-row-style {
    padding: 0 !important;
  }
}

.promo-block.collapsed .panel-grid:first-child > .panel-row-style {
  padding: 20px 0 !important;
}

.promo-block.collapsed .panel-has-style:last-child {
  display: none;
}

.promo-block .expand-collapse a {
  color: #E0E0E0;
}

.promo-block .expand-collapse a:hover {
  color: #FFF;
}

.promo-block .widget_siteorigin-panels-postloop .post-meta,
.promo-block .widget_siteorigin-panels-postloop .post-contents .post-description {
  display: none;
}

.promo-block .widget_siteorigin-panels-postloop .post .post-contents {
  box-shadow: none;
  margin: 0;
}

.promo-block .widget_siteorigin-panels-postloop {
  padding: 15px;
}

@media (min-width: 1200px) {
  .promo-block .widget_siteorigin-panels-postloop {
    padding: 15px;
  }
}

.promo-block .widget_siteorigin-panels-postloop .post {
  padding-bottom: 0;
  margin-bottom: 15px;
}

.promo-block .widget_siteorigin-panels-postloop .post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.promo-block .widget_siteorigin-panels-postloop .post .featured-image,
.promo-block .widget_siteorigin-panels-postloop .post .post-contents {
  margin: 0;
  padding: 0;
}

.home .promo-block .widget_siteorigin-panels-postloop .row {
  margin: 0;
}

@media (min-width: 768px) {
  .promo-block .widget_siteorigin-panels-postloop .row {
    width: calc(50% - 10px);
    display: inline-block;
    margin: 0;
    vertical-align: top;
  }

  .promo-block .widget_siteorigin-panels-postloop .row:last-child:not(:first-child) {
    float: right;
  }
}

@media (min-width: 780px) and (max-width: 1200px) {
  .promo-block .panel-grid-cell {
    width: 100% !important;
  }
}

.promo-block .widget_siteorigin-panels-postloop .post h2 {
  margin: 10px 0 0;
}

.promo-block #ez-toc-container,
.promo-block .rp4wp-related-posts {
  display: none;
}

/* FIBA World Cup Schdule */

.fiba-world-cup-schedule-wrapper {
  text-align: center;
  margin: 0 0 0px 0;
  background: #CCD0D3;
  padding: 20px 30px 20px;
}

@media (min-width: 1200px) {
  .fiba-world-cup-schedule-wrapper {
    padding: 20px 50px 20px;
  }
}

.fiba-world-cup-schedule-wrapper h3 {
  margin: 0 0 20px;
  font-size: 28px;
}

@media (max-width: 768px) {
  .home .landx-page .post-contents .fiba-world-cup-schedule-wrapper h3 {
    font-size: 24px;
    margin: 0 0 20px;
  }
}

.fiba-world-cup-schedule-wrapper .fiba-world-cup-schedule .slick-list {
  padding: 0 0 7px;
}

.fiba-world-cup-schedule-wrapper .fiba-world-cup-schedule-item {
  width: 25%;
  background: #FFF;
  color: #000;
  display: inline-block;
  border-radius: 6px;
/*  margin: 0 10px 0 0;*/
  box-shadow: 0 2px 8px 0 rgba(0,9,13,.24);
  cursor: pointer;
  outline: none;
}

@media (min-width: 1200px) {
  .fiba-world-cup-schedule-wrapper .fiba-world-cup-schedule-item {
    min-width: 425px;
  }
}

.fiba-world-cup-schedule-wrapper .fiba-world-cup-schedule-item > a {
  color: #000;
  display: block;
}

.fiba-world-cup-schedule-wrapper .fiba-world-cup-schedule-item > a:hover,
.fiba-world-cup-schedule-wrapper .fiba-world-cup-schedule-item > a:active,
.fiba-world-cup-schedule-wrapper .fiba-world-cup-schedule-item > a:focus,
.fiba-world-cup-schedule-wrapper .fiba-world-cup-schedule-item > a:active:focus {
  text-decoration: none;
}

.fiba-world-cup-schedule-wrapper .bottom-info {
  margin: 0 0px 15px;
  padding: 0 0 5px;
  border-bottom: 1px solid #CCC;
}

.fiba-world-cup-schedule-wrapper .sport-name {
  font-size: 19px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 15px 0 0;
}

.fiba-world-cup-schedule-wrapper .sport-type-tourney {
  margin: 10px 0 0;
}

.fiba-world-cup-schedule-wrapper .sport-type-tourney .sport-type {
  font-size: 14px;
  margin: 0 4px 0 0;
  vertical-align: middle;
}

.fiba-world-cup-schedule-wrapper .sport-type-tourney .sport-type img {
  width: 15px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.fiba-world-cup-schedule-wrapper .sport-type-tourney .sport-tourney {
  vertical-align: middle;
}

.fiba-world-cup-schedule-wrapper .start-date {
  padding: 0;
  margin: 0 0 10px;
  border-radius: 5px 5px 0 0;
}

.fiba-world-cup-schedule-wrapper .start-date img {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  margin: -4px 0 0 5px;
}

.fiba-world-cup-schedule-wrapper .sport-type-tourney.eurovision .sport-type img {
  margin-top: -2px;
}

.fiba-world-cup-schedule .slick-prev {
  left: -39px;
}

.fiba-world-cup-schedule .slick-next {
  right: -40px;
}

.fiba-world-cup-schedule .slick-prev:before,
.fiba-world-cup-schedule .slick-next:before {
  color: #000;
}

/* the slides */
.fiba-world-cup-schedule .slick-slide {
  margin: 0 10px;
}
/* the parent */
.fiba-world-cup-schedule .slick-list {
  margin: 0 -10px;
}

.fiba-world-cup-schedule .fiba-world-cup-schedule-bookmakers {
  margin: 10px 0 0;
}

.fiba-world-cup-schedule .fiba-world-cup-schedule-bookmakers img {
  display: inline-block;
  border-radius: 5px;
}

.single-sport_event .left-column {
  padding-right: 15px;
}

.fiba-world-cup-schedule .fiba-world-cup-schedule-item .fiba-world-cup-schedule-akcija {
  border-radius: 5px;
  background: #590214;
  color: #FFF;
  margin: 10px 0 0;
  padding: 10px 14px;
  line-height: 19px;
  font-weight: bold;
  margin: 10px 0;
  border-radius: 5px;
  padding: 17px;
  font-size: 20px;
}

.fiba-world-cup-schedule .fiba-world-cup-schedule-item .fiba-world-cup-schedule-akcija a {
  color: #FFF;
}

.fiba-world-cup-schedule .fiba-world-cup-schedule-item p:empty {
  display: none;
}

.fiba-world-cup-schedule .slick-prev,
.fiba-world-cup-schedule .slick-next {
  width: 30px !important;
  height: 30px !important;
}

.fiba-world-cup-schedule .slick-prev:before,
.fiba-world-cup-schedule .slick-next:before {
  font-size: 30px;
}

.fiba-world-cup-schedule .odds-display {
  width: 100%;
  margin: 0 auto 15px;
  font-size: 15px;
}

.fiba-world-cup-schedule .odds-display .odd-item {
  width: 100%;
  display: inline-block;
}

@media (min-width: 700px) and (max-width: 1200px) {
  .fiba-world-cup-schedule .odds-display .odd-item {
    width: 31%;
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .fiba-world-cup-schedule .odds-display .odd-item {
    width: 31%;
    display: inline-block;
  }
}

.fiba-world-cup-schedule .odds-display .odd-item .odds-main-title {
  margin: 0 0 5px;
}

.fiba-world-cup-schedule .odds-display .odds-select ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  display: inline-block;
}

.fiba-world-cup-schedule .odds-display .odds-select ul li {
  margin: 0 0 5px;
}

.fiba-world-cup-schedule .odds-display .odds-select ul .odd-title {
  display: inline-block;
  margin: 0 -3px 0 0;
  /* width: 47%; */
  /* min-width: 58px; */
  text-align: center;
  display: inline-block;
  background: #cc2321;
  color: #FFF;
  /* width: 60px; */
  border-radius: 5px 0 0 5px;
  padding: 3px 12px;
  text-align: center;
  width: 60px;
  transition: .3s all;
}

.fiba-world-cup-schedule .odds-display .odds-select ul li:hover .odd-title {
    background: #e22825;
}

.fiba-world-cup-schedule .odds-display .odds-select ul .odd-value {
  display: inline-block;
  background: #a9110f;
  color: #FFF;
  width: 55px;
  border-radius: 0 5px 5px 0;
  padding: 3px 5px;
  text-align: center;
  transition: .3s all;
}

.fiba-world-cup-schedule .odds-display .odds-select ul li:hover .odd-value {
  background: #c30906;
}

.fiba-world-cup-schedule .odds-display .odd-item.odd-item-1 .odds-select ul .odd-title {
  width: auto;
}

.fiba-world-cup-schedule .odds-display .odd-item.odd-item-1 .odds-select ul .odd-value {
  width: 84px;
}

.fiba-world-cup-schedule .odds-bookmaker {
  text-align: center;
  margin: 0;
  border-top: 1px solid #CCC;
  padding: 10px 0 10px;
}

.fiba-world-cup-schedule .odds-bookmaker span {
  vertical-align: middle;
}

.fiba-world-cup-schedule .odds-bookmaker img {
  width: 80px;
  display: inline;
  vertical-align: middle;
  padding: 2px;
  background: #000;
  border-radius: 3px;
  margin: 0 0 0 5px
}

/* Promo Bookmaker Widget */

.promo-bookmaker-widget-content {
  position: relative;
  display: inline-block;
  width: 100%;
  box-shadow: 0 2px 8px 0 rgba(0,9,13,.24);
}

.promo-bookmaker-widget-content a {
  display: block;
}

.promo-bookmaker-widget-logo {
  float: left;
  width: 150px;
  margin: 10px 0;
}

.promo-bookmaker-widget-promo-text {
  padding: 10px 20px 0 0;
  font-size: 19px;
  display: inline-block;
  width: 55%;
}

.promo-bookmaker-widget-promo-terms {
  float: left;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  margin: 0 0 15px;
}

.promo-bookmaker-widget-expand-icon {
  position: absolute;
  right: 12px;
  top: 22px;
  font-size: 19px;
}

.promo-bookmaker-widget-bottom {
  display: none;
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  background: #000;
  top: 100%;
  z-index: 1000;
  box-shadow: 0 2px 5px 0 rgba(0,9,13,.54);
  padding-bottom: 0!important;
  padding: 15px;
}

.promo-bookmaker-widget-content.touched .promo-bookmaker-widget-bottom,
.promo-bookmaker-widget-content.expanded .promo-bookmaker-widget-bottom {
  display: inline-block;
}

.promo-bookmaker-widget-bottom .promo-bookmaker-widget-promo-terms {
  font-size: 14px;
}

.promo-bookmaker-widget-promo-button {
  width: 100%;
  float: left;
  padding: 15px;
  margin: 0 0 15px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .promo-bookmakers {
    display: inherit !important;
  }

  .promo-bookmakers .panel-grid-cell {
    margin-bottom: 30px !important;
  }

  .promo-bookmakers .panel-grid-cell:last-child {
    margin-bottom: 0 !important;
  }

  .promo-bookmaker-widget-promo-text {
    padding: 21px 20px 0 0;
  }

  .promo-bookmaker-widget-bottom {
    position: relative;
    box-shadow: none;
    padding-top: 0;
  }
}

@media (max-width: 1200px) {
  .promo-bookmaker-widget-content.mobile-hide {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .promo-bookmaker-widget-bottom {
    position: relative;
    box-shadow: none;
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .promo-bookmaker-widget-promo-text {
    padding: 14px 20px 0 0;
  }

  .promo-bookmaker-widget-bottom {
    position: relative;
    box-shadow: none;
  }
}

@media (max-width: 479px) {
  .promo-bookmaker-widget-logo {
    margin: 10px auto;
    display: inline-block;
    float: none;
  }

  .promo-bookmaker-widget-content {
    text-align: center;
  }

  .promo-bookmaker-widget-promo-text {
    width: 100%;
    padding: 0 15px 20px;
  }

  .promo-bookmaker-widget-content.expanded .promo-bookmaker-widget-promo-text {
    padding: 0 15px 0;
  }

  .promo-bookmaker-widget-bottom {
    position: relative;
    box-shadow: none;
  }
}

/* Betsafe Sides */

@media (min-width: 1200px) {
  body[data-betsafe-sides] {
    background-position: center 702px;
    background-color: #000;
    background-repeat: no-repeat;
  }

  body.fiba-collapsed[data-betsafe-sides] {
    background-position: center 210px;
  }

  body[data-betsafe-sides] section.landx-page,
  body[data-betsafe-sides] section.blog-posts {
    /*padding-top: 97px;*/
  }

  body[data-betsafe-sides] section.landx-page .container,
  body[data-betsafe-sides] section.blog-posts .container {
    max-width: 1050px;
    position: relative;
  }

  body[data-betsafe-sides] section.landx-page .container > .row,
  body[data-betsafe-sides] section.blog-posts .container > .row {
    margin: 0;
    background: #EEE;
  }

  body.landx-multipage[data-betsafe-sides] .header-on .sticky-navigation {
    position: absolute;
  }

  body[data-betsafe-sides] .bookmaker-bonus-item .bookmaker-count {
    display: none;
  }

  body[data-betsafe-sides] footer {
    width: 1020px;
    margin: 0 auto;
  }

  body[data-betsafe-sides] footer .container {
    max-width: 980px;
    position: relative;
  }

  body[data-betsafe-sides] .top-bookmaker.shortcode {
    margin: 20px -43px;
  }

  body[data-betsafe-sides] .other-bookmakers-wrapper .more-bookmakers.initial {
    margin: -21px -43px 20px;
  }

  body[data-betsafe-sides] .betsafe-special-go {
    height: 100%;
    width: 100%;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
  }
}

/* Images spacing styles */

@media (max-width: 768px) {
  .single .post-description img.alignleft,
  .single .post-description img.alignright,
  .single .post-description img.aligncenter,
  .single .post-description img.alignnone,
  .page .post-contents img.alignleft,
  .page .post-contents img.alignright,
  .page .post-contents img.aligncenter,
  .page .post-contents img.alignnone,
  .siteorigin-widget-tinymce img.alignleft,
  .siteorigin-widget-tinymce img.alignright,
  .siteorigin-widget-tinymce img.aligncenter,
  .siteorigin-widget-tinymce img.alignnone {
    margin: 20px auto;
    float: none;
    display: block;
  }
}

@media (min-width: 768px) {
  .single .post-description img.alignleft,
  .page .post-contents img.alignleft,
  .siteorigin-widget-tinymce img.alignleft {
    margin: 20px 20px 20px 0;
    padding: 0 !important;
  }

  .single .post-description img.alignright,
  .page .post-contents img.alignright,
  .siteorigin-widget-tinymce img.alignright {
    margin: 20px 0 20px 20px;
    padding: 0 !important;
  }

  .single .post-description img.aligncenter,
  .page .post-contents img.aligncenter,
  .siteorigin-widget-tinymce img.aligncenter {
    margin: 20px auto;
    padding: 0 !important;
  }

  .single .post-description img.alignnone,
  .page .post-contents img.alignnone,
  .siteorigin-widget-tinymce img.alignnone {
    margin: 10px auto;
    padding: 0 !important;
  }
}

.single .post-description ol,
.single .post-description ul,
.page .post-contents ol,
.page .post-contents ul,
.siteorigin-widget-tinymce ol,
.siteorigin-widget-tinymce ul {
  list-style-position: inside;
}

.bookmakers-list .so-widget-sow-editor h1,
.so-widget-sow-editor h2,
.so-widget-sow-editor h3,
.so-widget-sow-editor h4,
.so-widget-sow-editor h5 {
  margin: 15px 0;
}

.single .wp-caption,
.page .wp-caption,
.siteorigin-widget-tinymce .wp-caption {
  padding: 0;
  margin: 20px 0 10px;
  font-size: 15px;
}

.single .wp-caption.aligncenter,
.page .wp-caption.aligncenter,
.siteorigin-widget-tinymce .wp-caption.aligncenter {
  margin: 20px auto 10px;
}

.single .wp-caption .wp-caption-text,
.page .wp-caption .wp-caption-text,
.siteorigin-widget-tinymce .wp-caption .wp-caption-text {
  text-align: center;
  margin: 0;
}

.siteorigin-widget-tinymce p,
.single .post-contents p,
.page .post-contents p {
  text-align: justify;
}

.single .post-description table {
  border: 1px solid #FFCA28;
  background: #FFFDE7;
}

.single .post-description table tr td {
  border-top: 1px solid #FFCA28 !important;
  color: #000;
  font-size: 16px;
}

.single .post-description table tr:not(:first-child) td {
  line-height: normal;
}

.single .post-description table tr td.has-image:first-child {
  padding: 6px 10px;
}

.single .post-description table tr td p {
  margin: 0;
}

.single .post-description table tr td img {
  padding-bottom: 0;
}

.category .category-description {
  margin: 35px 0 40px;
  text-align: justify;
}

.siteorigin-widget-tinymce .guru-image-left-with-text,
.guru-image-left-with-text {
  text-align: left !important;
}

.guru-image-left-with-text span.inner-text {
  text-align: left !important;
  vertical-align: middle;
}

.guru-image-left-with-text img {
  vertical-align: middle;
  margin: 10px 10px 10px 0 !important;
}

@media (max-width: 768px) {
  .guru-image-left-with-text img {
    max-width: 50px;
  }

  .guru-image-left-with-text span.inner-text {
    max-width: 75%;
    display: inline-block;
    vertical-align: middle;
    text-align: left !important;
  }
}

.sidebar .video-reviews-widget .expand-video-reviews {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.sidebar .video-reviews-widget .expand-video-reviews i {
  margin-left: 5px;
  vertical-align: middle;
}

.ninja_footable.table > thead > tr > th {
  font-size: 16px;
}

.ninja_footable.table > thead > tr > th {
  padding: 8px 10px !important;
}

.ninja_table_wrapper,
.table-inner-wrapper {
  position: relative;
  overflow: auto;
}

.table-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 65px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}

.shadow-left {
  left: 0px;
  background-image: linear-gradient( to left, rgba(255,255,255,0), rgba(255,255,255,1) );
}

.shadow-right {
  right: 0px;
  background-image: linear-gradient( to right, rgba(255,255,255,0), rgba(255,255,255,1) );
}

.shadow-right img {
  position: absolute;
  bottom: calc(50% - 17px);
  width: 30px;
  right: 0px;
}