/*
Theme Name: Divi Child
Description: Divi Child Theme for BmyH.com
Author:  Željko Ostojić
Author URI:  https://ostojic.ba
Template: Divi
Version:  1.0.01
*/


/* Theme customizations */

a:hover {
    color: #0caa9d;
    text-decoration: underline;
}


/* HEADER */

#logo {
    max-height: 100%;
}


/* TOP MENU */

ul#et-secondary-nav li:after {
    content: "|";
    position: absolute;
    top: 0;
    right: -10px;
}

ul#et-secondary-nav li:last-child:after {
    content: "";
}

ul#et-secondary-nav {
    padding: 0;
    margin: 0;
}

ul#et-secondary-nav li:after {
    content: "|";
    position: absolute;
    top: 0;
    right: -10px;
}

ul#et-secondary-nav li:last-child:after {
    content: "";
}

ul#et-secondary-nav {
    padding: 0;
    margin: 0;
}

.pll-parent-menu-item .sub-menu {
    width: auto !important;
}

.pll-parent-menu-item .sub-menu li {
    padding: 0 15px !important;
}


/* MAIN Navigation */

#et-top-navigation #top-menu.nav li ul {
    width: auto !important;
    padding: 10px 0 !important;
}

#et-top-navigation #top-menu li li {
    padding: 0px 15px !important;
    margin: 0;
    width: 100% !important;
    line-height: 20px;
}

#et-top-navigation #top-menu li li a {
    padding: 15px 10px !important;
    width: 190px !important;
    font-size: 13px;
}


/* PAGINATION */

.pagination {
    display: table !important;
    margin: 0 auto !important;
    margin-top: 15px !important;
    padding-top: 25px;
}

.pagination li {
    display: inline-block;
    background: #4a60d8;
    color: white;
    padding: 6px 13px;
}

.pagination li a {
    color: white;
}

.pagination li.active {
    background: #ffc323;
}

#et-top-navigation #top-menu.nav li ul {
    width: 290px;
    padding: 10px 0;
}

#et-top-navigation #top-menu li li {
    padding: 0 10px;
    margin: 0;
    width: 100% !important;
    line-height: 20px;
}

#et-top-navigation #top-menu li li a {
    padding: 6px 10px;
    width: 270px;
    font-size: 13px;
}


/* SINGLE EVENT */

a.signup-btn {
    background: #0caa9d;
    padding: 0;
    border-radius: 25px;
    color: white;
    line-height: 36px;
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 4px;
    margin-top: 15px;
    font-weight: bold;
}


/* SOCIAL MEDIA SHARE */

ul.sm-share {
    list-style: none;
    padding: 0;
    padding-top: 25px;
}

ul.sm-share li {
    display: inline-block;
    background: #ffffff82;
    color: white;
    margin-right: 5px;
    /* padding: 13px 24px; */
    border-radius: 50%;
    /* width: 45px; */
    /* height: 45px; */
    /* text-align: right; */
}

ul.sm-share li:hover {
    /* background: white; */
}

ul.sm-share li.label {
    background: transparent;
    color: #d6d6d6;
    font-size: 21px;
    padding: 0;
    margin-right: 15px;
}

ul.sm-share a {
    font-size: 20px;
    /* color: white; */
    /* padding: 13px 20px !important; */
    display: block;
    /* text-align: right; */
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

ul.sm-share li {
    background: #ffc107;
    color: white;
}

ul.sm-share li i {
    color: white;
}


/* Gallery */

#gallery section.img {
    position: relative;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 5px !important;
    padding: 0;
}

.bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper ol,
.bx-wrapper ul {
    list-style: none;
}

.thumbnails {
    overflow: hidden;
    margin-bottom: 0.5rem;
    text-align: center;
    position: relative;
    height: 160px;
    padding: 1px 0;
    background-color: #F8F7F6;
}

.thumbnails .nav a.previous {
    left: 0;
    opacity: 0.85;
    z-index: 1;
}

.thumbnails .nav a {
    background-color: #ffc323;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 35%;
    z-index: 10;
}

.thumbnails .nav a.next {
    right: 0;
    opacity: 0.85;
    z-index: 1;
}

.thumbnails .nav a.previous img {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.thumbnails .nav a.next img {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.thumbnails ul {
    overflow: auto;
    width: 600px;
}

.thumbnails li {
    float: left;
    width: 10%;
    margin-right: 1px;
    min-width: 70px;
    list-style: none;
}

.tos-close {
    height: 40px;
    top: 109px !important;
    z-index: 9999999999999;
    right: 20px;
    background: #154086;
    opacity: 1!important;
    border: 1px solid white;
}


/* FOOTER */

footer#main-footer {
    margin-top: 35px;
}

.copyright {
    color: white;
    text-align: center;
    padding-bottom: 10px;
}

.copyright p {
    line-height: 23px;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

div#footer-widgets h4 {
    color: white;
}

div#footer-widgets ul li:before {
    list-style: none;
    display: none;
}

div#footer-widgets ul li {
    padding: 0 !important;
}

#et-footer-nav {
    background-color: #0caa9d;
}

.social-links {
    color: white;
    width: auto;
    float: none;
    display: table;
    margin: 0 auto;
}

.social-links a {
    color: white;
    display: table;
    margin-right: 10px;
}

.social-links a:last-child {
    margin-right: 0;
}

.social-links a i {
    font-size: 35px;
}

.social-links a {
    display: inline-block;
}


/* HOME */


/* CONTACT FORM */

div#contact-form {
    margin-top: 35px;
}

div#contact-form input {
    padding: 10px;
    width: 100%;
    border: 1px solid #8d8d8d !important;
}

div#contact-form textarea {
    width: 100% !important;
    height: 104px;
}

div#contact-form label {
    width: 100%;
    font-weight: bold;
    color: #666666;
}

div#contact-form .wpcf7-submit {
    border: 0;
    color: white;
    font-weight: bold;
    background: #0caa9d;
    border-radius: 25px;
    border: 0 !important;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    background: #0caa9d96 !important;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

span.wpcf7-list-item input {
    width: auto !important;
}

span.wpcf7-list-item label {
    font-weight: normal !important;
    font-size: 12px;
}


/* TABLE */

.entry-content tr td,
body.et-pb-preview #main-content .container tr td {
    border-top: 0;
    padding: 6px 24px;
}


/*
    *  MOBILE
    */

@media(max-width:981px) {}

@media(min-width:981px) {}

@media (min-width:1100px) and (max-width:1500px) {}