/*
Theme Name: GoNemadStudios Theme
Theme URI: https://gonemadstudios.com
Description:  Theme for the gonemadstudios.com website.
Author:       V
Author URI:   https://gonemadstudios.com
Version:      1.0.5
Text Domain:  GoNemadStudios Theme

*/

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
	overflow: hidden;
}


@media (min-width: 768px) {
    .container {
        width: 750px;
    }
	
}

@media (min-width: 992px) {
    .container {
        width: 890px;
    }
	
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
	

}

/* Container basics */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Row now uses flexbox */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

/* Base column styles */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

/* XS columns (default) - replaced float with flex */
.col-xs-1 { flex: 0 0 8.33333333%; max-width: 8.33333333%; }
.col-xs-2 { flex: 0 0 16.66666667%; max-width: 16.66666667%; }
.col-xs-3 { flex: 0 0 25%; max-width: 25%; }
.col-xs-4 { flex: 0 0 33.33333333%; max-width: 33.33333333%; }
.col-xs-5 { flex: 0 0 41.66666667%; max-width: 41.66666667%; }
.col-xs-6 { flex: 0 0 50%; max-width: 50%; }
.col-xs-7 { flex: 0 0 58.33333333%; max-width: 58.33333333%; }
.col-xs-8 { flex: 0 0 66.66666667%; max-width: 66.66666667%; }
.col-xs-9 { flex: 0 0 75%; max-width: 75%; }
.col-xs-10 { flex: 0 0 83.33333333%; max-width: 83.33333333%; }
.col-xs-11 { flex: 0 0 91.66666667%; max-width: 91.66666667%; }
.col-xs-12 { flex: 0 0 100%; max-width: 100%; }

/* Pull and push with order instead of right/left positioning */
.col-xs-pull-12 { order: -12; }
.col-xs-pull-11 { order: -11; }
.col-xs-pull-10 { order: -10; }
.col-xs-pull-9 { order: -9; }
.col-xs-pull-8 { order: -8; }
.col-xs-pull-7 { order: -7; }
.col-xs-pull-6 { order: -6; }
.col-xs-pull-5 { order: -5; }
.col-xs-pull-4 { order: -4; }
.col-xs-pull-3 { order: -3; }
.col-xs-pull-2 { order: -2; }
.col-xs-pull-1 { order: -1; }
.col-xs-pull-0 { order: 0; }

.col-xs-push-12 { order: 12; }
.col-xs-push-11 { order: 11; }
.col-xs-push-10 { order: 10; }
.col-xs-push-9 { order: 9; }
.col-xs-push-8 { order: 8; }
.col-xs-push-7 { order: 7; }
.col-xs-push-6 { order: 6; }
.col-xs-push-5 { order: 5; }
.col-xs-push-4 { order: 4; }
.col-xs-push-3 { order: 3; }
.col-xs-push-2 { order: 2; }
.col-xs-push-1 { order: 1; }
.col-xs-push-0 { order: 0; }

/* Offset with margin-left */
.col-xs-offset-12 { margin-left: 100%; }
.col-xs-offset-11 { margin-left: 91.66666667%; }
.col-xs-offset-10 { margin-left: 83.33333333%; }
.col-xs-offset-9 { margin-left: 75%; }
.col-xs-offset-8 { margin-left: 66.66666667%; }
.col-xs-offset-7 { margin-left: 58.33333333%; }
.col-xs-offset-6 { margin-left: 50%; }
.col-xs-offset-5 { margin-left: 41.66666667%; }
.col-xs-offset-4 { margin-left: 33.33333333%; }
.col-xs-offset-3 { margin-left: 25%; }
.col-xs-offset-2 { margin-left: 16.66666667%; }
.col-xs-offset-1 { margin-left: 8.33333333%; }
.col-xs-offset-0 { margin-left: 0; }

/* Small screen breakpoint */
@media (min-width: 768px) {
    .col-sm-1 { flex: 0 0 8.33333333%; max-width: 8.33333333%; }
    .col-sm-2 { flex: 0 0 16.66666667%; max-width: 16.66666667%; }
    .col-sm-3 { flex: 0 0 25%; max-width: 25%; }
    .col-sm-4 { flex: 0 0 33.33333333%; max-width: 33.33333333%; }
    .col-sm-5 { flex: 0 0 41.66666667%; max-width: 41.66666667%; }
    .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
    .col-sm-7 { flex: 0 0 58.33333333%; max-width: 58.33333333%; }
    .col-sm-8 { flex: 0 0 66.66666667%; max-width: 66.66666667%; }
    .col-sm-9 { flex: 0 0 75%; max-width: 75%; }
    .col-sm-10 { flex: 0 0 83.33333333%; max-width: 83.33333333%; }
    .col-sm-11 { flex: 0 0 91.66666667%; max-width: 91.66666667%; }
    .col-sm-12 { flex: 0 0 100%; max-width: 100%; }

    .col-sm-pull-12 { order: -12; }
    .col-sm-pull-11 { order: -11; }
    .col-sm-pull-10 { order: -10; }
    .col-sm-pull-9 { order: -9; }
    .col-sm-pull-8 { order: -8; }
    .col-sm-pull-7 { order: -7; }
    .col-sm-pull-6 { order: -6; }
    .col-sm-pull-5 { order: -5; }
    .col-sm-pull-4 { order: -4; }
    .col-sm-pull-3 { order: -3; }
    .col-sm-pull-2 { order: -2; }
    .col-sm-pull-1 { order: -1; }
    .col-sm-pull-0 { order: 0; }

    .col-sm-push-12 { order: 12; }
    .col-sm-push-11 { order: 11; }
    .col-sm-push-10 { order: 10; }
    .col-sm-push-9 { order: 9; }
    .col-sm-push-8 { order: 8; }
    .col-sm-push-7 { order: 7; }
    .col-sm-push-6 { order: 6; }
    .col-sm-push-5 { order: 5; }
    .col-sm-push-4 { order: 4; }
    .col-sm-push-3 { order: 3; }
    .col-sm-push-2 { order: 2; }
    .col-sm-push-1 { order: 1; }
    .col-sm-push-0 { order: 0; }

    .col-sm-offset-12 { margin-left: 100%; }
    .col-sm-offset-11 { margin-left: 91.66666667%; }
    .col-sm-offset-10 { margin-left: 83.33333333%; }
    .col-sm-offset-9 { margin-left: 75%; }
    .col-sm-offset-8 { margin-left: 66.66666667%; }
    .col-sm-offset-7 { margin-left: 58.33333333%; }
    .col-sm-offset-6 { margin-left: 50%; }
    .col-sm-offset-5 { margin-left: 41.66666667%; }
    .col-sm-offset-4 { margin-left: 33.33333333%; }
    .col-sm-offset-3 { margin-left: 25%; }
    .col-sm-offset-2 { margin-left: 16.66666667%; }
    .col-sm-offset-1 { margin-left: 8.33333333%; }
    .col-sm-offset-0 { margin-left: 0; }
}

/* Medium screen breakpoint */
@media (min-width: 992px) {
    .col-md-1 { flex: 0 0 8.33333333%; max-width: 8.33333333%; }
    .col-md-2 { flex: 0 0 16.66666667%; max-width: 16.66666667%; }
    .col-md-3 { flex: 0 0 22%; max-width: 22%; } /* Kept your custom 22% */
    .col-md-4 { flex: 0 0 33.33333333%; max-width: 33.33333333%; }
    .col-md-5 { flex: 0 0 41.66666667%; max-width: 41.66666667%; }
    .col-md-6 { flex: 0 0 50%; max-width: 50%; }
    .col-md-7 { flex: 0 0 58.33333333%; max-width: 58.33333333%; }
    .col-md-8 { flex: 0 0 66.66666667%; max-width: 66.66666667%; }
    .col-md-9 { flex: 0 0 75%; max-width: 75%; }
    .col-md-10 { flex: 0 0 83.33333333%; max-width: 83.33333333%; }
    .col-md-11 { flex: 0 0 91.66666667%; max-width: 91.66666667%; }
    .col-md-12 { flex: 0 0 100%; max-width: 100%; }

    .col-md-pull-12 { order: -12; }
    .col-md-pull-11 { order: -11; }
    .col-md-pull-10 { order: -10; }
    .col-md-pull-9 { order: -9; }
    .col-md-pull-8 { order: -8; }
    .col-md-pull-7 { order: -7; }
    .col-md-pull-6 { order: -6; }
    .col-md-pull-5 { order: -5; }
    .col-md-pull-4 { order: -4; }
    .col-md-pull-3 { order: -3; }
    .col-md-pull-2 { order: -2; }
    .col-md-pull-1 { order: -1; }
    .col-md-pull-0 { order: 0; }

    .col-md-push-12 { order: 12; }
    .col-md-push-11 { order: 11; }
    .col-md-push-10 { order: 10; }
    .col-md-push-9 { order: 9; }
    .col-md-push-8 { order: 8; }
    .col-md-push-7 { order: 7; }
    .col-md-push-6 { order: 6; }
    .col-md-push-5 { order: 5; }
    .col-md-push-4 { order: 4; }
    .col-md-push-3 { order: 3; }
    .col-md-push-2 { order: 2; }
    .col-md-push-1 { order: 1; }
    .col-md-push-0 { order: 0; }

    .col-md-offset-12 { margin-left: 100%; }
    .col-md-offset-11 { margin-left: 91.66666667%; }
    .col-md-offset-10 { margin-left: 83.33333333%; }
    .col-md-offset-9 { margin-left: 75%; }
    .col-md-offset-8 { margin-left: 66.66666667%; }
    .col-md-offset-7 { margin-left: 58.33333333%; }
    .col-md-offset-6 { margin-left: 50%; }
    .col-md-offset-5 { margin-left: 41.66666667%; }
    .col-md-offset-4 { margin-left: 33.33333333%; }
    .col-md-offset-3 { margin-left: 25%; }
    .col-md-offset-2 { margin-left: 16.66666667%; }
    .col-md-offset-1 { margin-left: 8.33333333%; }
    .col-md-offset-0 { margin-left: 0; }
}

/* Large screen breakpoint */
@media (min-width: 1200px) {
    .col-lg-1 { flex: 0 0 8.33333333%; max-width: 8.33333333%; }
    .col-lg-2 { flex: 0 0 16.66666667%; max-width: 16.66666667%; }
    .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
    .col-lg-4 { flex: 0 0 33.33333333%; max-width: 33.33333333%; }
    .col-lg-5 { flex: 0 0 41.66666667%; max-width: 41.66666667%; }
    .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
    .col-lg-7 { flex: 0 0 58.33333333%; max-width: 58.33333333%; }
    .col-lg-8 { flex: 0 0 66.66666667%; max-width: 66.66666667%; }
    .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
    .col-lg-10 { flex: 0 0 83.33333333%; max-width: 83.33333333%; }
    .col-lg-11 { flex: 0 0 91.66666667%; max-width: 91.66666667%; }
    .col-lg-12 { flex: 0 0 100%; max-width: 100%; }

    .col-lg-pull-12 { order: -12; }
    .col-lg-pull-11 { order: -11; }
    .col-lg-pull-10 { order: -10; }
    .col-lg-pull-9 { order: -9; }
    .col-lg-pull-8 { order: -8; }
    .col-lg-pull-7 { order: -7; }
    .col-lg-pull-6 { order: -6; }
    .col-lg-pull-5 { order: -5; }
    .col-lg-pull-4 { order: -4; }
    .col-lg-pull-3 { order: -3; }
    .col-lg-pull-2 { order: -2; }
    .col-lg-pull-1 { order: -1; }
    .col-lg-pull-0 { order: 0; }

    .col-lg-push-12 { order: 12; }
    .col-lg-push-11 { order: 11; }
    .col-lg-push-10 { order: 10; }
    .col-lg-push-9 { order: 9; }
    .col-lg-push-8 { order: 8; }
    .col-lg-push-7 { order: 7; }
    .col-lg-push-6 { order: 6; }
    .col-lg-push-5 { order: 5; }
    .col-lg-push-4 { order: 4; }
    .col-lg-push-3 { order: 3; }
    .col-lg-push-2 { order: 2; }
    .col-lg-push-1 { order: 1; }
    .col-lg-push-0 { order: 0; }

    .col-lg-offset-12 { margin-left: 100%; }
    .col-lg-offset-11 { margin-left: 91.66666667%; }
    .col-lg-offset-10 { margin-left: 83.33333333%; }
    .col-lg-offset-9 { margin-left: 75%; }
    .col-lg-offset-8 { margin-left: 66.66666667%; }
    .col-lg-offset-7 { margin-left: 58.33333333%; }
    .col-lg-offset-6 { margin-left: 50%; }
    .col-lg-offset-5 { margin-left: 41.66666667%; }
    .col-lg-offset-4 { margin-left: 33.33333333%; }
    .col-lg-offset-3 { margin-left: 25%; }
    .col-lg-offset-2 { margin-left: 16.66666667%; }
    .col-lg-offset-1 { margin-left: 8.33333333%; }
    .col-lg-offset-0 { margin-left: 0; }
}


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

body {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}


@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
	
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}


.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 22%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}


.back-to-top {
    color: #fff !important;
}

.inner-title.hover-reveal .social-icons a,.inner-title.hover-reveal .social-icons a i {
    color: #fff;
}

.counter {
    margin-bottom: 24px;
    margin-top: 0;
    padding: 0;
    font-weight: 300;
    color: #265bb3;
    font-size: 56px;
    line-height: 64px;
    text-align: center;
    display: block;
}

.image-bg .counter,.bg-dark .counter {
    color: #fff;
}


.present-wrapper {
    position: relative;
    display: inline-block;
}

.present-button {
    position: relative;
    display: inline-block;
    margin-left: auto;
    padding: 16px 16px;
    background-color: #f07881;
    border: none;
	border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    animation: breathe 1.5s infinite;
}

.promo-code {
	font-size: 20px;
	font-weight: 700;
	color:#e1c258; 
	margin-bottom: 25px;
	line-height: 1;
	text-align:center;
}

.present-title {
	font-size: 20px;
	font-weight: 700; 
	margin: 12px 0 16px;
	line-height: 1;
	text-align:center;
}

.present-text {
	font-size: 18px;
	font-weight: 700;
	margin: 12px 0 16px;
	line-height: 1.5;
	text-align:center
}

.present-inner-button {
	border-radius: 32px;
    line-height: 1;
    padding: 18px 15px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    font-size: 14px;
    background: #429488;
    color: white;
}

.present-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 10%;
    background-color: #265bb3;
    animation: pulse 1.5s infinite;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.present-button img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.present-container {
    position: absolute;
    top: 60px;
    right: 16px;
    width: 300px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #f07881;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1000;
    color: black;
}

.present-container img {
    width: 90%;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: black;
    object-fit: cover;
}

.play-now-btn {
    background-color: #f07881;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    width: 60%;
    text-align: center;
}

.popup-title{
    font-size: 24px;
	font-weight: 700;
	margin: 0;
    margin-bottom: 5px;
    color: #fff;
}
.cat-img-text{
    display: flex;
    align-items: center;
	justify-content: space-between;
	width: 75%;
}

.play-now-btn-cat {
    background-color: white;
    color: #58c0da;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    width: 15%;
    text-align: center;
	border: 1px solid #58c0da;
}

.play-now-btn-cat:hover {
    background-color: #58c0da;
	color: #fff!important;
	border-color: #fff
}

.popup-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: #58c0da;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
    transition: bottom 0.3s ease-in-out;
    z-index: 1000;
    padding: 50px 15px;
}

.popup-content {
    display: flex;
    gap: 20px;
    justify-content: space-between;
	align-items: center;
}

.popup-image-container {
	display: flex;
    align-items: center;
    margin-right: 4%;
}

.rating-stars-container {
    padding: 4px;
    border-radius: 8px;
    text-align: center;
    margin-left: 15px;
}

.popup-image {
    object-fit: cover;
    border-radius: 5px;
	max-width: 240px; 
	background: #eee
}

.pop-up-promo {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    max-width: 315px;
}

.popup-text {
    text-align: left;
    text-transform: uppercase !important;

}

.popup-text p {
    margin: 5px 0 0;
	font-weight: 700;
    color: white;
}

.popup-close {
    background: none;
    border: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.popup-close:hover {
    color: black;
}

.popup-container.show {
    bottom: 0;
}

@media (max-width: 768px) {
	
	.rating-stars-container {
		display: none;
	}
	
	.pop-up-promo {
    	font-size: 20px;
		line-height: 30px;
		max-width: 100%;
	}
	
	
	.popup-container{
		padding-left: 0px;
		padding-right: 0px
	}
	.popup-content {
		flex-direction: column;
		gap: 16px;
		align-items: center;
		text-align: center;
	}

	.popup-image-container {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 0;
        margin-bottom: 15px;
	}

	.popup-text {
		text-align: left;
	}

	.popup-close {
		position: absolute;
		top: 0px;
		right: 15px;
		color: white;
	}

	.play-now-btn-cat {
		width: 80%;
		padding: 12px;
		font-size: 18px;
	}

	.rating-stars-container {
		margin-left: 0;
	}

	.popup-image {
		width: 175px;
		height: auto;
	}
	.popup-text p{
		font-size: 15px!important;
	}
	p.popup-title{
		font-size: 18px!important;
	}
}

.play-button {
  width: 100%;
  justify-content: center!important;
}

.play-now-btn {
  width: 80%;
}

.button-container {
  flex-direction: column;
}

.promo-block {
  flex-direction: column;
}

.promo-description {
  margin-top: 16px !important;
}


.promo-title{
	margin-top: 12px!important;
}

}
p{font-size: 16px!important}
li{font-size: 15px!important}

.rating {
	display: flex;
    justify-content: center;
    align-items: center;
}

.rating-number {
	margin-left: 8px;
	color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.brand-rating span {
	display: block;
}

.brand-rating span:first-child {
	margin-bottom: 5px
}

.rating-stars {
  color: #ffbf00!important;
  font-size: 18px;
}

.play-button {
  flex-basis: 25%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.play-now-btn:hover {
  background-color: #633347;
}

.promo-block {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #f07881;
  border-radius: 10px;
  background-color: #f9f9f9;
  align-items: center;
  margin-bottom: 24px;
}

.promo-logo-details {
  flex-basis: 25%;
  text-align: center;
}

.promo-title {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: bold;
}

.promo-logo-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  background-color: black;
  height: 160px;
  width: 210px;
  object-fit: contain;

}

.promo-description-block {
  flex-basis: 75%;
  padding-left: 20px;
}

.promo-description {
  font-size: 16px;
  margin-top: 0;
  line-height: 1.6;
}

.faq-section {
  padding: 20px;
  border: 1px solid #f07881;
  border-radius: 10px;
  background-color: #f9f9f9;
  margin-top: 20px;
}

.faq-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
	color: #265bb3
}

.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  	font-size: 18px;
  	font-weight: bold;
  	margin-bottom: 10px;
	color: #000;
}

.faq-link {
  color: #84435e;
  text-decoration: none;
  border-bottom: 2px dotted #84435e;
}

.faq-link:hover {
  text-decoration: underline;
}

.faq-answer {
  font-size: 16px;
  line-height: 1.6;
}

.faq-divider {
  border: none;
  border-top: 2px solid #84435e;
  margin: 20px 0;
  width: 100%;
}

.new-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.new-table th, .new-table td {
  padding: 15px;
  border: 1px solid #ddd;
  text-align: left;
}

.new-table th {
  background-color: #000000;
  font-weight: bold;
  color:white;
  font-size:20px;
}

.new-table tbody tr:nth-child(even) {
  background-color: #84435e15;
}

.button-container {
    display: flex;
    justify-content: center;
}

.button-container a {
    text-decoration: none;
    padding: 10px 20px;
    margin: 5px;
    color: white;
    background-color: #84435e;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
}

.button-container a:hover {
    background-color: #633347;
}

.banner {
    margin-top: 20px;
}

.banner img {
    width: 100%;
    height: auto;
    display: block;
}

.author-links a {
	color: #265bb3 !important;
}

.author-links a:hover{
	color:#633347!important;
}
.present-button {
    position: relative;
	top: 0px;
    display: inline-block;
    margin-left: auto;
    padding: 11px 11px;
    background-color: #58c0da;
    border: none;
    border-radius: 50%;
	border: 1px solid #fff;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	animation: breathe 1.5s infinite;
	line-height: 1;
}

.present-button img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.present-button:hover {
    transform: scale(1.2);
}

.present-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #58c0da;
    animation: pulse 1.5s infinite;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}
@keyframes breathe {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.present-container {
    position: absolute;
	text-align: center;
    top: 60px;
    right: 16px;
    width: 300px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #58c0da;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1000;
	color:black;
}
.present-container img{
	width: 90%;
	margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 10px;
	background-color: black;
	object-fit: cover;
}

.present-wrapper{
	position: absolute;
    display: block;
    top: 4px;
    right: 15px;
    z-index: 99;
}
.present-wrapper-mobile{
	display: none;
}

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px!important;
    width: 45px;
    height: 45px;
    background-color: #58c0da;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	padding: 0;
}

.scroll-to-top:hover {
    background-color: #58c0da;
    transform: translateY(-3px);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.toc-block {
    margin: 30px 0;
    border: 1px solid #f07881;
	background: #fff;
    border-radius: 20px;
    margin-bottom: 46px;
    padding: 32px;
}

.toc-block__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toc-block__title span {
    font-weight: bold;
	color: #f07881;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.toc-block__title button {
	border: none;
    font-size: 16px;
    margin-right: 10px;
	margin-left: 10px;
    padding: 0 32px 0 0;
    text-transform: uppercase;
    transition: all .25s ease;
    background-color: #fff!important;
    cursor: pointer;
	color: #f07881;
	background: url(./inc/img/arrow-blue2-down-yellow.svg) no-repeat 100%!important;
    background-size: contain;
}

.toc-block__title button:hover, .-toggle .toc-block__title button {
	background: url(./inc/img/arrow-blue3-yellow.svg) no-repeat 100%!important;
}

.toc-block__list {
    transition: all 0.3s ease;
	margin-top: 25px;
}

.toc-block__list ul {
    list-style: none;
    padding: 0;
    margin: 0;
	grid-column-gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.toc-block__list li {
	position: relative;
    margin: 0;
	margin-bottom: 14px;
	padding-left: 30px;
}

.toc-block__list li:before {
	display: inline-block;
    background: #84435e;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 20px;
	background: url(./inc/img/toc-icon-blue3.svg) no-repeat 50% !important;
    background-size: contain;
	
}

.toc-block__list a {
    color: #333;
    text-decoration: none;
}

.toc-block__list a:hover {
    color: #265bb3;
}

 .brands-section {
	margin: 40px 0;
}
        
.brands-heading {
	margin-bottom: 30px;
}
        
.brands-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
        
.brand-item {
	border: 1px solid #f07881;
    border-radius: 10px;
    padding: 8px;
    display: flex;
    align-items: center;
}
        
.brand-number {
	background-color: #f07881;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-right: 10px;

}
        
.brand-image {
    max-width: 100%;
    border-radius: 8px;
    width: 160px!important;
    object-fit: contain;
}
        
.brand-image img {

}
        
.brand-content {
    flex-basis: 35%;
    padding-left: 15px;
    text-align: center;
}

.brands-single .brand-content{
	flex-basis: 20%;
}

.brand-description {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	line-height: 22px;
}
        
.brand-content .block-title {
    margin: 0 0 3px;
	font-size: 18px;
    font-weight: bold;
	border: none;
}

.brand-rating {
	flex-basis: 15%;
    padding: 4px;
    border-radius: 8px;
    text-align: center;
    margin-left: 15px;
	margin-right: 30px;
	background: #f07881;
	color: #fff;
}

        
.brand-action {
 	flex-basis: 20%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.review-button {
	width: 50%;
	text-decoration: underline;
    color: #345aad;
    font-size: 14px;
}
        
.play-now-btn {
	width: 100%;
	display: inline-block;
	padding: 15px 25px;
    background: #58c0da;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
	border: none;
}
        
.play-now-btn:hover {
	color: #ddd;
	background: #122d45;
}

.brands-section .brand-item {
	padding: 30px;
}

.brands-section .brands-heading {
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-indent: 1%;
    font-size: 2.4em;
    padding-bottom: .15em;
    margin: 1.25em 0 .75em;
    border-bottom: 5px solid #dcdcdc;
    color: #333;
}

.brands-section .brand-features {
	text-align: left;
	margin-right: 25px;
}

.brands-section .brand-features ul li {
	position: relative;
	margin: 0;
	padding: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    list-style: none;
	padding-left: 16px;
	margin-bottom: 8px;
}

.brands-section .brand-features ul li:before {
    background: url(./inc/img/li-green-icon.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    position: relative;
    top: 2px;
    width: 16px;
}

.faq-item {
    text-align: left;
}

.author-links {
	display: flex; 
	align-items: center; 
	margin-top: 28px;
}

.author-links img {
	width: 150px; 
	height: 150px; 
	border-radius: 50%; 
	margin-right: 20px;
}

.author-links p {
	text-align: left;
	font-size: 16px
}

.author-links a {
	text-decoration: none;
}

.author-links .author-title {
	display: block;
	margin-bottom: 5px
}

.author-links a.author-social-link {
	display: block;
	font-style: normal;
    font-weight: 600;
	margin-bottom: 5px;
}

.author-links a.author-social-link:hover {
	text-decoration: underline;
}

.search-page-block {
	width: 100%;
    margin: 0px auto;
    height: 48vh;
    margin-top: 60px;
}

.search-page-block form {
	display: flex;
    width: 100%;
	align-items: center;
    justify-content: center;
}

.search-page-block #sitesearch {
	font-size: 16px;
    margin-right: 15px;
    padding: 20px 15px;
    width: 75%;
}


.search-page-block #sitesearchbtn {
	max-width: 150px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: #84435e;
    border-color: #84435e;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid;
}

.author-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
    margin-top: 30px;
}

.author-photo {
    flex: 0 0 300px;
}

.author-photo img {
    width: 100%;
	max-width: 300px;
    border-radius: 8px;
    object-fit: cover;
}

.social-links {
    margin-top: 20px;
    text-align: center;
}

.social-links a {
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    font-size: 16px;
}

.social-links a:hover {
	text-decoration: underline
}

.not-found.search-page-block {
	text-align: center;
}

.not-found.search-page-block form .field {
	font-size: 16px;
    margin-right: 15px;
    padding: 20px 15px;
    width: 75%;
}

.not-found.search-page-block form .submit {
	max-width: 150px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: #84435e;
    border-color: #84435e;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid;
}

.not-found .entry-content p {
	text-align: center;
}

.pagination {
    text-align: center;
    padding: 30px 0;
    clear: both;
    margin: 0 auto;
    width: 100%;
}

.pagination ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul li {
    display: inline-block;
    margin: 0 5px;
}

.pagination ul li a,
.pagination ul li span {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.pagination ul li span.current {
    background-color: #753C54;
    color: white;
    border-color: #753C54;
}

.pagination ul li a:hover {
    background-color: #f5f5f5;
}

.pagination .prev,
.pagination .next {
    padding: 5px 15px;
}

.promo-block {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #f9f9f9;
  align-items: center;
  margin-bottom: 24px;
}

.promo-logo-details {
  flex-basis: 25%;
  text-align: center;
}

.promo-title {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: bold;
}

.promo-logo-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  background-color: black;
  height: 160px;
  width: 210px;
  object-fit: contain;

}

.promo-description-block {
  flex-basis: 75%;
  padding-left: 20px;
}

.promo-description {
  font-size: 16px;
  margin-top: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
	
	.brands-section .brand-features {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	
	.brand-item {
		flex-direction: column;
		text-align: center;
       }
            
	.brand-number,
	.brand-image,
	.brand-content {
         margin: 0 0 15px;
		padding: 0;
       }
	.brand-rating {
		padding: 15px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	
}

.faq-block {
	margin-top: 32px;
    margin-bottom: 32px;
}
    
.faq-block .faq-item {
    background: #fdfdfd;
    border: 1px solid #f07881;
    border-radius: .5rem;
    padding: 1.25rem 1rem
}

.faq-block .faq-item:not(:last-child) {
    margin-bottom: 25px
}

.author-block {
    grid-gap: 20px;
    background: #f9f9f9;
    border: 1px solid #58c0da;
    border-radius: .5rem;
    display: grid;
    grid-template-columns: max-content 1fr;
    margin-bottom: 32px;
    padding: 1.25rem 1rem
}

.author-block .author-block__photo {
    display: inline-block
}

.author-block .author-block__photo img {
    border-radius: 50%;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 140px
}

.author-block .author-block__title {
    border-bottom: 1px solid #58c0da;
    font-weight: 700;
    margin-bottom: 16px
}

.author-block .author-block__name {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px
}

.author-block .author-block__name a {
	color: #58c0da;
}


.author-block .author-block__name a:hover {
    opacity: .86
}

.author-block .author-block__desc {

    margin-bottom: 16px;
    opacity: .8
}

.author-block .author-block__socials {
    display: flex;
    gap: 14px
}

.author-block .author-block__socials .author-block__socials__link {
    background: #f07881;
    border-radius: 50%;
    display: inline-flex;
    height: 32px;
    place-content: center;
    place-items: center;
    width: 32px
}

.author-block .author-block__socials .author-block__socials__link:hover {
    opacity: .86
}

.author-block .author-block__socials .author-block__socials__link i {
    display: inline-block;
    height: 18px;
    width: 18px;
}

.author-block .author-block__socials .author-block__socials__link i.icon-fb {
    background: url(./inc/img/soc-icon-fb.svg) no-repeat 50%;
    background-size: contain
}

.author-block .author-block__socials .author-block__socials__link i.icon-tw {
    background: url(./inc/img/soc-icon-tw.svg) no-repeat 50%;
    background-size: 16px
}

.author-block .author-block__socials .author-block__socials__link i.icon-ln {
    background: url(./inc/img/soc-icon-ln.svg) no-repeat 50%;
    background-size: contain
}


.author-page-block {
    margin-bottom: 32px
}

@media (min-width: 768px) {
    .author-page-block {
        grid-gap:20px;
        display: grid;
        grid-template-columns: max-content 1fr
    }
	
	.post-list {
		grid-gap: 20px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	
}

.author-page-block .author-page-block__photo {
    display: inline-block
}

@media (max-width: 768px) {
    .author-page-block .author-page-block__photo {
        margin-bottom:20px
    }
	
	.author-page-block .author-page-block__photo img {
        height:160px;
        width: 160px
    }
	
	.post-list .post-list-item {
		margin-bottom: 25px
	}
	
	.author-section {
		flex-direction: column
	}
	
	
}

.post-list .post-list-item {
    border: 1px solid #527336;
    border-radius: .5rem;
    padding: 2rem 1rem;
}

.post-list .post-list-item img {
	border-radius: 5px
}

.post-list .post-list-item a {
	display: block;
	text-decoration: none;
}

.post-list .post-list-item .inline-block {
	font-size: 18px;
	font-weight: 700;
}

a.read-more  {
	display: inline-block;
    padding: 15px 25px;
    background: #527336;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.description {
	margin-bottom: 25px
}

.pagination {
    margin: 30px 0;
    text-align: center;
}

.pagination ul.page-numbers {
	border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
}

.pagination ul:hover {
	background: none;
}

.pagination ul.page-numbers li {
    margin: 0;
    padding: 0;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #527336;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pagination .page-numbers a:hover {
    background: #f5f5f5;
    color: #527336;
    border-color: #527336;
}

.pagination .page-numbers.current {
    background: #527336;
    color: #fff;
    border-color: #527336;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers {
    padding: 5px 15px;
}


@media (max-width: 480px) {
    .pagination .page-numbers {
        min-width: 35px;
        height: 35px;
        padding: 5px;
        font-size: 14px;
    }

    .pagination .next.page-numbers,
    .pagination .prev.page-numbers {
        padding: 5px 10px;
    }
}

.author-page-block .author-page-block__photo img {
    border-radius: .5rem;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 280px
}


.author-page-block .author-page-block__name {
    color: #527336;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px
}

.author-page-block .author-page-block__desc {
    margin-bottom: 16px;
    opacity: .8
}

.author-page-block .post-entry a {
    color: #527336
}

.author-page-block .post-entry a:hover {
    opacity: .86
}

.author-page-block .author-page-block__socials {
    display: flex;
    gap: 14px
}

.author-page-block .author-page-block__socials .author-page-block__socials__link {
    background: #527336;
    border-radius: 50%;
    display: inline-flex;
    height: 32px;
    place-content: center;
    place-items: center;
    width: 32px
}

.author-page-block .author-page-block__socials .author-page-block__socials__link:hover {
    opacity: .86
}

.author-page-block .author-page-block__socials .author-page-block__socials__link i {
    display: inline-block;
    height: 18px;
    width: 18px
}

img {
	max-width: 100%;
	display: block;
    vertical-align: middle;
	height: auto;
}

.post-image-block {
	text-align: center
}

.social_icons .social_icons_item.google-play img {
	max-width: 120px;
	width: 100%;
}

.social_icons .social_icons_item img {
	width: 49px;
	height: 78px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin-bottom: 25px;
}

.logo a img {
	max-width: 150px;
}

.mimp-logo a img {
	max-width: 250px;
}

.nav li a {
	padding: 25.5px 18px;
}

#page-header {
	margin-top: 25px;
}

#page-header h1 {
	font-size: 26px;
}

.breadcrambs {
	margin-bottom: 25px;
}

.post-image-block, .date {
	margin-bottom: 25px
}

.wp-block-image {
	margin-bottom: 25px;
}

.author.breadcrambs {
	margin-top: 25px;
}

/* Header Base Styles */
.prom-site-header {
    position: relative;
    box-shadow: 0px 10px 40px 0px rgba(109, 141, 173, 0.25);
	color: #fff;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.3s;
}

/* Logo Styles */
.site-branding {
    flex-shrink: 0;
	margin-right: 50px;
}

.custom-logo-link img {
    max-height: 60px;
    width: auto;
}


.primary-navigation {
    flex-grow: 1;
    margin: 0 20px;
}

.primary-navigation {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-navigation > li {
    position: relative;
}

.primary-navigation a {
    display: block;
    padding: 10px;
    text-decoration: none;
	font-family: 'Arial Rounded MT' !important;
}


.primary-navigation .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
	padding: 0 10px;
    background: #f27982;
    min-width: 200px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 100;
	border: 1px solid #fff;
}

.primary-navigation .sub-menu a {
	color: #fff!important
}

.primary-navigation .sub-menu a:hover {
	color: #ddd!important
}

.primary-navigation .menu-item-has-children {
    position: relative;
}


.primary-navigation .menu-item-has-children > a::after {
    content: '';
	position: relative;
    margin-left: 8px;
    top: -3px;
    display: inline-block;
    border: solid #f27982;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
}


.primary-navigation .menu-item-has-children:hover > .sub-menu {
    display: block;
}

.author-info {
	margin: 0;
}

footer {
	width: 100%;
	padding: 0 !important;
	padding-top: 55px!important;
	padding-bottom: 55px!important;
	color: #fff;
	margin-bottom: -5px;
}

#footer p {
	color: #fff;
    padding-bottom: 15px;
}

.faq-item {
    border: 1px solid #429488;
    margin-bottom: 10px;
    border-radius: 4px;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    background: #fff;
}

.faq-question {
    margin: 0;
    font-size: 18px;
    padding-right: 40px;
	width: 90%;
}

.arrow-box {
	position: relative;
	display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #f07881;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
	border-radius: 20px;
}

.arrow {
	position: relative;
    width: 10px;
    height: 10px;
    border-right: 1px solid #f07881;
    border-bottom: 1px solid #f07881;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    display: block;
    margin-top: -5px;
	left: 50%;
    margin-left: -32px;
    bottom: 0;
}

.faq-item.active .arrow {
    transform: rotate(-135deg);
    margin-top: 5px;
}

.faq-item.active .arrow-box {
    background: #f5f5f5;
}

.faq-answer {
    display: none;
    padding: 0 20px 20px;
    color: #666;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    display: block;
}


.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-item.active .faq-answer {
	padding-top: 20px;
    max-height: 1000px; 
    transition: max-height 0.5s ease-in;
}

.footer-menu-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.current_page_item a, .primary-navigation a:hover {
	color: #f27982
}

ul li {
	position: relative;
}

.footer-menu-block ul li a {
	display: block;
	color: #fff;
	padding: 8px 0;
}

.footer-menu-block ul li a:hover {
	color: #429488;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
	color: #fff;
	font-weight: 700;
}

.footer-text-area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.footer-text-block {
	text-align: center;
	margin-bottom: 50px;
}

.footer-images-block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.footer-copyright-block {
	text-align: center;
	margin-bottom: 50px;
}

.footer-second-menu {
	text-align: center;
}

.footer-second-menu ul {
	display: flex;
	justify-content: center;
	margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
}

.footer-second-menu ul li {
	padding-right: 15px;
	font-weight: 700;
}

.footer-second-menu ul li:last-child {
	padding-right: 0px
}

h1 {
	font-size: 28px
} 

h2 {
	font-size: 24px
} 

h3 {
	font-size: 22px
} 

h4 {
	font-size: 20px
} 

h5{
	font-size: 18px
} 

h6 {
	font-size: 16px
}

footer .widget-title {
	font-size: 17px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}


.copyright {
	padding-top: 5px;
}


.left-text-block {
	max-width: 80%
}

.left-text-block img {
	max-width: 141px;
}

.menus-block {
	display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 42px;
}

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

.menus-block ul li {
	margin: 0;
	padding: 0;
}

.menus-block ul li a {
	color: #fff;
	font-size: 14px;
}

.images-block {
	display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
    gap: 80px;
    place-content: center;
	align-content: center;
    margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
	padding: 30px 0;
}

footer .text-center-block {
	margin-top: 35px;
}

.images-block img {
	max-width: 180px;
	height: 40px;
	-o-object-fit: contain;
    object-fit: contain;
}

.images-block .wp-block-image {
    margin-bottom: 0px;
}

@media (max-width: 1024px) {
    .header-container {
        padding: 0.5rem;
    }
	
	#header {
		padding: 15px 0px 15px 0px;
	}
	
	#footerw {
		display: none;
	}
	
	#contentwrap {
		width: 100%;
	}

	#contentwrap_3 {
		width: 100%;
	}
	
	#contentwrap_2 {
		width: 100%;
	}

	#sidebar {
		width: 100%;
	}
	#sidebar2 {
		width: 100%;
	}
	#footer1 {
		width: 100%;
	}

	#footer2 {
		width: 100%;
	}
	
	#footer3 {
		width: 100%;
	}
	
	.footer-menu-block:nth-child(3) {
		margin-left: -15px;
        padding: 0px 30px 0px 15px;
	}
	
}

@media (max-width: 768px) {
	
	.toc-block__list ul {
		display: block;
	}
	
	.toc-block__list li {
		margin-bottom: 25px;
	}
	
	.faq-header {
		padding: 15px 0;
	}
	
	.toc-block__title span {
		font-size: 14px;
	}
	
	.toc-block {
		margin: 25px 0;
		margin-bottom: 35px;
		padding: 25px 15px;
	}
	
	.left-text-block {
		max-width: 100%;
	}
	
	.menus-block {
		display: block;
	}
	
	.images-block .wp-block-image {
		margin-bottom: 20px;
	}
	
	.footer-menu-block:nth-child(3) {
		margin-left: 0px;
		padding: 15px 0 0 15px
	}
	
	footer {
		padding-bottom: 25px;
	}
	
	.footer-text-area-block {
		text-align: center
	}
	
	.footer-menu-block {
		text-align: center
	}
	
	.primary-navigation a {
		position: relative;
		padding: 15px 10px;
	}
	
	.footer-text-area {
		justify-content: center;
		flex-direction: column;
	}
	
	.footer-text-area-block {
		margin-bottom: 25px;
	}
	
	.primary-navigation  .menu-item-has-children > a::after {
		content: '';
		position: absolute;
		display: inline-block;
		margin-left: 5px;
		border: solid #ddd!important;
		border-width: 0 2px 2px 0;
		padding: 3px;
		transform: rotate(45deg);
		right: 0;
		top: 20px;
	}
	
	.footer-second-menu ul {
		flex-direction: column
	}
	
	.footer-second-menu ul li {
		padding-right: 0;
		margin-bottom: 15px;
		text-align: cell;
	}
	
	.footer-second-menu ul li:last-child {
		margin-bottom: 0px;
	}
	
    .mobile-menu-toggle {
        display: block;
        order: 1;
    }

    .site-branding {
        order: 2;
    }

    .present-wrapper {
		display: block;
        order: 3;
    }

    .primary-navigation {
        display: none!important;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #f27982;
        padding: 0 1rem;
        box-shadow: none;
		border-top: 1px solid #eee;
		z-index: 2;
    }
	
	#site-sub-navigation {
		display: none;
		background: #1e73be;
		padding: 0 1rem;
	}
	
	#site-navigation li, #site-sub-navigation li {
		display: block;
	}
	
	#site-sub-navigation li:before {
		display: none;
	}
	
	#site-sub-navigation li, #site-sub-navigation li a {
		text-transform: none;
    	color: #fff;
    	text-shadow: 1px 1px 0 #000;
	}

    .primary-navigation.active {
        display: block!important;
    }
	
	.primary-navigation a {
		color: #fff
	}
	
	.primary-navigation a:hover {
		color: #ddd!important
	}

    .primary-menu {
        flex-direction: column;
    }

    .primary-menu > li {
        margin: 0;
    }

    .primary-navigation  .sub-menu {
        position: static;
        box-shadow: none;
        padding-left: 20px;
    }

    .present-content {
        left: 0;
        right: 0;
        min-width: auto;
    }
}


.page-template-template-new-design, .archive, .category, .single-post {
	background: #fff;
	margin: 0;
	padding: 0;
}


#page_general {
	overflow: hidden
}

.datos_footer_right {
    width: 445px;
}

@media (min-width: 1200px) {
    .footer-menu-block.col-lg-3 {
        width: 22%;
    }
}

@media (max-width: 990px) {
    .footer-menu-block.col-sm-6 {
        width: 45%;
		float: left;
    }
	
	.container {
		width: auto;
        max-width: 100%;
	}
	
}


.datos_footer_left p {
	color: #FFFFFF;
    float: left;
    font-family: arial;
    font-size: 11px;
    line-height: 17px;
}

.brands-section .brand-features ul {
	padding: 0;
	margin: 0;
}

.post-footer-line-1 {
	display: none
}

.blog-feeds {
	margin-bottom: 25px
}

.footer-widgets {
	background-color: inherit!important
}


@media (max-width: 640px) {
	
	#site-title a {
		font-size: 18px;
	}
	
	#site-description {
		font-size: 14px
	}
	
    .footer-menu-block.col-sm-6 {
        width: auto;
        float: none;
    }
	
	.cat-img-text {
    	display: block;
		margin-bottom: 15px;
		width: 100%;
	}
}

.author-posts-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 35px;
	text-align: center;
}

.error-404 {
   text-align: center;
   padding: 100px 0;
}

.error-404 h1 {
   font-size: 120px;
   margin: 0;
   color: #333;
}

.error-404 p {
   font-size: 24px;
   margin: 20px 0 40px;
}

.error-404 .btn {
   display: inline-block;
   padding: 12px 30px;
   background: #333;
   color: #fff;
   text-decoration: none;
   border-radius: 4px;
}

.error-404 .btn:hover {
   background: #555;
}


.search-404 {
  padding: 120px 0;
  text-align: center;
}

.search-404 h1 {
  font-size: 120px;
  color: #333;
  margin: 0 0 20px;
  line-height: 1;
}

.search-404 h2 {
  font-size: 32px;
  color: #666;
  margin: 0 0 30px;
}

.search-404 p {
  font-size: 18px;
  color: #888;
  margin: 0 0 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.search-404 .btn {
  display: inline-block;
  padding: 15px 30px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background 0.3s;
}

.search-404 .btn:hover {
  background: #0056b3;
}

.header-logo-title {
	font-size: 52px;
	letter-spacing: -2.5px;
    margin: 0;
	line-height: 1.2;
	font-weight: 700;
    margin-bottom: 25px;
}

.header-logo-subtitle {
	letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    color: #999;
    margin: 0;
    font-size: 12.1px;
    line-height: 1.1;
    margin-top: 5px;
}

.ion-android-close {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}


.ion-android-close:before,
.ion-android-close:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

.ion-android-close:before {
  transform: rotate(45deg);
}

.ion-android-close:after {
  transform: rotate(-45deg);
}


.ion-android-close:hover {
  transform: rotate(90deg);
}

.ion-android-close:hover:before,
.ion-android-close:hover:after {
  background-color: #e74c3c;
}


.mobile-menu .ion-android-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
}


@media (max-width: 768px) {
  .ion-android-close {
    width: 28px;
    height: 28px;
  }
}


@media (max-width: 768px) {
	.faq-question {
    	font-size: 16px;
		padding-right: 15px;
	}
	
	.footer-section {
		padding: 0 15px;
	}
	
  .search-404 {
    padding: 80px 0;
  }
  
  .search-404 h1 {
    font-size: 80px;
  }
  
  .search-404 h2 {
    font-size: 24px;
  }
  
  .search-404 p {
    font-size: 16px;
  }
}

#theme-footer a {
    color: #fff;
}

.footer-widget-inner .container {
	width: 1045px;
}

.footer-menus-block {
	padding-bottom: 40px
}

.td-footer-wrapper ul {
	list-style: none;
}

.footer-column ul {
	padding: 0;
	list-style: none;
}

.footer-column ul li {
	padding: 5px 0;
}

.footer-column ul li a {
	color: #fff
}

.footer-column ul li a:hover {
	color: #675
}

.nav-block .header-container {
	display: block;
	margin: 0 auto;
    padding: 0;
}

.footer-widget {
	margin: 0; 
}

.copyright p {
	margin: 0; 
}

.main-navigation ul li .sub-arrow i {
	display: none!important;
}

@media (max-width: 1023px) {
    a#pull {
        margin-right: 60px;
    }
	
	.present-wrapper {
		top: 15px
	}
}