/*
Theme Name: Photoshare WP
Theme URI: https://anthemes.com/themes/photoshare/
Description: Photoshare - Blog Story & Photos Download WordPress Theme
Version: 1.1
Author: An-Themes
Author URI: https://themeforest.net/user/an-themes/portfolio
Tags: sticky-post, right-sidebar, custom-colors
Text Domain: photoshare-wp
Tested up to: 8.1
Requires PHP: 7.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

------------------------------------------------ 

				0.	CSS Reset 
				1.	Layout
				2.  Header
				3.  Home Content
				4.  Entry Content
				5.  Sidebar & Widgets
				6.  Comments
				7.  Contact Form
				8.  Custom Pages 
			    9.  Footer
			   10.  Shortcodes

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

/*-----------------------------------------------------------------------------
----------------------------- 0 - CSS Reset -----------------------------------
-----------------------------------------------------------------------------*/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
form,
li,
ul,
ol,
p,
input,
select,
legend,
textarea,
fieldset { 
    margin:0; 
    padding:0;
}

ul, 
ol { 
    list-style-type: none; 
}

:focus { 
    outline: 0;
}

ins { 
    text-decoration: none; 
}

del { 
    text-decoration: line-through; 
}

img { 
    border:none;
}

h1,
h2,
h3,
h4,
h5,
h6 { 
    line-height:26px;
    font-family: 'Oswald', sans-serif, Helvetica, Arial; 
}

h1 { 
    font-size: 29px; 
}

h2 { 
    font-size: 24px; 
}

h3 { 
    font-size: 18px; 
}

h4 { 
    font-size: 16px; 
}

h5 { 
    font-size: 14px; 
}

h6 { 
    font-size: 12px; 
}

pre { 
    background: url(images/bg_pre.png); 
    line-height: 20px; 
    font-size: 12px; 
    display: block;  
    margin: 14px 0; 
    overflow:hidden; 
    padding: 21px 18px 18px 18px;  
}

pre:hover { 
    overflow:scroll;
}

strong { 
    font-weight: bold;
}

fieldset { 
    border: none;
}

.clear { 
    clear:both; 
    display:block;
}

.sleft { 
    float:left;
}

.sright { 
    float:right;
}

iframe { 
    border: 0 !important;
}

input[type="email"],
input[type="number"],
input[type="search"],
textarea,
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] { 
    -webkit-appearance: none; 
    height:40px; 
    font-size: 14px; 
    font-weight: bold; 
}


/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/

* { 
    margin: 0; 
    padding: 0; 
}

html body { 
    font: 14px/22px 'Roboto', sans-serif, Helvetica, Arial; 
    font-weight: 400; 
    -webkit-text-size-adjust: none; 
    overflow-x:hidden; 
}

/* - Boxed background - */
.boxed-background {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #fff;
}

/* - Header - */
header { 
    width: 100%; 
    height: 60px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.main-header { 
    width: 1520px; 
    margin: 0 auto; 
 }

.main-header span.menu-text { 
    font-weight: bold;
    margin: 27px 0 0 35px;
    float: left;
    color: #fff;
    font-size: 16px;
} 

.wrap-center { 
    width: 1320px; 
    height: auto; 
    margin: 0 auto; 
}

.wrap-middle { 
    width: 1320px; 
    height: auto; 
    margin: 0 auto; 
}


/* - Layout content - */
.wrap-fullwidth { 
    width: 1520px; 
    height: auto; 
    margin: 50px auto 70px auto; 
} 

.wrap-fullwidth-bg { 
    width: 1516px; 
    height: auto; 
    margin: 50px auto 70px auto; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}

.wrap-fullwidth-bg .entry { 
    width: auto; 
    padding: 0 135px 25px 135px;
} 

.single-fw-bg { 
    padding-bottom: 30px; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}

.halfpage { 
    width: 570px; 
    padding: 0 15px;
}

.halfpage .entry { 
    width: auto; 
    padding: 0 85px 0 85px;
}


/* .page-content */
.single-content { 
    width: 1120px; 
    float: left; /* right/left */
    padding: 0 0 25px 0; 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}           

.sidebar { 
    width: 350px; 
    float: left; 
    margin-left: 0; 
    margin-top: -35px; 
} 

.sidebar-sticky { 
    width: 350px; 
    float: left; 
    margin-left: 0; 
} 


/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Logo Image -- */
.logo { 
    float: left; 
    max-height: 70px; 
    padding-right: 20px;
    padding-left: 20px; 
    margin-top: -10px;
    border-bottom-left-radius: 3px;
} 


/* The Modal (for search) */
.modal { 
    display: none; 
    position: absolute; 
    z-index: 1001; 
    padding-top: 75px; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    overflow: auto; 
}

/* Modal Content */
.modal-content { 
    width: 1520px; 
    height: 100px; 
    border-radius: 5px; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative; 
    padding: 0;  
    -webkit-animation-name: animatetop; 
    -webkit-animation-duration: 0.4s; 
    animation-name: animatetop; 
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop { from {top:-300px; opacity:0;} to {top:0; opacity:1;}  }
@keyframes animatetop { from {top:-300px; opacity:0;} to {top:0; opacity:1;} }

/* The Close Button */
div.modal-content .close   { 
    padding: 4px 10px; 
    float: right; 
    font-size: 23px; 
    font-weight: bold; 
    margin: -44px 15px 0 0;
}

div.modal-content .close:hover, 
div.modal-content .close:focus { 
    text-decoration: none; 
    cursor: pointer; 
} 


/* -- Search -- */
#searchform2 { 
    height: auto; 
    border-radius: 5px; 
}

#searchform2 #s { 
    font-weight: bold; 
    height: 40px; 
    float: left; 
    border: none; 
    padding: 2px 20px 0 20px; 
    font-size: 13px; 
    border-top-left-radius: 3px; 
    border-bottom-left-radius: 3px; 
}

#searchform2 .buttonicon   { 
    width: 42px; 
    height: 42px; 
    position: absolute; 
    background:url(images/btn_search.png) 12px 14px no-repeat; 
    float: right; 
    border: none; 
    text-align: center; 
    font-weight: bold; 
    font-size: 0px; 
    border-top-right-radius: 2px; 
    border-bottom-right-radius: 3px;
}

#searchform2 .buttonicon:hover   { 
    cursor: pointer;  
}


/* -- Big Search -- */
#searchform #search { 
    width:600px; 
    height: 40px; 
    display: block; 
    padding-top: 30px; 
    margin: 0 auto 0 auto; 
    border:none; 
    box-shadow: none; 
}

#search #s { 
    float: none;  
}

#searchform input { 
    text-align: center; 
    font-weight: bold; 
    font-size: 22px; 
} 

#searchform ::placeholder {
    color: #DDD !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    opacity: 1;
}

 
/* -- Top Header Menu -- */
.ant-responsive-menu {
    width: auto; 
    height: 60px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 700;
    float: left;
    margin: 0;
    padding: 0 20px 0 15px;
    border-bottom-right-radius: 4px;
    z-index: 2001; 
    position: relative;
} 

/*Top level menu link items style*/
.ant-responsive-menu>li {
    display: block;
    float: left;
    padding: 0;
    margin-right: 5px;
    padding: 12px 0 0 0; 
}

.ant-responsive-menu>li>a {
    text-transform: uppercase;
    display: block;
    padding: 3px 17px 3px 17px !important;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.ant-responsive-menu>li>a i {
    float: left;
    margin: 7px 4px 0 0 !important;
    padding: 0 2px 0 0;
    font-size: 12px;
    opacity: 1;
}

.ant-responsive-menu li.current_page_item a {
    border-radius: 3px;
}

.ant-responsive-menu li.current-menu-ancestor a {
    border-radius: 3px;
}

.ant-responsive-menu li:hover a {
    border-radius: 3px
}

.ant-responsive-menu li.current-menu-item a {
    border-radius: 3px; 
}

.ant-responsive-menu li.current-post-parent a {
    border-radius: 3px;
}

.ant-responsive-menu li .menu-active {
    position: relative;
}

.ant-responsive-menu>li>a>.arrow:before {
    float: right;
    margin: 0px -12px 0 5px !important;
    display: inline;
    font-size: 9px;
    height: auto;
    font-family: "Font Awesome 6 Free";
    content: "\f0c9";
    font-weight: 900;
    text-shadow: none;
    width: 10px;
    display: inline-block;
}

/*1st sub level menu*/
.ant-responsive-menu li ul {
    padding: 10px 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    position: absolute;
    z-index: 201;
    margin-left: 0px;
    border-top: none;
    display: none;
    -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
}

.ant-responsive-menu li ul.sub-menu>li a.arrow {
    border-bottom: none;
    margin-top: -5px;
    padding-bottom: 0px !important;
}

.ant-responsive-menu li ul.sub-menu li>a>.arrow:before {
    font-family: 'Font Awesome 6 Free';
    font-size: 12px;
    content: "\f105";
    font-weight: 900;
}

.ant-responsive-menu>li>ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    padding: 15px 0;
    margin: -2px 0 0 0;
    position: absolute;
    z-index: 201;
}

.ant-responsive-menu li ul.sub-menu>li {
    width: 185px;
}

.ant-responsive-menu li ul.sub-menu li a {
    margin: 0px 4px;
    padding: 5px 9px;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    height: auto;
    line-height: 1.4em;
}

.ant-responsive-menu li ul.sub-menu li:last-child a {
    border: none;
}

.ant-responsive-menu>li>ul.sub-menu>li {
    position: relative;
}

.ant-responsive-menu>li>ul.sub-menu>li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: -10px;
    display: none;
    list-style: none;
}

.ant-responsive-menu>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: -10px;
    display: none;
    list-style: none;
}

.ant-responsive-menu>li>ul.sub-menu li>a>.arrow:before {
    float: right;
    margin-top: -17px;
    margin-right: -18px;
    display: inline;
    font-size: 12px;
    font-family: 'Font Awesome 6 Free';
    height: auto;
    content: "\f105";
    font-weight: 900;
    text-shadow: none;
}

/* -- Menu Toggle Btn -- */
.menu-toggle {
    display: none;
    float: left;
    width: 100%;
    position: relative;
    z-index: 3301;
}

.menu-toggle .icon-bar {
    display: block !important;
    width: 18px;
    height: 2px;
    background-color: #F5F5F5 !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin: 3px;
}

.menu-toggle .icon-bar:hover {
    background-color: #F5F5F5 !important;
}

.menu-toggle #menu-btn {
    float: right;
    background: #111;
    border: 1px solid #0C0C0C;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    margin: -54px 20px 0 0;
    position: relative;
    z-index: 202;
}

.anthide-menu { 
    display: none; 
}

/* -- Chrome CSS -- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ant-responsive-menu li ul.sub-menu>li a.arrow {
        margin-top: -3px;
    }

    .ant-responsive-menu>li>a>.arrow:before {
        margin-top: 1.5px !important;
    }
}


/* -- Responsive Menu Styles -- */
@media screen and (max-width: 1232px) {
    .ant-responsive-menu { 
        float: right; 
        text-align: left;
        opacity: 0; 
        padding: 10px 12px 20px 20px;
        margin-top: 50px;  
        right: 20px; 
        width: 220px;
        height: auto; 
        position: absolute; 
        z-index: 201; 
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 5px;
    }

    .ant-responsive-menu li a { 
        padding: 5px 10px 5px 0px !important;
    }

    ul.ant-responsive-menu li.current-menu-parent>a>.arrow:before,
    ul.ant-responsive-menu li.current-menu-parent>a>.arrow,
    ul.ant-responsive-menu li.current_page_item>a>.arrow:before,
    ul.ant-responsive-menu li.current_page_item>a>.arrow {
        display: inline !important;
    }

    .ant-responsive-menu li:last-child { 
        border: none; 
    }

    .ant-responsive-menu > li { 
        float: left;
        padding: 5px 0;
        width: 100%;
    }

    .ant-responsive-menu li.nav-separator { 
        display: none;
    }

    .ant-responsive-menu li a.arrow { 
        padding: 15px 30px !important; 
        margin-top: -15px;
        margin-bottom: -15px; 
    }

    .ant-responsive-menu li ul.sub-menu > li a.arrow { 
        margin-top: 2px !important;
        float: right;
        right: -4px;
        position: relative;
    }

    .ant-responsive-menu > li > a > .arrow:before { 
        font-family: 'Font Awesome 6 Free'; 
        float: right; 
        content: "\f105"; 
        font-size: 18px !important; 
        width: 20px; 
        font-weight: 900; 
        color: #FFF !important; 
    }

    .ant-responsive-menu li ul.sub-menu > li a.arrow:before {
        width: 0px;
    }

    li.menu-active > a > .arrow:before { 
        font-family: 'Font Awesome 6 Free'; 
        content: "\f107"; 
        font-weight: 900; 
    }   

    .ant-responsive-menu li ul.sub-menu > li { 
        width: 101%; 
        margin-left: -0.5%; 
        padding-bottom: 0px; 
        padding-top: 0px; 
    }

    .ant-responsive-menu li ul.sub-menu li ul.sub-menu li a { 
        padding-left: 15px; 
    }  

    .ant-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a { 
        padding-left: 15px; 
    }  

    .ant-responsive-menu > li > ul.sub-menu { 
        width: auto;
        position: static; 
        padding: 0px;
        margin: 5px 0 0px 10px !important;
        float: left;
    }

    .ant-responsive-menu > li > ul.sub-menu > li ul.sub-menu { 
        position: static; 
        padding-top: 5px; 
        padding-bottom: 0px; 
        margin-left: 15px;
    }

    .ant-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu { 
        position: static; 
        padding-top: 0px; 
        padding-bottom: 0px; 
    }

    .ant-responsive-menu li ul.sub-menu li.menu-active > a > .arrow:before { 
        font-family: 'Font Awesome 6 Free'; 
        content: "\f107"; 
        font-weight: 900; 
    } 
    .ant-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
        margin-right: -53px;
        font-size: 18px !important;
    }
} 


/* -- Top social icons -- */
ul.top-social {
    width: auto;
    float: right;
    margin: 0;
    height: 60px; 
    padding: 0 15px 0 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    z-index: 2;
}

.top-social li {
    float: left;
    line-height: 15px;
    font-size: 17px;
    margin-top: 6px;
    text-align: center;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.1); 
}

.top-social li i {
    padding: 12px 8px;
}

ul.top-social li.search:hover {
    cursor: pointer;
}

ul.top-social li.search {
    height: 26px; 
    margin-top: 14px; 
}

ul.top-social li.search i {
    margin-top: -8px;
}

ul.top-social:hover li {
    opacity: 1;
}


.top-social li:hover,
.top-social li:focus {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
} 

div.modal-content .close:hover,
div.modal-content .close:focus {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/* -- Login & Register -- */
.lrm-nice-checkbox__indicator { 
    width: 16px; 
    height: 16px; 
}

.lrm-font-svg .lrm-form .hide-password, 
.lrm-font-svg .lrm-form .lrm-ficon-eye { 
    padding: 11px 11px; 
}

@media only screen and (min-width: 600px) {
    .lrm-col { 
        padding: 0 1% 0 !important; 
    }

    .lrm-col-half-width, 
    .lrm-col-1-2 { 
        width: 48% !important; 
    }
}

.lrm-nice-checkbox__label .lrm-nice-checkbox__indicator::after {
    border-width: 0 2px 2px 0 !important;
}

div.entry .lrm-user-modal-container {
    width: 100%;
    margin: 60px 0 0 0;
} 

div.entry .lrm-signin-section.is-selected {
    margin-bottom: 50px;
}

div.entry .lrm-reset-password-section.is-selected {
    margin-bottom: 50px;
}

div.entry p.lrm-form-bottom-message {
    bottom: 0px !important;
    font-size: 14px !important;    
}

div.entry p.lrm-form-message {
    line-height: 24px !important;
    font-size: 16px !important;
    padding: 0.35em 0 0.3em 0.8em !important; 
    margin: 5px 0 20px 0 !important;
}

.lrm-form-message {
    margin: 5px 0 20px 0 !important;
}

.lrm-form button[type="submit"], .lrm-form #buddypress input[type="submit"], .lrm-form input[type="submit"] {
  font-size: 18px !important; 
}

.lrm-user-modal-container { 
    max-width: 440px;
    margin: 6em auto 4em;
}


/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/

/* - Sub header content - */
.sub-header {
    width: 100%;
    height: 780px;
    margin: -70px auto 0 auto;
    background-color: #111;
}

.sub-header-wrap {
    width: 1520px;
    height: 780px;
    margin: 0 auto; 
    clear: both;
}

.sub-header-bottom {
    width: 100%;
    height: 570px;
    margin: 0 auto;
    background-color: #111; 
}

.sub-header-bottom-wrap {
    width: 1520px;
    height: auto;
    margin: 0 auto; 
}

.sub-header-right {
    width: 950px;
    height: 780px;
    margin-top: -60px; 
    float: right;
}

.sub-header-left {
    width: 550px;
    height: 720px;
    float: left; 
    border-right: 20px solid #000;
}

.sub-hl-details {
    margin: 130px 60px 0 0;
    float: left;
}

.sub-hl-details h1 {
    color: #fff;
    width: 100%; 
    display: inline-block;     
}

.sub-hl-details h1 a {
    color: #fff;
    font-size: 1.8em;
    line-height: 1.1em; 
    z-index: 4;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
    display:initial; 
    background-position:0 89%;
    background-repeat:no-repeat;
    background-size:100% 4px;
    color:inherit;
    text-decoration:none;
    -webkit-transition:background-size .6s ease-out;
    -o-transition:background-size .6s ease-out;
    transition:background-size .6s ease-out
}

.sub-hl-details h1 a:hover {
 background-repeat:no-repeat;
 background-size:0 4px; 
}

.sub-hl-details p {
    color: rgb(239, 239, 239, 1);
    font-size: 24px;
    line-height: 32px; 
    z-index: 4;
    float: left; 
    margin-top: 25px;
}

a.sub-header-btn {
  text-align: center;
  width: 150px;
  border-radius: 5px;
  color: #fff !important;
  font-size: 16px;
  padding: 12px 30px;
  display: block;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  float: left;
  margin-top: 25px;
}

a.sub-header-btn:hover {
    padding: 12px 60px;
}

a.sub-header-btn:hover {
    background-color: #000 !important;
    color: #fff !important;
}


/* - Header users section - */
.sub-header-users {
    width: 950px;
    height: 90px;
    float: right;
    margin-top: -90px;
    background-color: #000;
    position: relative; 
}


/* -- Top Authors -- */
.anauthors {
    width: 100%; 
    height: 45px; 
    position: relative;
    z-index: 2;
}

ul.anlist-authors {
    width: auto;
    float: left;
    margin-left: 7px;
    margin-top: 18px;
}

ul.anlist-authors li {
    width: 45px;
    height: 45px;
    float: left;
    margin: 0 33px 20px 0;
}

ul.anlist-authors li img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 5px;
}  

ul.anlist-authors li div.tooltiptext {
    visibility: hidden;
    padding: 10px 5px;
    width: 130px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    top: 75px;
    margin-left: -41px;
}

ul.anlist-authors li div.tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
}

ul.anlist-authors li:hover div.tooltiptext {
    visibility: visible;
}

ul.anlist-authors li:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
}

a.circle-new-author { 
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
    padding: 5px;
    text-align: center;
    margin-top: 17px;
    transition: all 0.3s; 
}

a.circle-new-author i {
    margin-top: 14px;
    color: #fff;
    font-size: 18px;
}

a.circle-new-author:hover {
    background-color: #111111 !important;
    border: none;
}

a.circle-new-author:hover i {
    color: #fff !important;
} 

 
/* - Home Menu section - */
.home-menu-wrap {
    width: 100%;
    height: 240px;
    background-color: #000;
    margin: 0 auto;
}


/* -- Home Title Animation -- */
.home-menu-wrap div.middle-home-title {
    padding-top: 75px;
}

.home-menu-wrap .text-type-animation { 
    font-size: 50px;
    color: #fff;
}

.home-menu-wrap div.middle-home-title p { 
    font-size: 18px;
    margin: 5px auto 0 auto;
    color: rgb(239, 239, 239, 1);
    line-height: 32px; 
}


/* -- Index Title Animation -- */
div.middle-home-title {
    font-weight: 700;
    margin: 0px auto;
    height: auto;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    max-width: 1230px;
}  

.text-type-animation { 
    font-size: 38px; 
    font-family: 'Oswald', sans-serif, Helvetica, Arial;
}

.txt-rotate > .wrap { 
    border-right: 1px solid #000; 
}

div.middle-home-title p  { 
    font-weight: 400;
    font-size: 17px;
    margin: 5px auto 5px auto; 
    line-height: 26px;
    width: 80%; 
}

div.middle-home-title p a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 4px;
  text-decoration-skip-ink: none;
  text-underline-offset: -1px;
  color: #4a4a4a; 
} 

div.middle-home-title p a:hover {
   color: #000;
} 

.marginindex {
    width: 100%;
    height: 1px;
    clear: both;
    margin-bottom: 30px;
} 


/* -- Home content -- */
.home-content { 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 60px;
}

.home-content div.entry { 
    width: 90%;
    margin: 0px auto !important; 
    padding: 30px 0 !important; 
}

body.page-template-template-home-full .home-content div.entry { 
    width: 92% !important; 
}


/* -- Menu home-links (home) -- */
div.photoshare-wp-secondary-menu {
    width: 100%;
    height: auto; 
    text-align: center;
    margin-top: 57px;
}

ul.menu-home-links li {
    font-weight: 500; 
    font-size: 16px;
    display: inline-block;
} 

ul.menu-home-links li a { 
    color: #fff !important; 
    padding: 12px 25px 10px 25px;   
    background-color: #111;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

ul.menu-home-links li a i {
    font-size: 10px;
    margin-right: 2px;
    top: -2px;
    position: relative;
}

ul.menu-home-links li a:hover {
    color: #fff !important;
    background-color: #000; 
} 


/* -- Home with sidebar -- */
.home-width-sidebar {
    width: 1160px;
    float: right; 
}

.home-sidebar {
    width: 350px;
    height: auto;
    float: left; 
}

div.home-sidebar .widget {
    margin-left: 0px;
}


/* -- Modern Grid share with Sidebar -- */
ul.modern-grid-sidebar {
    width: 1160px; /* -- +35px- */
    margin-left: -35px;
    float: right; 
}

ul.modern-grid-sidebar li,
ul.modern-grid-sidebar div.photoshare-img-zoom {
    width: 255px !important;
} 

ul.modern-grid-sidebar li img {
    width: 255px !important;
    min-height: 255px; 
}

li.author-box-post {
    width: 587px !important;   
}

li.author-box-post .author-meta {
    margin-top: 0px;
}

li.author-box-post .author-left-meta {
    width: 85px;
    height: 85px; 
    margin: 0 auto 15px auto; 
    float: none;
    padding: 0px;
}

li.author-box-post .author-left-meta img.avatar {
    width: 75px !important;
    height: 75px !important;
    min-height: 75px;
    border-radius: 50%;
    border: 5px solid #FFF;
    filter: alpha(opacity=1);
    opacity: 1;
    position: relative;
    -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
}

li.author-box-post .author-info {
    width: auto;
    height: auto;
    font-size: 16px;
    margin: 0px;
}

li.author-box-post .author-info h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 25px;
}

li.author-box-post .author-info p {
    padding: 10px 0 15px 0;
    font-size: 17px;
    line-height: 1.75;
    padding-right: 0px !important;
    -ms-word-wrap: break-word;
    word-wrap: anywhere;
    text-align: center;
    margin-left: 0px;
}

li.author-box-post ul.author-social-top { 
    display: block;
    text-align: center;
    margin: 0 auto !important;
    float: none;
}

li.author-box-post .author-meta-entry {
    padding: 30px 30px 35px 30px;
}

li.author-box-post .author-info a.author-link {
    text-align: center;
    display: inline-block;  
}

li.author-box-post .author-info a.author-link:hover {
    text-decoration: underline;
}

li.author-box-post ul.author-social-top li { 
    width: auto;
    height: 30px !important;
    min-height: 30px;
    float: none;
}


/* -- Modern Grid share-- */
ul.modern-grid-share {
    width: 1555px;
    margin-left: -35px;
    float: left;
    height: auto;
}

ul.modern-grid-share li,
ul.modern-grid-sidebar li {
    width: 276px; 
    height: auto;
    float: left;
    text-align: center;
    margin-left: 35px; 
    margin-bottom: 35px; 
    border-radius: 4px;
}

div.photoshare-img-zoom {
    position: relative; 
    overflow: hidden;
    width: 276px;
    border-radius: 4px;  
}

ul.modern-grid-share li img,
ul.modern-grid-sidebar li img {
    width: 276px;
    min-height: 276px;    
    object-fit: cover; 
    border-radius: 4px;
     transition: all 0.3s;
    display: block;
    transform: scale(1);

}  

div.photoshare-img-zoom:hover img{ 
    transform: scale(1.1);
}

ul.modern-grid-share li div.top-content,
ul.modern-grid-sidebar li div.top-content { 
    height: auto;
    margin: -45px auto 0 auto; 
    position: relative;
}

ul.modern-grid-share li div.top-content h2,
ul.modern-grid-sidebar li div.top-content h2 {
    width: 86%;
    margin: 0 auto;
    display: grid;
}

ul.modern-grid-share li div.top-content h2 a,
ul.modern-grid-sidebar li div.top-content h2 a {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .0625rem;
    word-break: break-word;
    background-color: #fff;
    display: inline-block;
    padding: 12px 10px 0 10px;
    position: relative;
    z-index: 1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: all 0.3s;
} 

ul.modern-grid-share li div.top-content h2 a:hover,
ul.modern-grid-sidebar li div.top-content h2 a:hover {
    text-decoration: underline; 
}

/* -- Home ribbon category -- */
ul.modern-grid-share div.article-category,
ul.modern-grid-sidebar div.article-category {
    float: none; width: 100%; text-align: center; margin-bottom: 1px; height: 18px; font-weight: 500; font-size: 10px; line-height: 20px; text-transform: uppercase;
}

ul.modern-grid-share .article-category a,
ul.modern-grid-sidebar .article-category a {
    padding: 4px 10px;
    border-radius: 2px;
}

ul.modern-grid-share .article-category:hover,
ul.modern-grid-sidebar .article-category:hover { 
    opacity: 0.9;
}


/* -- Download Button -- */
.photoshare-home-download {
    width: 100%;
    height: 30px; 
    transition: all 0.3s;
    position: absolute;
    visibility: hidden;
}

.photoshare-home-download a {
  display: inline-block;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 0 5px 0;
  width: 140px;
  text-align: center;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  transition: all 0.3s;
}

.photoshare-home-download a i {
    margin-right: 5px;
    font-size: 14px;
}

ul.modern-grid-share li:hover div.photoshare-home-download,
ul.modern-grid-sidebar li:hover div.photoshare-home-download {
    visibility: visible; 
    margin-top: -60px;
}

ul.modern-grid-share li div.home-post-date,
ul.modern-grid-sidebar li div.home-post-date { 
    float: left;
    color: rgb(148, 148, 148, 1);
    margin: 23px 0 0 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 20px;
}

div.photoshare-date { margin-top: 8px; text-align: center; font-size: 12px; color: #222; font-weight: 500; }
div.photoshare-date i { font-size: 9px; padding-right: 3px; text-shadow: none;  }

.fa-clock::before {
    content: "\f017";
    position: relative;
    top: -1px !important;
}

i.fa-share-alt-square { 
    margin-left: 12px;
    width: 5px;
    height: 7px;
    margin-right: 2px; 
}

.fa-share-alt-square::before {
    content: "\f1e1";
    top: -1px !important;
    position: relative;
} 

ul.modern-grid-share li .no-imagepost,
ul.modern-grid-sidebar li .no-imagepost {
    width: auto; 
    padding: 90px 0 80px 0;
    background-color: #fafafa;
    border-radius: 4px;
    margin-top: 0px !important;
    margin-bottom: -15px;
}

ul.modern-grid-share li div.no-imagepost h2 a,
ul.modern-grid-sidebar li div.no-imagepost h2 a {
    padding: 12px 5px 12px 5px;
}


/* - Modal social Share -*/
.popup {
    position: absolute;
    left: 50%;
}

button {
    outline: none;
    cursor: pointer;
    border:0px;
}

span.boldbtn {
margin-top: 8px;
  text-align: center;
  font-size: 12px;
  color: #222;
  font-weight: 500 !important;
  font-family: 'Roboto', sans-serif, Helvetica, Arial; 
}

.view-modal { 
    background: transparent;
    display: inline-block;
    margin: -20px 15px 0 0;
    right: 0;
}

.popup {
    background: rgb(255, 254, 254);
    padding: 35px;
    border-radius: 15px;
    top: 10%;
    max-width: 270px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    transform: translate(-50%, -50%) scale(1.2); 
}

.popup.show {
    top: 0%;
    left: 50%;
    opacity: 1;
    pointer-events: auto;
    transform:translate(-50%, -50%) scale(1);
    transition: top 0s 0s ease-in-out,
                opacity 0.2s 0s ease-in-out,
                transform 0.2s 0s ease-in-out;
    position: relative;
    z-index: 2;
}

.popup :is(.icons, .field) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf9;
}

div.modal-header span {
    font-size: 21px;
    font-weight: 600;
}

div.modal-header .close, .icons a {
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
} 

div.modal-header .close {
    font-size: 16px;
    background: #f3f3f3;
    height: 33px;
    width: 33px;
    cursor: pointer;
    float: right;
    margin: -20px;
}

div.modal-header .close i {
    color: #878787 !important;
    padding-right: 0px !important;
}

div.modal-header .close:hover i { 
    color: #333 !important;
}

.popup .content {
    margin: 0 0 20px 0;
}

.popup .icons {
    margin: 15px 0 20px 0;
}

.content p {
    font-size: 14px !important;
    color: #333 !important;
    font-weight: bold;
    margin-top: -10px !important;
}

.content .icons a{
    height: 44px;
    width: 44px; 
    text-decoration: none;
    border: 1px solid transparent; 
    transition: all 0.3s;
}

div.popup i { 
    font-size: 16px !important;
}

.icons a i{
    transition: transform 0.3s ease-in-out;
    text-align: center;
}

.icons a i.fa-paper-plane {
    padding-right: 2px;
}

.icons a i.fa-x-twitter {
    padding-left: 2px;
}

.icons a i.fa-whatsapp {
    padding-left: 3px;
}

.icons a i.fa-facebook-f {
    padding-left: 2px;
}

.icons a i.fa-pinterest-p {
    padding-top: 2px;
    padding-left: 2px;
}

.icons a:nth-child(1){ 
    border-color: #25D366;
    font-size: 18px;
}

.icons a:nth-child(1) i {
    color: #25D366 !important;
    font-size: 18px !important;
}

.icons a:nth-child(1):hover {
    background: #25D366;
}

.icons a:nth-child(-n + 5):hover i{
    color: #fff !important;
}

.icons a:nth-child(2){ 
    border-color: #1877F2;
}

.icons a:nth-child(2) i{
    color: #1877F2 !important; 
}

.icons a:nth-child(2):hover{
    background: #1877F2;
}

.icons a:nth-child(3){
    border-color: #000;
}

.icons a:nth-child(3) i {
    color: #000 !important;
}

.icons a:nth-child(3):hover{
    background: #000;
}

.icons a:nth-child(4){
    border-color: #ca212a;
    font-size: 18px;
}

.icons a:nth-child(4) i {
    color: #ca212a !important;
}

.icons a:nth-child(4):hover{
    background: #ca212a;
}

.icons a:nth-child(5){
    border-color: #0088cc;
    font-size: 18px;
}

.icons a:nth-child(5) i{
    color: #0088cc !important;
}

.icons a:nth-child(5):hover{
    background: #0088cc;
}

.icons a:hover{
    color: #fff !important;
    border-color: transparent;
}

.icons a:hover i{
    transform: scale(1.1);
}

.content .field{
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #757171;
}

div.popup div.content div.field input { 
    border: none !important;
}

.field.active{
    border-color: #7d2ae8;
}

.field i{
    width: 50px;
    font-size: 18px;
    text-align: center;
}

.field.active i{
    color: #7d2ae8;
}

.field input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    padding-left: 5px;
}

.field button{
    color: #fff;
    padding: 5px 18px 6px 18px;
    font-weight: bold;
    border-radius: 4px;
    margin-right: 4px;
    transition: all 0.3s;
}


/* -- Default pagination -- */
.defaultpag {  
    width: 350px; 
    text-align: center; 
    margin: 5px auto 0px auto; 
    font-weight: 500; 
}

.defaultpag a { 
    font-size: 15px; 
    display: inline-block; 
    text-align: center; 
    width: 65px;
    height: 65px;
    margin-left: 10px; 
    margin-right: 10px; 
    border-radius: 50%; 
    line-height: 24px; 
}

.defaultpag a i { 
    color: #FFF;
    font-size: 22px;
    margin: 22px 0 0 0;
}

 
/* -- Pagination Tooltiptext -- */
body.paged div.defaultpag a > div.tooltiptext { 
    display: none;
}

div.defaultpag a > div.tooltiptext {
    visibility: hidden; 
    padding: 3px 0;
    width: 100px;
    font-size: 12px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    margin-top: 30px;
    margin-top: 30px; 
    margin-left: -17px;
} 

div.defaultpag a > div.tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
}

div.defaultpag:hover div.tooltiptext {
    visibility: visible;
} 

#nav-below { 
    display: none;
}


/* -- infinite scroll Pagination -- */
#infscr-loading {
    max-width: 160px;
    height: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: block;
    position: fixed;
    bottom: 10px;
    right: 40px;
    z-index: 999999;
}

#infscr-loading span {
    margin: 0 0 0 12px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 30px 0 10px;
}

#infscr-loading img {
    display: none;
}

#infscr-loading span i.fa-check {
    font-size: 12px !important;
} 


/* -- Home About boxes -- */
.box-about-full {
    width: 1218px;
    margin: 50px auto 0px auto;
} 

.box-about-full h3 {
    font-size: 34px;
    text-align: center;
    color: #000;
    margin-bottom: 35px;
}

.box-about-full p {
    font-size: 10px;
    text-align: center;
    color: #999;
    margin-top: 3px;
}

a.box-button {
  text-align: center;
  float: none;
  text-decoration: none;
  width: 150px;
  margin: 0 auto;
  border-bottom: medium none;
  border-radius: 5px;
  color: #fff !important;
  font-size: 16px;
  padding: 12px 30px;
  display: block;
  transition: all 0.2s ease-in-out;
  font-weight: 600; 
}

a.box-button:hover {
    padding: 12px 60px;
}

.box-about-wrap {
    width: 1218px;
    margin: 80px auto 0 auto;
}

.box-about-wrap .box-content {
    float: left;
    padding: 35px 25px 25px 25px;
    width: auto;
    height: auto;
}

.box-content img {
    width: 95px;
    float: left;
    margin: 0 15px 70px -10px;
}

.box-content h3 {
    padding-top: 5px;
    font-size: 24px;
    color: #000;
}

.box-content p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
}

.box_about,
.box_about_last { 
    float: left;
    width: 31%;
    height: auto;
    margin-right: 3%; 
    border-radius: 4px;
    background-color: #fafafa; 
}

.box_about_last {
    margin-right: 0;
}


/* -- Home Pending/Comments/likes/ Posts (no posts) -- */
.home-noposts {
    width: 100%;
    height: 30px;
    margin-top: 35px;
}

.home-noposts p {
    text-align: center;
    font-size: 18px;
}


/* -- Featured Carousel -- */  
ul.featured-posts { 
    width: 100%; 
    height: 380px;
    margin-top: 65px;
    margin-bottom: 70px;
    float: left; 
    display: none; 
    overflow: hidden;
    border-radius: 5px; 
    position: relative; 
}

ul.featured-posts li { 
    width: 226px; 
    height: 380px; 
    float: left; 
    overflow:hidden;
    margin-right: 33px; 
    background-color: #000;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,.2);
}

ul.featured-posts li img { 
    width: 226px; 
    height: 380px;
    filter: alpha(opacity=0); 
    opacity: 0.90; 
    object-fit: cover; 
    border-radius: 5px; 
} 


ul.featured-posts li div.photoshare-date {
    margin-top: 5px;
    color: #fff;
    text-align: left;
}


/* -- Home featured title -- */
ul.featured-posts li div.inner-big { 
    display: table; 
    height: 100%; 
    margin: -380px auto 0 auto; 
}

ul.featured-posts li div.inner-cell {
    display: table-cell; 
    padding: 0 25px 0 20px;
    vertical-align: top;  
    position: relative; 
}

ul.featured-posts li h3 { 
    text-align: left; 
    font-size: 22px; 
    font-weight: 400; 
    line-height: 28px; 
    margin: 20px 0 0 0;
} 

ul.featured-posts li h3 a { 
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    color: #FFF !important; 
}

ul.featured-posts li a {
    text-align: center !important;
} 

ul.featured-posts li h3 a:hover {
     text-decoration: underline; 
}


/* -- Slider Nav -- */
ul.featured-posts:hover .owl-prev { 
    opacity: 1; 
    left: -2px;  
    -webkit-transition: 1s; 
    -moz-transition: 1s; 
    transition: 1s;
}

ul.featured-posts:hover .owl-next { 
    opacity: 1; 
    right: -2px; 
    -webkit-transition: 1s; 
    -moz-transition: 1s; 
    transition: 1s; 
}

ul.featured-posts .owl-prev, 
ul.featured-posts .owl-next { 
    margin-top: -213px !important; 
    position: relative; 
    border-radius: 4px; 
    opacity: 0; 
    -webkit-transition: all .3s ease; 
    -moz-transition: all .3s ease; 
    transition: all .3s ease; 
}

.owl-prev i, 
.owl-next i { 
    font-size: 22px;
}

.owl-prev { 
    float: left; 
    left: -5px; 
    position: relative; 
    padding: 17px 14px 14px 12px; 
}

.owl-next { 
    float: right; 
    right: -5px; 
    position: relative;  
    padding: 17px 12px 14px 14px; 
} 

.div-author {
    margin: -40px 0 0 20px;
}

.div-author a {
    float: left;
    color: #fff !important;
    font-size: 12px; 
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
} 

.div-author a:hover {
    text-decoration: underline;
}

.div-author a img.avatar {
    width: 24px;
    height: 24px;
    border-radius: 500%; 
    opacity: 1; 
    float: left;
    margin-right: 10px; 
    opacity: 1;
    padding: 2px;
    border: 1px solid #ddd;
    margin-top: -4px; 
}


/* -- Full responsive Ad -- */
.full-responsive {
    width: 1050px;
    margin: 0 auto;  
    padding: 10px 0; 
    border-radius: 5px;
}

.responsive-area {
    width: auto;
    max-width: 970px;
    height: auto;
    margin: 5px auto 5px auto;
    padding: 35px 25px;
    text-align: center; 
    border-radius: 5px;
}

.responsive-area img {
    width: 100%;
    height: auto;
    margin-bottom: -8px;
}

.responsive-area span {
  font-size: 20px;
  font-weight: bold;
}


/* -- Home 4 posts / featured posts -- */  
.anrow {
    width: 1082px;
    height: 900px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 12px;
    margin: -110px 0 0 -65px; 
} 

.anbox {
  --tx: 0;
  --ty: 22.5%;
  transform: translate(var(--tx), var(--ty));
}

.box-header h3 a,
.box-header2 h3 a {
    color: #fff; 
    display: block;
    font-size: 26px;
    line-height: 34px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    font-weight: 400;
}

.box-header h3 a:hover,
.box-header2 h3 a:hover {
    text-decoration: underline; 
}

.box-header,
.box-header2 {
    width: 300px;  
    position: relative;
    z-index: 1;
    display: block;
    margin: -270px auto 50px auto; 
} 

.box-header2 {
    margin: -220px auto 0 auto; 
}


.box-header div.photoshare-date,
.box-header2 div.photoshare-date {
    color: #fff;
    text-align: left;
}

.anbox:hover img {
  opacity: 0.63;
}

.anbox img {
    width: 550px;
    height: 450px !important;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s ease;
    filter: alpha(opacity=0); 
    opacity: 0.70; 
display: block;
  transform: scale(1);
}

.anbox:hover img{ 
    transform: scale(1.1);
}

.anbox--left {
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 55%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0 55%);
  --tx: 12.5%;
  background-color: #111111;
}

.anbox--right {
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 55%, 0 100%);
          clip-path: polygon(25% 0, 100% 0, 100% 55%, 0 100%);
  --tx: -12.5%;
}

.anbox--lower {
  --ty: -22.5%;
}
.anbox--lower.anbox--left {
  -webkit-clip-path: polygon(0 0, 75% 45%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 75% 45%, 100% 100%, 0 100%);
}
.anbox--lower.anbox--right {
  -webkit-clip-path: polygon(0 45%, 100% 0, 100% 100%, 25% 100%);
          clip-path: polygon(0 45%, 100% 0, 100% 100%, 25% 100%);
}


/* -- Home Gallery / Categories -- */ 
.angallery {
  display: flex;
  height: 770px; 
}
.angallery__strip {
  min-height: 100vh;
}
.angallery__strip__wrapper { 
  background: #111;
  border-right: 2px solid #222;
  position: relative;
  overflow: hidden;
}

@media (min-width: 500px) {
  .angallery__strip__wrapper {
    flex: 0 0 50%;
  }
}
@media (min-width: 320px) {
  .angallery__strip.one {
    animation: 60s move-it ease alternate infinite 5s;
    transform: translateY(2%);
  }
  .angallery__strip.three {
    animation: 70s move-it ease alternate infinite 6s;
    transform: translateY(2%);
  }
  .angallery__strip.two {
    animation: 58s move-it-2 ease alternate infinite 5s;
    transform: translateY(-50%);
  }
  .angallery__strip.four {
    animation: 65s move-it-2 ease alternate infinite 5.5s;
    transform: translateY(-50%);
  }
  .angallery__strip:hover {
    animation-play-state: paused;
  }
  .angallery__strip__wrapper {
    flex: 0 0 21%;
    padding-left: 36px;
  }
}
.anphoto {
  position: relative;
  text-align: right;
  padding-bottom: 3rem;
}
.anphoto__image img {
    width: 90%;
    height: 180px;
    object-fit: cover;
    transform: translateX(30%);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.anphoto__name {
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 2px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  margin-top: -18px;
  transition: 0.4s ease-in-out 0.4s;
  position: relative;
  width: 100%;
}

.anphoto__name a {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

.anphoto:hover .anphoto__image img {
  transform: translateX(0%);
}
.anphoto:hover .anphoto__name,
.anphoto:hover .anphoto__name a{
  color: #fff;
}

@keyframes move-it {
  0%, 90%, 100% {
    transform: translateY(2%);
  }
  45% {
    transform: translateY(-50%);
  }
}
@keyframes move-it-2 {
  0%, 90%, 100% {
    transform: translateY(-50%);
  }
  45% {
    transform: translateY(5%);
  }
}


/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* -- Section download-button -- */
section.download-button     { 
    width: auto; height: auto; text-align: center;
    background-color: #fafafa;
    padding: 25px 0 35px 0;
    border-radius: 5px;
    margin: 40px 0 29px 0;
}

div.entry section.download-button>p { 
    padding: 0px !important; 
    color: #000;
    font-size: 19px;
}

a.btn-download i {
    padding-right: 7px;
} 

a.btn-download {
  border: 2px solid;
  border-radius: 5px; 
  padding: 9px 45px 9px 40px !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  margin: 0 auto;
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s; 
}

a.btn-download:hover {
    background-color: #000 !important;
    color: #fff !important;
    border: 2px solid #000 !important;
} 


/* -- not-found -- */
.not-found {
    width: 390px;
    height: auto;
    margin-bottom: 150px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    border-radius: 5px;
    background-color: #FFF;
    border: 2px solid #f5f5f5;
}

.not-found #searchform #search {
    width: 100%;
    height: 40px;
    display: block;
    margin: 20px auto 0 auto;
    box-shadow: none;
    padding: 10px 0;
    border-radius: 5px;
}

.not-found #searchform input {
    font-size: 18px;
    color: #DDD !important;
    background-color: #fafafa !important;
    border: 1px solid #ddd !important;
}

.not-found #searchform ::placeholder {
    color: #DDD !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    opacity: 1;
}

.not-found h1 {
    font-size: 40px;
    color: #000;
}

.not-found p {
    font-size: 16px;
    padding-top: 25px;
    line-height: 26px;
} 


/* -- Related articles single -- */
h3.related-widget-title {
    display: inline-block;
    width: auto;
    height: 18px;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 35px 6px 35px;
    border-radius: 3px;
    margin-bottom: 24px;
}

.single-related {
    width: 100%;
    height: auto; 
    margin-top: 30px;
    float: left;
    margin-bottom: -20px;
}

.single-related-wrap {
    width: 850px;
    margin: 0 auto; 
} 

.one_half_sr img {
    border-radius: 3px;
}

.one_half_sr {
  padding: 25px 25px 15px 25px;
  background-color: #fafafa;
  border-radius: 5px; 
}

.one_half_sr span {
  color: #999;
  text-align: center !important;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}

.one_half_sr,
.one_half_last_sr {
    float: left;
    width: 300px; 
    margin-right: 50px;
}

.one_half_last_sr {
    width: 450px;
    margin-right: 0; 
}


/* -- Full Width Related (5 cols) 1.1 - */
#full5cols .one_half_last_sr {
    width: 900px; 
    background-color: #f00;
}

/* -- Article widget -- */
#full5cols ul.article_list { 
    width: 880px; 
}

#full5cols ul.article_list li figure.snip1252,
#full5cols ul.article_list li,
#full5cols ul.article_list li img  { width: 194px; } 

#full5cols ul.article_list div.photoshare-img-zoom {
    width: 194px;
} 


/* -- ribbons middle categories - */
.single-category {
    text-align: center;
    min-height: 18px;
    line-height: 20px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.single-category a {
    float: none;
    margin-right: 5px;
    padding: 1.5px 10px 0 10px;
    margin-top: 1px;
    border-radius: 3px;
    display: inline-block;
}

.single-category a:hover {
    opacity: 0.9;
}


/* -- Typography First Content Letter -- */
div.p-first-letter > p:first-child::first-letter {
    float: left;
    font-weight: 500;
    font-size: 20px;
    padding: 19px 18px;
    margin: 5px 20px 0 0;
    border-radius: 3px;
}


/* -- Firefox CSS -- */
@-moz-document url-prefix() {
    div.p-first-letter > p:first-child::first-letter {
        padding: 26px 20px;
    }
}


/* -- Article Title / featured image / meta data -- */
.top-black-article {
    width: 100%;
    height: auto;
    background-color: #111;
    padding: 70px 0 50px 0;
    margin-top: -60px;
}

/* -- Media Content Box-- */
div.media-single-content { 
    width: 600px;
    height: 550px;
    float: left; 
    background-color: #181818;
    border-radius: 5px;
}

div.media-single-content iframe {
    border-radius: 5px;
    width: 100%;
}

.article-meta-data {
    width: 550px;
    height: auto;
    float: right; 
}

.article-meta-data p a {
    color: #fff;
    text-decoration: underline;
}

.article-meta-data p a:hover {
    opacity: 0.5;
}

#full-article {
    width: auto !important;
    float: left !important;
    text-align: center;
}

#full-article .home-ribbon-category,
#full-article .home-author-text,
#full-article .home-post-date { 
    float: none;
    display: inline-block;
}


/* - Top entry - */
img.attachment-photoshare-wp-thumbnail-single-image {
    display: block;
    max-width: 100%;
    min-height: 550px;
    object-fit: cover; 
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transition: all 0.3s;
}

img.attachment-photoshare-wp-thumbnail-single-image:hover,
img.attachment-photoshare-wp-thumbnail-single-image:focus {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .9;
    cursor: zoom-in;
} 

img.fslightbox-source {
    border-radius: 5px;
}

.entry-top {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 0 0; 
}

.entry-top .post-data {
    max-width: 100%;
    margin: 10px auto 0 auto;
    display: inline-block;
}

.entry-top .post-data div.time-article {
    width: auto;
    float: left;
    font-size: 14px;
    padding-bottom: 5px;
    color: #192b33;
    font-weight: 700;
}

.entry-top .post-data div.time-article i {
    font-size: 10px;
    margin-right: 3px;
    text-shadow: none;
    background-color: #FFF;
    border-radius: 50%;
} 


/* -- Home ribbon category -- */
.home-ribbon-category {
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    height: 18px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    float: left;
    display: inline-block;
}

.home-ribbon-category {
    padding: 4px 12px 4px 12px;
    border-radius: 3px;
}


/* -- Home ribbon category -- */
.home-author-text {
    float: left; 
    text-transform: uppercase;
    font-size: 16px;
    margin: 23px 0 0 30px;
}

.home-author-text a {
    font-weight: 500;
}


/* -- home-post-date -- */
.home-post-date {
    float: left;
    color: rgb(148, 148, 148, 1);
    font-size: 16px;
    margin: 23px 0 0 30px;
    font-weight: 500;
    text-transform: uppercase;
}


/* -- Single Share -- */
.single-like-box {
    width: 70px;
    height: 74px; 
    background-color: #fafafa;
    padding: 15px 0;
    border-radius: 5px;
    margin: 355px 0 29px 33px;
    float: left;
    position: absolute;
    clear: both;
    z-index: 1; 
}

.single-like-box .thumbs-rating-container {
  float: right;
  margin: 2px 0 0 15px;
}

.single-like-box .circle-nr {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  float: left;
  border-radius: 50%;
}

.single-like-box .circle-like {
  width: 40px;
  height: 40px;
  margin: -8px 0 0 0px;
  text-align: center;
  line-height: 42px;
  float: left;
  border-radius: 50%;
  background-color: #FFF;
  border-bottom: 1px solid #ddd;
}

.single-like-box .thumbs-rating-container .thumbs-rating-up {
  font-size: 16px;
  padding: 0 0 0 1px;
  font-weight: bold;
  color: #ddd;
} 

span.thumbs-rating-already-voted { 
    position: absolute;
    width: 100px;
    float: left;
    margin: 85px 0 0 -14.5px;
    font-size: 9px !important;
    line-height: 16px;
    text-align: left !important;
}


/* -- Single Share -- */
div.single-fw-bg #single-share,
div.single-fw-bg .single-like-box { 
    margin-left: 235px;
}

#single-share  {
    width: 70px;
    height: auto;
    margin: 0px 0 29px 33px;
    float: left;
    position: absolute;
    clear: both;
    background-color: #fafafa;
    padding: 15px 0;
    border-radius: 5px;
    z-index: 101;
}

#single-share a {
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    border-radius: 3px;
    margin: 0 auto 3px auto;
}

#single-share a:hover {
    opacity: 0.8;
}

#single-share a.fbbutton {
    background-color: #3b5998;
    color: #FFF !important;
}

#single-share a.twbutton {
    background-color: #000;
    color: #FFF !important;
}

#single-share a.pinbutton {
    background-color: #ca212a;
    color: #FFF !important;
}

#single-share a.wabutton {
    background-color: #09b23c;
    color: #FFF !important;
}

#single-share a.commbutton {
    color: #FFF !important;
    font-size: 14px;
    line-height: 42px;
}

#single-share .wabutton i,
#single-share .pinbutton i,
#single-share .fbbutton i,
#single-share .twbutton i {
    font-size: 16px;
    line-height: 40px;
}

#single-share .views-nr {
    margin: 15px auto 0 auto;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
}

#single-share .views-nr span {
    font-size: 16px;
    font-weight: 700;
}

#single-share .comm-line {
    margin: 5px auto 15px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}


/* -- Page / Article Title -- */
div.article-meta-data h1 a {
    color: #fff;
    font-size: 2.4em;
    line-height: 1.1em; 
    z-index: 4;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
}

div.article-meta-data h1 {
    color: #fff;
    width: 100%; 
    display: inline-block;
    margin-top: -12px;
}

div.article-meta-data h1 a {
 display:initial; 
 background-position:0 89%;
 background-repeat:no-repeat;
 background-size:100% 4px;
 color:inherit;
 text-decoration:none;
 -webkit-transition:background-size .6s ease-out;
 -o-transition:background-size .6s ease-out;
 transition:background-size .6s ease-out
} 


div.article-meta-data p {
    color: rgb(239, 239, 239, 1);
    font-size: 24px;
    line-height: 34px; 
    z-index: 4;
    float: left; 
    margin-top: 30px;
    margin-bottom: 5px;
}

div.article-meta-data p br { 
    margin-bottom: 20px;
}

.entry h1.page-title {
    font-size: 42px;
    font-weight: 500;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 44px;
    border-bottom: 2px solid #f5f5f5; 
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 45px;
}

.single-content h1.page-title {
    padding-top: 0px;
}


/* -- Entry bottom -- */
.entry-bottom {
    width: 850px;
    height: auto;
    margin: 60px auto 20px auto;
    border-top: 1px solid rgba(241, 241, 241, .8);
    padding-top: 60px;
}

.entry-bottom .menu--adsila {
    margin: 5px 0 10px 0;
}

.single-content h3.title {
    font-weight: 700;
    border-radius: 2px;
    font-size: 13px;
    padding: 2px 10px 1px 20px;
    margin: 5px 0 20px 0;
}

.single-content h3.title i {
    float: right;
    border-style: solid;
    border-width: 14px 5px 14px 10px;
    margin: -2px -15px -5px 0px;
    height: 1px;
    width: 0px;
}


/*-- Entry Categories / Tags -- */
.entry-art-ct {
    float: left;
    padding: 30px 0 0 0;
}

.entry-btn {
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
    padding: 1px 10px 0 10px;
    text-align: center;
    margin: 5px 5px 3px 0;
}

.ct-size a {
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 3px;
}


/* -- Entry content style -- */
.entry {
    width: 850px;
    height: auto;
    margin: 25px auto 25px auto;
}

.entry p {
    padding: 10px 0;
    font-size: 18px;
    line-height: 32px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #222;
}

.entry p a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 4px;
  text-decoration-skip-ink: none;
  text-underline-offset: -1px; 
} 

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    margin-top: 35px;
    line-height: 36px;
    clear: inline-start;
    margin-bottom: 10px;
    color: #000;
}

.entry h1 { 
    font-size: 32px; 
}

.entry h2 { 
    font-size: 29px; 
}

.entry h3 { 
    font-size: 26px; 
}

.entry h4 { 
    font-size: 16px; 
}

.entry h5 { 
    font-size: 14px; 
}

.entry h6 { 
    font-size: 12px; 
}

.entry strong {
    font-weight: bold;
}


/* -- blockquote -- */
blockquote {
    margin: 1.5em 0;
    padding: 30px;
    border-radius: 3px;
}

blockquote:before {
    content: open-quote;
    font-size: 6em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    font-size: 19px !important;
    line-height: 32px !important;
    display: inline;
    font-weight: 400;
}


/* -- Responsive Images -- */
.entry iframe {
    max-width: 100%;
    height: 500px;
    border-radius: 3px;
    display: block;
    margin: -5px auto 0 auto;
}

.entry embed {
    max-width: 100%;
}

.entry object {
    max-width: 100%;
}

.entry img,
.wp-caption {
    max-width: 100%;
    border-radius: 3px;
}

.entry img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
    height: auto;
    max-width: 100%;
} 

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

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

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

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption-text {
  font-size: 13px !important;
  line-height: 24px !important;
  margin-top: 5px;
  padding: 0 10px 0 10px !important;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.wp-caption-text a {
    background: none !important;
}

a.wp-img-bg-off {
    background: none !important;
}


/* -- Lists -- */
.entry li {
    padding: 3px 0 7px 5px;
    font-size: 16px;
}

.entry ul {
    margin: 15px 15px;
    list-style-type: square;
}

.entry ul li ul {
    margin-bottom: -10px;
    margin-top: 10px;
}

.entry ul li ul li {
    padding: 0px 0 10px 5px !important;
}

.entry ol li ol {
    margin-bottom: -10px;
    margin-top: 10px;
}

.entry ol li ol li {
    padding: 0px 0 10px 5px !important;
}

.entry ol {
    margin: 15px 15px;
    list-style-type: decimal;
}


/* -- Pagination entry articles -- */
.my-paginated-posts {
    font-size: 10px;
    margin-bottom: 30px;
}

.my-paginated-posts span {
    padding: 3px 6px 3px 6px;
    border-radius: 3px;
    font-weight: 700;
}

.my-paginated-posts p {
    font-size: 1.4em;
}

.my-paginated-posts p a {
    border-radius: 3px;
    font-weight: 700;
    padding: 6px 10px;
    text-decoration: none;
    margin: 0 1px;
}


/* -- Entry button for password, etc -- */
form.post-password-form input {
    width: 276px;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 39px;
    border-radius: 3px;
}

form.post-password-form input:hover {
    cursor: pointer;
}

form.post-password-form input[type="submit"] {
    width: 280px !important;
    margin-top: 5px;
    background-color: #222;
    color: #FFF;
    border: 1px solid #222;
}

.post-password-form {
    background-color: #f1f1f1;
    border-radius: 3px;
    width: 280px;
    padding: 30px;
    margin: 30px auto;
}

.post-password-form input {
    display: block;
    clear: both;
}


/*-- Tables --*/
table {
    margin-bottom: 50px;
    border-collapse: collapse;
    width: 100%;
}

thead {
    text-align: left;
}

table {
    background-color: #fafafa;
}

thead {
    background-color: #f1f1f1;
}

td,
th {
    padding: 10px;
    text-align: left;
}

td {
    text-align: left;
}

dl {
    margin-top: 20px;
    padding: 10px;
}

dt {
    font-weight: 500;
}

table,
td,
dl,
thead,
th {
    border: 1px solid #ccc
}


/* Chat Posts */
.format-chat .entry p {
    background: #fafafa;
    /* The background color of first paragraph */
    border-left: 7px solid #ddd;
    /* The setting for border of first paragraph */
    margin-bottom: 2px;
    padding-left: 13px;
    padding-right: 13px;
}

.format-chat .entry p:nth-child(odd) {
    background: #f1f1f1;
    /* The background color of next paragraph */
    border-left-color: #ccc;
    /* The setting for border of next paragraph */
}


/* -- About Author -- */
.author-meta {
    background-color: #fafafa;
    width: 100%; 
    float: left;
    margin: 50px 0 0 0;
    border-radius: 5px;
}

.author-meta-entry {
    padding: 30px; 
}

.author-info {
    width: auto;
    height: auto;
    margin: 5px 0 -15px 35px;
    font-size: 16px;
}

.author-meta strong {
    padding-right: 10px;
    font-weight: 500;
}

.author-info p {
    margin-left: 65px;
    padding: 10px 0;
    font-size: 17px;
    line-height: 1.75;
    padding-right: 0px !important;
    -ms-word-wrap: break-word;
    word-wrap: anywhere;
}

.author-info p img { 
    min-height: 1em !important;
}

.author-info a.author-link {
    font-size: 16px;
    font-weight: 500; 
} 

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

.author-left-meta {
    width: 70px;
    height: 100px;
    float: left;
    padding: 0 35px 0 0;
}

.author-left-meta img.avatar {
    width: 70px;
    height: 70px;
    margin-top: 8px;
    border-radius: 50%;
    border: 5px solid #FFF;
    filter: alpha(opacity=1);
    opacity: 1;
    position: relative;
    -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3); 
}

.author-meta strong i {
    font-size: 15px;
    padding-right: 5px;
}

div.author-info i.fa-link {
    padding-left: 8px;
    padding-right: 5px;
}


/* -- Author social icons -- */
ul.author-social-top {
    float: left;
    margin: 0px 0 0 70px !important;
}

ul.author-social-top li {
    background-color: #fff; 
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    margin: 0 2px 0 0 !important;
    text-align: center !important; 
    padding: 0px !important;
    border-bottom: 1px solid #ddd;
}

ul.author-social-top li a {
    width: 20px;
    padding: 5px 5px 2px 5px;
    display: block;
}

ul.author-social-top li a i{
    font-size: 14px; 
    text-align: center !important; 

}

ul.author-social-top li a:hover {
    cursor: pointer;
    transition: all .2s ease-in-out;
    opacity: 0.7;
}

ul.author-social-top li div.tooltiptext {
    visibility: hidden;
    padding: 3px 10px;
    width: 70px;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    margin-top: 15px;
    margin-left: -35px;
}

ul.author-social-top li div.tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
}

ul.author-social-top li:hover div.tooltiptext {
    visibility: visible;
}


/* -- Next/Pre articles single -- */
.prev-articles .one_half {
    text-align: center;
    background-color: #fafafa;
    border-radius: 4px;
    border-bottom: 1px solid #f1f1f1;
}

.prev-articles .one_half_last {
    text-align: center;
    background-color: #fafafa;
    border-radius: 4px;
    border-bottom: 1px solid #f1f1f1;
}

.prev-articles {
    width: 850px;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 20px;
}

.prev-entry {
    padding: 35px 40px 35px 40px;
    color: #999;
    font-size: 16px;
}

.prev-entry2 {
    padding: 35px 40px 35px 40px;
    color: #999;
    font-size: 16px;
}

.prev-entry span,
.prev-entry2 span {
  font-size: 10px;
  font-weight: 500;
  padding: 0 10px 1px 10px;
  border-radius: 5px;
  line-height: 12px;
  margin-top: 5px;
} 

.prev-articles h2 a {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    transition: all 0.3s;
}

.prev-articles h2 a:hover {
    text-decoration: underline; 
}

.prev-articles h2 {
    margin-top: 5px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 2px;
}


/* -- Default Blocks -- */
/* -- Block Buttons -- */
.wp-block-button__link {
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    box-sizing: border-box;
    margin-bottom: 15px;
} 

.wp-block-button__link:hover {
    opacity: 0.85;
}

.wp-block-file .wp-block-file__button {
    border-radius: 5px;
    font-size: 1em;
    padding: 0.5em 1em;
}


/* -- Block Text -- */
.wp-block-media-text {
    margin-bottom: 30px;
}

.wp-block-media-text a {
    color: #fff !important;
}

div.wp-block-file a {
    clear: both;
    font-weight: bold; 
} 

.wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: #fff;
    font-weight: bold;
    line-height: 1.40;
}

p.has-background {
    padding: 1.25em 2.375em !important;
    margin: 20px 0;
}

p.has-large-font-size {
    padding: 25px 0;
    line-height: 42px;
}


/* -- Block Image -- */
.wp-block-image .alignright {
    margin: .5em 0 2.5em 1em;
}

.wp-block-image {
    margin: 1em 0 1em;
}

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

div.wp-block-cover p.wp-block-cover-text a {
    color: #fff !important;
}


/* -- Block Gallery -- */
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 1em; 
    font-weight: 500;
}

.blocks-gallery-grid, .wp-block-gallery {
    margin-bottom: 15px;
}


/* -- Block Block-quote -- */
.wp-block-quote {
    margin-top: 50px; 
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 25px;
}

.wp-block-pullquote {
    margin: 0 0 1.6em; 
}


/* -- Block Gallery -- */
#gallery-1 .gallery-item {
    float: left;
    margin-top: 25px !important;
    text-align: center;
    width: 28% !important;
    margin-right: 2%;
    border: none;
    margin-bottom: 25px;
    padding: 1%;
}

#gallery-1 img {
    border: 1px solid #ddd !important;
    padding: 15px;
    border-radius: 5px;
    padding: 10px;
}

.gallery-caption {
    margin-left: 0;
    margin-top: 5px;
    font-size: 14px !important;
}

ul.blocks-gallery-grid li {
    padding: 0px;
}


/* -- Block group / Elements -- */ 
.wp-block-columns {
    margin-bottom: 1.75em;
    margin-top: 1.75em;
}

div.widget .wp-block-columns {
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
}

.wp-block-separator {
    margin-top: 25px;
}

.wp-block-separator.is-style-dots {
    margin: 25px 0; 
}

pre.wp-block-verse {
    margin-bottom: 25px;
    margin-top: 50px;
}

pre.wp-block-code {
    margin-top: 50px;
}

.wp-block-table.is-style-stripes {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.wp-block-table.is-style-stripes table {
    margin-top: 0px;
} 

.wp-block-embed {
    margin: 65px 0 20px 0; 
}

div.entry .wp-block-group__inner-container {
    padding: 25px;
}

/* -- Block Widgets-- */
.wp-block-latest-comments footer {
    background: transparent !important;
}

ul.wp-block-archives-list {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 17px;
    margin-bottom: 30px;
}

div.widget ul.wp-block-archives-list {
    font-size: 14px;
}

ul.wp-block-archives-list li:before {
    content: "\f1c6";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    padding-right: 10px;
}

ul.wp-block-archives-list li {
    display: block;
    padding: 10px 0 10px 5px;
}

div.wp-block-archives-dropdown select {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 250px;
    padding: 10px 15px;
}

div.wp-block-archives-dropdown option {
    padding: 0 10px;
}

div.wp-block-calendar {
    margin-top: 30px;
    margin-bottom: 30px;
}

div.widget div.wp-block-calendar {
    margin-top: 0px;
    margin-bottom: 0px;
}

div.wp-block-categories-dropdown select {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 250px;
    padding: 10px 15px;
}

div.wp-block-categories-dropdown option {
    padding: 0 10px;
}

ol.wp-block-latest-comments {
    margin-left: 0px;
    border: 1px solid #f1f1f1;
    padding: 0 25px 0 25px;
    border-radius: 5px;
    background-color: #fafafa;
    margin-bottom: 30px;
}

div.widget ol.wp-block-latest-comments {
    background: none;
    padding: 0px;
    border: none;
    margin-bottom: 0px;
    margin-top: -20px;
}

div.widget .wp-block-latest-comments__comment-meta {
    width: 200px;
}

ol.wp-block-latest-comments li {
    padding: 20px 0 0 0;
    margin: 0;
    border-bottom: 1px solid #f1f1f1; 
    background: none;
}

div.widget ol.wp-block-latest-comments li {
    border-bottom: 1px solid #fafafa; 
}

ol.wp-block-latest-comments li:last-child {
    border-bottom: none;
}

ol.wp-block-latest-comments article footer {
    background: transparent;
    font-size: 15px;
}

ol.wp-block-latest-comments p {
    font-weight: 500;
    font-size: 16px;
    margin-left: 3px;
    margin-bottom: 5px;
    padding-top: 0px;
    margin-top: -5px;
}

div.widget ol.wp-block-latest-comments p {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

.wp-block-latest-comments__comment-meta {
    padding: 0 0 15px 0;
}

ul.wp-block-latest-posts {
    margin-left: 0px;
    border: 1px solid #f1f1f1;
    padding: 0 25px 0 25px;
    border-radius: 5px;
    background-color: #fafafa; 
    margin-bottom: 30px;   
}

div.widget ul.wp-block-latest-posts {
    margin-bottom: 0px;
}

ul.wp-block-latest-posts li {
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #f1f1f1; 
    background: none !important;
}

ul.wp-block-latest-posts li a {
    font-weight: 500;
    font-size: 16px;    
}

ul.wp-block-rss {
    margin-left: 0px;
    border: 1px solid #f1f1f1;
    padding: 0 25px 0 25px;
    border-radius: 5px;
    background-color: #fafafa; 
    margin-bottom: 30px;  
    list-style-type: none;
}

ul.wp-block-rss li {
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #f1f1f1; 
}

ul.wp-block-rss li a {
    font-weight: 500;
    font-size: 16px;    
}

p.wp-block-tag-cloud {
    margin-bottom: 30px;
}

div.widget p.wp-block-tag-cloud {
    margin-bottom: 0px;
    margin-top: 25px;
}

form.wp-block-search {
    margin-bottom: 30px;
    margin-top: 10px;
}

div.widget form.wp-block-search {
    margin-bottom: 3px;
    margin-top: 0px;
}

label.wp-block-search__label {
    font-weight: 500;
    font-size: 14px;
}

.wp-block-search .wp-block-search__inside-wrapper {
    margin-top: 10px;
}

.wp-block-search .wp-block-search__input {
    border: 2px solid #d5d6d8;
    color: #333;
    border-radius: 5px;
}

.wp-block-search .wp-block-search__button {
    padding: .375em 1.625em;
    color: #fff;
    margin-left: .625em;
    word-break: normal;
    font-weight: 700;
    border-radius: 5px;
}

.wp-block-search .wp-block-search__button:hover {
    cursor: pointer;
}

.wp-block-page-list {
    margin-top: -10px;
}

.wp-block-page-list li {
    display: block;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #f0eee9;
}

.wp-block-page-list li:last-child {
    border: none;
} 

.wp-block-page-list li.has-child {
    margin: -5px 0 -10px 10px;
    padding: 10px 0 0 0;
} 

.wp-block-page-list li:before {
    content: "\f0da";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    padding-right: 10px;
    font-size: 13px;
} 

div.widget_tag_cloud {
    display: inline-block;
    margin-bottom: 10px; 
}

p.wp-block-tag-cloud a.tag-cloud-link {
    float: left;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px 4px 10px;
    list-style: none;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    font-size: 11px !important;
    font-weight: 500;
    background-color: #f1f1f1;
    color: #555 !important;
}

p.wp-block-tag-cloud {
    float: left;
}

.widget_block h2,
.widget_block h3 {
    width: auto;
    height: 26px;
    font-weight: 400;
    border-radius: 2px;
    font-size: 20px;
    margin: 0 0 25px 0;
    margin-top: 0px;
    display: inline-block;
    padding-bottom: 2px;    
}

.widget_block h2::before,
.widget_block h3::before {
    position: relative;
    content: '';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #000;
    width: 60px !important;
    padding: 0 50px 5px 0;
    height: 10px;
    margin-right: -50px !important;
    border-bottom: 1px solid #dce2c0;
    border-bottom-color: rgb(220, 226, 192);
}


/*-----------------------------------------------------------------------------
----------------------------- 5 - Sidebar & Widgets ---------------------------
-----------------------------------------------------------------------------*/

/* -- Sidebar -- */
.sidebar .widget {
    float: left;
    width: 300px;
    padding: 25px 25px;
    margin-top: 35px;
    margin-left: 40px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 2px solid #F5F5F5;
    border-radius: 5px;
}

/* -- Widget Title -- */
.widget-title h3 {
    text-align: center;
    font-size: 13px !important;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget-title {
    min-width: 120px;
    display: inline-block;
    height: 18px;
    padding: 4px 15px 6px 15px;
    border-radius: 3px;
    margin: 0 0 25px 0;
}


/* -- Sidebar -- */
.sidebar-sticky .widget {
    float: left;
    width: 300px;
    padding: 25px 25px;
    margin-top: 35px;
    margin-left: 40px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 2px solid #F5F5F5;
    border-radius: 5px;
} 

div.widget ul.article_list { width: 320px; margin-left: -20px; margin-bottom: -20px; }
div.widget ul.article_list li figure.snip1252  { width: 140px; position: relative; float: left; }
div.widget ul.article_list li      { float: left; width: 140px; height: auto; margin: 0 0 20px 20px; }
div.widget ul.article_list li img  { position: relative; object-fit: cover; float: left; width: 140px; height: auto; min-height: 140px; }
div.widget ul.article_list li div.top-content { margin: -19px auto 0 auto; }
div.widget ul.article_list li h3   { width: 100%; }


div.widget ul.article_list div.photoshare-img-zoom {
    position: relative; 
    overflow: hidden;
    width: 140px; 
}

div.widget ul.article_list li h3 a {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: .0625rem;
  word-break: break-word;
  background-color: #fff;
  display: inline-block;
  padding: 12px 0 0 0;
  position: relative;
  z-index: 2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all 0.3s;
}

div.widget ul.article_list li h3 a:hover {
    text-decoration: underline; 
}

/* -- Article widget -- */
ul.article_list {
    width: 475px;
    height: auto;
    float: left;
    margin: 0 0 0 -25px;
}

ul.article_list li {
    width: 212.5px;
    min-height: 212.5px;
    height: auto;
    float: left;
    text-align: center;
    margin-left: 25px; 
    margin-bottom: 25px; 
    border-radius: 4px;
}

ul.article_list div.photoshare-img-zoom {
    position: relative; 
    overflow: hidden;
    width: 212.5px;
    border-radius: 4px;  
}

ul.article_list li img {
    width: 212.5px;
    min-height: 212.5px;    
    object-fit: cover; 
    border-radius: 4px;
     transition: all 0.3s;
    display: block;
    transform: scale(1);

}  

ul.article_list div.photoshare-img-zoom:hover img{ 
    transform: scale(1.1);
}

ul.article_list li div.top-content { 
    height: auto; 
    margin: -45px auto 0 auto; 
    position: relative;
}

ul.article_list li div.top-content h2 {
    width: 86%;
    margin: 0 auto;
    display: grid;
}

ul.article_list li div.top-content h2 a {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .0625rem;
    word-break: break-word;
    background-color: #fff;
    display: inline-block;
    padding: 12px 10px 0 10px;
    position: relative;
    z-index: 2;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: all 0.3s;
} 

ul.article_list li div.top-content h2 a:hover {
    text-decoration: underline; 
}

/* -- Home ribbon category -- */
ul.article_list div.article-category {
    float: none; width: 100%; text-align: center; margin-bottom: 1px; height: 18px; font-weight: 500; font-size: 10px; line-height: 20px; text-transform: uppercase;
}

ul.article_list .article-category a {
    padding: 4px 10px;
    border-radius: 2px; 
}

ul.article_list .article-category:hover { 
    opacity: 0.9;
} 


/* -- Download Button -- */
ul.article_list li:hover div.photoshare-home-download {
    visibility: visible; 
    margin-top: -60px;
}

ul.article_list li div.home-post-date { 
    float: left;
    color: rgb(148, 148, 148, 1);
    margin: 23px 0 0 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 20px;
}  

.fa-clock::before {
    content: "\f017";
    position: relative;
    top: -1px !important;
}

i.fa-share-alt-square { 
    margin-left: 12px;
    width: 5px;
    height: 7px;
    margin-right: 2px; 
}

.fa-share-alt-square::before {
    content: "\f1e1";
    top: -1px !important;
    position: relative;
}


/* -- Banner widget 300px -- */
.img-300 {
    width: 300px;
    height: auto; 
    margin-bottom: -5px;
}

.widget_itaka_wp_300px::after {
    background: transparent;
}

.img-300 img {
    border-radius: 5px;
}


/* -- Categories -- */
.widget_anthemes_categories ul {
    width: 275px;
    margin-top: -10px;
    margin-left: -25px;
    display: inline-block;
}

.widget_anthemes_categories li a {
    font-weight: normal;
}

.widget_anthemes_categories li {
    border-bottom: 1px solid rgba(241, 241, 241, .8);
    float: left;
    width: 112px;
    margin-left: 25px;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
}


/* -- Archives in two columns -- */
div.widget_archive select,
div.widget_categories select {
    border-radius: 5px;
    border: 2px solid #d5d6d8;
    color: #000;
    font-weight: 600;
}


/* -- Custom Text -- */
.widget_text img {
    max-width: 100% !important;
}

.widget_text select {
    width: 100%;
    height: 45px;
    padding: 10px 20px 10px 3px;
    border: 2px solid #d5d6d8;
    color: #000;
    font-weight: 500;
    border-radius: 5px;
}

.widget_text option {
    padding: 0 10px;
}

.sidebar .wp-caption-text {
    margin-top: -15px;
    margin-bottom: 15px;
}

.sidebar div.textwidget img {
    margin-bottom: 10px !important;
}

/* -- Widget RSS -- */
.widget_rss h3 a img {
    width: 10px;
    height: 10px;
}

.widget_rss li {
    background: url(images/li_minus_gold.png) no-repeat 0 16px;
    border-bottom: 1px solid rgba(241, 241, 241, .8);
    display: block;
    padding: 10px 0 10px 20px;
}

.widget_rss li a {
    font-weight: bold;
    font-size: 15px;
}


/* -- Default Tags -- */
div.widget_tag_cloud {
    display: inline-block;
    margin-bottom: 10px;
}

div.tagcloud span {
     font-size: 14px !important;
     margin-left: 5px;
}

div.tagcloud {
    margin-bottom: -9px;
    float: left;
}

div.tagcloud a {
    float: left;
    display: inline-block;
    padding: 4px 10px;
    list-style: none;
    border-radius: 5px;
    margin: 0 9px 9px 0;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: lowercase;
}


/* -- Social Widget -- */
ul.social-widget { 
    float: left;
    margin-left: -15px;
}

ul.social-widget li {
    width: 90px;
    float: left;
    margin: 0 0 0 15px;
    border-radius: 5px;
    display: block;
}

ul.social-widget li i {
    font-size: 14px !important;
    margin-top: 15px;
    font-weight: 400;
}

ul.social-widget li a {
    display: block;
    padding: 5px 1px 5px 1px;
    line-height: 18px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 3px;
    text-transform: uppercase;
    height: 60px;
    text-align: center;
}

ul.social-widget a.fbbutton {
    background-color: #3b5998 !important;
    color: #FFF !important;
}

ul.social-widget a.twbutton {
    background-color: #000 !important;
    color: #FFF !important;
}

ul.social-widget a.ytbutton {
    background-color: #ca212a !important;
    color: #FFF !important;
} 

ul.social-widget a span {
    text-align: center;
    display: block;
    margin-top: 1px;
}

ul.social-widget li a:hover {
    opacity: 0.8;
}


/* -- Default Search -- */
div.widget_search h3.title {
    margin-top: 0 !important;
}

div.widget_search #searchform { 
    float: left; 
}

div.widget_search #searchform input { 
    border-radius: 5px; 
    font-size: 15px !important; 
    color: #ccc !important;
}

div.widget_search #searchform #search { 
    width:300px; 
    height: 35px; 
    display: block; 
    padding-top: 5px; 
    padding-bottom: 5px; 
    margin: 0 auto 0 auto; 
    border:none; 
    box-shadow: none; 
}

div.widget_search #search #s { 
    float: none;  
}

div.widget_search #searchform input { 
    text-align: center; 
    font-weight: bold;
} 

div.widget_search #searchform ::placeholder {
    font-size: 15px !important;
    color: #ccc !important;
}


/* -- Recent Entries -- */
.widget_recent_entries ul {
    margin-top: -10px;
}

.widget_recent_entries li {
    border-bottom: 1px solid rgba(241, 241, 241, .8);
    display: block;
    padding: 10px 0 10px 0;
    font-weight: bold;
    font-size: 15px;
}

.widget_recent_entries li:last-child {
    border: none;
}

.widget_recent_entries li:before {
    content: "\f1ea";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    padding-right: 10px;
    font-size: 13px;
}


/* -- Recent Comments -- */
ul#recentcomments {
    margin-top: -10px; 
}

.widget_recent_comments li span.comment-author-link {
    font-weight: 500;
}

.widget_recent_comments li {
    border-bottom: 1px solid rgba(241, 241, 241, .8);
    display: block;
    padding: 10px 0 10px 0;
}

.widget_recent_comments li:before {
    content: "\f075";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    padding-right: 10px;
    font-size: 13px;
}

.widget_recent_comments li:last-child {
    border: none;
}


/* -- Archives and Nav menu widget -- */
div.widget_nav_menu ul {
    margin-top: -10px;
}

.widget_archive ul {
    margin-top: -10px;
}

.widget_nav_menu li {
    display: block;
    padding: 10px 0 10px 0;
}

.widget_nav_menu li:last-child {
    border: none;
}

div.widget_archive select {
    width: 100%;
    padding: 10px 15px;
}

div.widget_archive option {
    padding: 0 10px;
}

div.widget_nav_menu li ul.sub-menu {
    margin: -5px 0 -10px 10px;
    padding: 10px 0 0 0;
}

div.widget_nav_menu li ul.sub-menu li {
    padding: 10px 0 10px 20px;
}

.widget_archive li:before {
    content: "\f1c6";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    padding-right: 10px;
}

.widget_archive li {
    display: block;
    padding: 10px 0 10px 0;
}

.widget_nav_menu li:before {
    content: "\f0da";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    padding-right: 10px;
    font-size: 13px;
}

.widget_archive li a {
    padding-right: 4px;
}

div.widget_nav_menu ul li>ul li>ul li>ul li {
    margin-left: -30px;
}


/* -- Meta widget -- */
.widget_meta ul {
    margin-top: -10px;
}

.widget_meta li:before {
    content: "\f1c6";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    padding-right: 10px;
}

.widget_meta li {
    display: block;
    padding: 10px 0 10px 0;
}


/* -- Meta and Pages widget -- */
.widget_pages li {
    border-bottom: 1px solid rgba(241, 241, 241, .8);
    display: block;
    padding: 10px 0 10px 0;
}

.widget_pages li:before {
    content: "\f15c";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    padding-right: 10px;
    font-size: 13px;
}

.widget_pages li:last-child { border: none; }

div.widget_pages ul {
    margin-top: -10px;
}

div.widget_pages ul.children {
    margin-top: 10px;
    border-top: 1px solid rgba(241, 241, 241, .8);
    margin-bottom: -5px;
}

.widget_meta li {
    display: block;
    padding: 10px 0 10px 0;
}

.widget_meta li:before {
    content: "\f0da";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    padding-right: 10px;
    font-size: 13px;
}


/* -- Categories -- */
.widget_categories ul {
    margin-top: -10px;
}

.widget_categories li {
    border-bottom: 1px solid rgba(241, 241, 241, .8);
    display: block;
    padding: 10px 0 10px 0;
}

.widget_categories li:before {
    content: "\f022";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    padding-right: 10px;
    font-size: 13px; 
    margin-top: 1px;
    float: left;
}

.widget_categories li a {
    padding-right: 4px;
}

.widget_categories li:last-child {
    border: none;
}

div.widget_categories select {
    width: 100%;
    padding: 10px 20px 10px 15px;
}

div.widget_categories option {
    padding: 0 10px;
}

.widget_categories li ul.children {
    margin: 10px 0 -10px -5px;
    border-top: 1px solid #f0eee9;
}

.widget_categories li ul.children li {
    padding: 10px 0 10px 20px;
}


/* -- Calendar -- */
#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    font-size: 15px;
    padding: 0 15px;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 5px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody td a {
    font-weight: bold;
    color: #222;
    display: block;
}

#wp-calendar tbody td#today {
    border-radius: 4px;
}

#wp-calendar td#today a {
    color: #FFF !important;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

#wp-calendar table {
    border: 1px solid #fff;
}

table#wp-calendar {
    margin-bottom: 0px !important;
}

#wp-calendar td#today a {
    color: #FFF !important;
}

#wp-calendar td,
#wp-calendar dl,
#wp-calendar thead,
#wp-calendar th {
    border: 1px solid #fff;
}


/* -- Default classes -- */
.gallery-caption {
    font-size: 13;
}

.bypostauthor {
    font-size: 13;
}


/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


/* -- Subscribe widget -- */
.subscribe-widget h3 {
    padding-bottom: 3px; 
    padding-left: 2px;
}  

.subscribe-widget p {
    margin-bottom: 20px;
    font-size: 13px;
    color: #999;
    width: 100%; 
}

div.halfpage .subscribe-widget p { 
    margin-top: -15px;
} 

.subscribe-form {
    float: none;
    width: 100%; 
}

.subscribe-widget input {
    width: 100%; 
}

.subscribe-widget input {
    border: 1px solid #E4E4E4 !important;
    background: #E4E4E4;
    padding: 5px 25px;
    width: 320px; 
    border-radius: 25px;
}

.sidebar .subscribe-widget input,
.sidebar-sticky .subscribe-widget input {
    width: 240px;
    margin-top: 10px;
}

.subscribe-widget input[type=submit] {
    border: 1px solid #000 !important;
    width: 80px;
    margin-left: -90px;
    margin-bottom: 0; 
    border-radius: 27px;
}

.subscribe-widget input::placeholder {
    text-align: left;
    font-size: 14px;
    color: #999 !important; 
}

.subscribe-widget input[type=submit]:hover {
    opacity: .85;
    cursor: pointer;
}

.subscribe-widget input[type=submit] {
    font-size: 12px;
    padding: 12px 0;
    margin-top: 0;
    font-weight: 700; 
}

.mc4wp-success {
    width: 300px;
    font-size: 12px;
    padding-top: 10px;
}

.subscribe-widget input[type="checkbox"], 
.subscribe-widget input[type="radio"] {
    float: left;
    position: relative;
    margin: 17px 6px 0 3px;
    padding: 0;
    height: 13px;
    width: 13px;
    display: inline-block;
    border: 0;
}

div.halfpage .subscribe-widget input[type="checkbox"],
div.halfpage .subscribe-widget input[type="radio"] {
    margin: 22px 6px 0 3px;
}

.subscribe-widget p span {
    float: left;
    margin-top: 13px;
}


/* -- Select Style -- */
.widget select {
    background: url(images/chevron-down-solid.svg) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 270px;
    background-size: 10px;
    padding: 10px 20px 10px 15px;
    font-weight: 600;
    margin-top: 5px;
}


/*-----------------------------------------------------------------------------
----------------------------- 6 - Comments Form -------------------------------
-----------------------------------------------------------------------------*/

/* - Comments Form -- */
.nocomments,
.nopassword,
.must-log-in {
    text-align: center;
    padding: 15px 0 0 0;
}

ul.comment {
    width: 850px;
    margin: 0 0 50px 0;
}

.article-btn h3 {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.article-btn {
    display: inline-block;
    width: auto;
    height: 18px;
    padding: 4px 35px 6px 35px;
    border-radius: 3px;
    margin-bottom: 25px;
}

.nocomments,
.nopassword,
.must-log-in {
    text-align: center;
    padding: 15px 0 0 0;
}

#respond .must-log-in {
  text-align: center;
  padding: 25px;
  background-color: #FAFAFA;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

#respond .must-log-in a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

ul.comment {
    width: auto;
    margin: 0 0 45px 0;
}

ul.comment li {
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 20px 30px;
    border-radius: 4px;
}

ul.comment li span.comm-avatar {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 15px;
}

ul.comment li img.avatar {
    width: 24px;
    height: 24px;
    margin: -4px 0 0 0;
    border-radius: 50%;
    float: left;
    border: 3px solid #FFF;
    -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
}

ul.comment li span.comment-author {
    margin-right: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    float: left;
}

ul.comment li span.comment-date {
    float: left;
    font-size: 13px;
    opacity: 0.7;
}

ul.comment li span.comment-reply-button {
    font-weight: 700;
    border-radius: 3px;
    padding: 2px 5px 0 5px;
    line-height: 16px;
    margin: 0 0 0 20px;
    font-size: 10px;
}

ul.comment li span.comment-reply-button:hover {
    opacity: 1;
}

.comment-body {
    padding-bottom: 5px;
    padding-left: 1px;
}

ul.comment li ul.children li {
    margin: 30px 0 5px 0;
    padding: 20px;
}

ul.comment li ul.children li>ul.children li {
    margin-left: -20px;
    margin-bottom: 0px;
    padding: 20px 20px 0 20px;
    border: none;
}


/* -- reply and respond -- */
a.comment-reply-link {
    color: #FFF !important;
    font-size: 11px;
    border-radius: 3px;
    padding: 1px 10px;
}

a.comment-reply-link:hover {
    color: #FFF !important;
    opacity: 0.8;
}

.comment-respond {
    margin-top: 0px;
}

ul.comment li #respond {
    margin-top: 0px;
    padding-bottom: 10px;
}


/* -- Lists -- */
div.comment-body p {
    padding: 0px 0 10px 0;
    font-size: 17px;
    line-height: 28px;
    color: #222;
    word-break: break-word;
}

div.comment-body li {
    padding: 3px 0 7px 5px !important;
    margin-bottom: 0px !important;
    border: none !important;
}

div.comment-body ul {
    margin: 15px 15px;
    list-style-type: square;
}

div.comment-body ul li {
    list-style: disc !important;
    list-style-type: disc !important;
}

div.comment-body ul li ul {
    margin-bottom: -10px;
    margin-top: 10px;
}

div.comment-body ul li ul li {
    padding: 0px 0 10px 5px !important;
}

div.comment-body ol li ol {
    margin-bottom: -10px;
    margin-top: 10px;
}

div.comment-body ol li ol li {
    padding: 0px 0 10px 5px !important;
}

div.comment-body ol {
    margin: 15px 15px;
    list-style-type: decimal;
}

div.comment-body h1,
div.comment-body h2,
div.comment-body h3,
div.comment-body h4,
div.comment-body h5,
div.comment-body h6 {
    margin-top: 35px;
    text-decoration: underline;
}

div.comment-body h2 {
    margin-bottom: 10px;
}


/* -- Comments -- */
#respond {
    margin-top: -25px;
}

#comments {
    width: 100%;
    float: left;
    padding: 0 0 15px 0;
}

.comments {
    width: auto;
    display: block;
    float: left;
    height: auto;
}

.comments h3.comment-reply-title {
    display: inline-block;
    width: auto;
    height: 18px;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 35px 6px 35px;
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.comments h3.comment-reply-title a#cancel-comment-reply-link {
    text-decoration: none;
    font-size: 12px !important;
    margin-left: 10px;
}

.comments p.logged-in-as {
    font-weight: bold;
}

div.commenttop h3.comment-reply-title {
    margin-top: 25px !important;
}


/* -- Comment Form -- */
.comment-notes {
    display: none;
}

#commentform {
    padding: 30px 50px 55px 50px;
    font-size: 11px;
    border-radius: 4px;
}

#commentform #author,
#comment,
#email,
#url {
    width: 99.7%;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
}

#commentform #submit {
    border: none;
    border-radius: 4px;
    font-weight: bold;
    padding: 11px 35px;
    text-align: center;
    margin: 25px 5px -10px 0;
}

#commentform #submit:hover {
    opacity: .85;
    cursor: pointer;
}

#commentform input,
#comment {
    padding-left: 5px;
}

#commentform textarea {
    min-height: 90px;
    -moz-resize: vertical;
    resize: vertical;
}

#commentform label {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
}

#commentform label span {
    font-size: 15px;
}

#wp-comment-cookies-consent {
    float: left;
    margin: 4px 7px 0 0;
}

p.comment-form-cookies-consent {
    margin-top: 15px;
    margin-bottom: 0px;
}

p.comment-form-author {
    margin-right: 4.8% !important;
}

p.comment-form-author,
p.comment-form-email {
    width: 47.5%;
    float: left;
    margin: 0 0 13px 0;
}

.comment-moderation-text {
    display: block;
    color: red;
}


/*-----------------------------------------------------------------------------
----------------------------- 7 - Contact Form --------------------------------
-----------------------------------------------------------------------------*/

/* -- Contact Cols -- */
.one_half_c,
.one_half_last_c {
    float: left;
    width: 46.5%;
    margin-right: 6%;
}

.one_half_last_c {
    margin-right: 0;
}

.one_full_c {
    float: left;
    width: 99%;
}


/* -- Contact Form 7 Plugin -- */
form.wpcf7-form span.wpcf7-radio input {
    width: auto !important;
    display: inline-block !important;
    height: auto !important;
}

form.wpcf7-form span.wpcf7-checkbox input {
    width: auto !important;
    display: inline-block !important;
    height: auto !important;
}

form.wpcf7-form {
    padding: 40px 50px 10px 50px;
    font-size: 11px;
    border-radius: 4px;
    margin: 25px 0 30px 0;
    font-size: 11px;
}

form.wpcf7-form input {
    display: block;
    width: 98%;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    padding-left: 2%;
}

form.wpcf7-form textarea {
    width: 98%;
    min-height: 200px;
    line-height: 22px;
    font-size: 14px;
    border-radius: 3px;
    font-weight: bold;
    -moz-resize: vertical;
    resize: vertical;
    padding-left: 2%;
}

form.wpcf7-form input.wpcf7-submit {
    width: inherit !important;
    margin-top: 15px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 12px;
    padding: 11px 35px;
    text-align: center;
}

form.wpcf7-form input.wpcf7-submit:hover {
    opacity: .85;
    cursor: pointer;
}

form.wpcf7-form img.ajax-loader {
    width: inherit !important;
}

form.wpcf7-form .wpcf7-validation-errors,
form.wpcf7-form .wpcf7-response-output,
form.wpcf7-form div.wpcf7-mail-sent-ok {
    color: #f00;
    margin-top: -20px;
    margin-left: -12px;
    font-size: 12px;
    position: relative;
    border: none;
}

form.wpcf7-form div.wpcf7-mail-sent-ok {
    color: green !important;
}

form.wpcf7-form span.wpcf7-form-control-wrap {
    width: 100% !important;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    text-align: right;
    margin-right: 15px;
    font-size: 11px;
    font-weight: normal;
    margin-top: -28px;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000 !important;
    opacity: 1;
    font-size: 12px !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 1;
    font-size: 12px !important;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 1;
    font-size: 12px !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000 !important;
    opacity: 1;
    font-size: 12px !important;
}


/*-----------------------------------------------------------------------------
----------------------------- 8 - Custom Pages --------------------------------
-----------------------------------------------------------------------------*/

/* -- Tag & Category Index -- */
#mcTagMap {
    width: 770px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fafafa;
    padding: 40px;
}

#mcTagMap #mcTagMapNav {
    display: block;
    float: left;
    width: 770px !important;
    text-align: center;
    padding: 10px 0 !important;
    border-radius: 5px;
    margin-bottom: 20px;
    border: none !important;
}

#mcTagMap #mcTagMapNav a {
    text-decoration: none;
    padding: 3px 2px 3px 2px !important;
    font-size: 16px !important;
    font-weight: bold;
    border-left: 0px !important;
    color: #FFF;
}

#mcTagMap .tagindex h4,
#sc_mcTagMap .tagindex h4 {
    font-weight: bold; 
    font-size: 20px; 
}

.holdinner img {
    border-radius: 5px !important;
}

#mcTagMap .tagindex ul li span.mctagmap_count {
    float: right !important;
    opacity: 0.5;
}

#mcTagMap .tagindex ul li,
#sc_mcTagMap .tagindex ul li {
    font-size: 15px;
    padding: 6px 0 !important;
}

#mcTagMap .holdinner { 
    margin-left: -30px;
}

#mcTagMap .holdleft,
#sc_mcTagMap .holdleft {
    width: 170px !important;
    margin: 0 0 0 30px !important;
}


/* -- 404 page -- */
#anthemes-404 .middle-404 {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

#anthemes-404 {
    width: 100%;
    min-height: 340px;
    margin-top: 35px;
    border-radius: 4px;
    height: auto;
    padding: 200px 0 100px 0;
    text-align: left;
}

#anthemes-404 h1 {
    font-size: 66px;
    font-weight: 700;
    padding: 0px 0 50px 0;
}

#anthemes-404 p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
}

a.button404 {
    text-align: center;
    float: none;
    text-decoration: none;
    width: 180px;
    margin: 35px auto 0 auto;
    border-bottom: medium none;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 40px;
    text-transform: uppercase;
    display: block;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
}

a.button404:hover {
    opacity: 0.7;
}


/* ================ 
-- Frontend Publishing -- */

.wpfepp-prefix-text {
    font-size: 11px !important;
    background-color: #fafafa;
    display: inline-block;
    padding: 0 5px;
}

.wpfepp-form .wpfepp-form-field-container>input[type="text"],
.wpfepp-form .wpfepp-form-field-container>input[type="email"],
.wpfepp-form .wpfepp-form-field-container>input[type="url"],
.wpfepp-form .wpfepp-form-field-container>select,
.wpfepp-form .wpfepp-form-field-container>textarea {
    border-radius: 3px !important;
    width: 100%;
    border: 2px solid #d5d6d8 !important;
    color: #333 !important;
}

#wp-wpfepp-form-1-content-field-editor-container iframe {
    min-height: 150px !important;
}

.wpfepp-form .wpfepp-form-field-container>textarea {
    min-height: 80px !important;
}

.wpfepp-form .wpfepp-form-field-container .wp-editor-container {
    border: 2px solid #d5d6d8 !important;
    border-radius: 3px !important;
}

.wpfepp-form .wpfepp-button {
    padding: 12px 36px !important;
    border-radius: 4px !important;
    background: #000 !important; 
    margin-right: 10px;
    font-weight: bold;
}

.wpfepp-form .wpfepp-message.error,
.wpfepp-posts .wpfepp-message.error {
    background: #D62727 !important;
    border: 1px solid #D62727 !important;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 15px;
}

.wpfepp-form .wpfepp-button.green {
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
}

.wpfepp-posts .wpfepp-row .wpfepp-fixed-td a {
    font-size: 13px !important;
}

.wpfepp-form .wpfepp-button.green:hover {
    opacity: 0.7 !important;
}

.wpfepp-form .wpfepp-save-button:hover {
    opacity: 0.7 !important;
}

.wpfepp-form .wpfepp-save-button {
    background-color: #fff !important;
}


/*-- Front end --*/
form.wpfepp-form {
    max-width: 100%;
    margin-bottom: 10px;
}

.an-fpp-img {
    width: 70px;
    height: 44px;
    float: left;
    background: #f8f8f8;
}

.an-fpp-img img {
    width: 70px;
    height: 44px;
    object-fit: cover;
}

.an-fpp-title {
    margin-left: 85px;
    font-weight: 500 !important;
    font-size: 14px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.wpfepp-prefix-text {
    font-size: 12px;
    line-height: 20px;
    color: #777;
}

.wpfepp-form-field-container {
    margin-bottom: 30px !important;
}

div.wpfepp-form-fields {
    margin-top: 40px;
}

div#qtip-1-content {
    z-index: 99 !important;
    position: relative !important;
}

div.wpfepp-posts {
    margin-top: 40px;
    margin-bottom: 30px;
}

button#insert-media-button {
    padding: 0px 15px !important;
}


/*-- Front end my posts -- */
.wpfepp-post-table-container table {
    width: 100% !important;
    margin-bottom: 25px;
}

.wpfepp-posts ul.wpfepp-tabs {
    border-bottom: 1px solid #ded9e0 !important;
}

.wpfepp-posts ul.wpfepp-tabs a.active {
    border-color: #ded9e0 #ded9e0 #FFF !important;
}

.wpfepp-posts ul.wpfepp-tabs a {
    border-color: #ded9e0 !important;
    border-width: 1px;
    border-radius: 3px;
    font-weight: 500;
    background: #f8f8f8;
}

div.wpfepp-post-table-container table {
    background-color: #FFF;
}

div.wpfepp-message a {
    background-color: #000;
    margin-top: 30px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px 25px;
    color: #FFF;
}

div.success {
    color: #222 !important;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    background: #e9f6e3;
    color: #93c088;
    border: 1px solid #ceedc4;
    margin: 15px 0;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    text-align: center;
}

.wpfepp-post-table-container table,
.wpfepp-post-table-container td,
.wpfepp-post-table-container dl,
.wpfepp-post-table-container thead,
.wpfepp-post-table-container th {
    border: none;
    border-radius: 5px;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fafafa;
    padding: 25px;
}

.wpfepp-post-table-container table {
    padding: 0px;
}

.wpfepp-form .wpfepp-message.success,
.wpfepp-posts .wpfepp-message.success {
    background: #f5f5f5 !important;
    border: none !important;
    box-shadow: none !important;
    padding: 35px 0 !important;
    border-radius: 5px !important;
    font-size: 16px;
}

.wp-editor-container textarea.wp-editor-area {
    min-height: 150px !important;
}

 
/* ================
-- Shop Style-- */
.woocommerce header {
    z-index: 9999 !important;
}

p.return-to-shop a.button {
    color: #000 !important;
}

.cart-empty::before {
    top: 10px !important;
}

.select2-container .select2-selection--single {
    height: 40px;
    border: 2px solid #d5d6d8;
    color: #333;
    border-radius: 0px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

div.woocommerce-billing-fields__field-wrapper p { 
    font-size: 16px;
}


/* -- Account -- */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 16px;

}

.woocommerce form .form-row label {
  line-height: 2;
  font-size: 14px;
}

.woocommerce-Addresses header {
    background-color: #fff !important;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 10px 0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.woocommerce-account .addresses .title .edit {
    float: left !important;
    margin-top: 40px !important;
    margin-left: 10px !important;
}

.woocommerce a.edit {
    float: left !important;
    margin: 0 !important;
    margin-top: 0px;
    margin-left: 0px;
    color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 12px;
}

.woocommerce-MyAccount-navigation ul {
    margin-left: 0px !important;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 10px 0 10px 20px;
    list-style: none;
    background-color: #fafafa;
    margin-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    display: inline-block;
    float: left;
    width: 180px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
}

body.woocommerce-account .single-content {
    min-height: 800px;
}

.woocommerce-MyAccount-navigation ul li:after {
    color: #ddd;
    margin-top: -23px;
    float: right;
    font-size: 14px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    padding-right: 20px;
}

li.woocommerce-MyAccount-navigation-link--dashboard:after {
    content: "\f3fd";
}

li.woocommerce-MyAccount-navigation-link--orders:after {
    content: "\f291";
}

li.woocommerce-MyAccount-navigation-link--downloads:after {
    content: "\f381";
}

li.woocommerce-MyAccount-navigation-link--edit-address:after {
    content: "\f015";
}

li.woocommerce-MyAccount-navigation-link--edit-account:after {
    content: "\f007";
}

li.woocommerce-MyAccount-navigation-link--customer-logout:after {
    content: "\f2f5";
}

li.woocommerce-MyAccount-navigation-link--posts:after {
    content: "\f0cb";
}

li.woocommerce-MyAccount-navigation-link--upload:after {
    content: "\f65e";
}

div.woocommerce-MyAccount-content .woocommerce-error,
div.woocommerce-MyAccount-content .woocommerce-info,
div.woocommerce-MyAccount-content .woocommerce-message {
    margin: 15px 0 0 0 !important;
}

body.woocommerce-downloads a.woocommerce-Button {
    float: right;
    height: 11px !important;
    line-height: 12px !important;
}

div.woocommerce-MyAccount-content fieldset {
    border: none;
    background: #fafafa;
    padding: 15px 25px 20px 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

div.woocommerce-MyAccount-content legend {
    color: #FFF;
    padding: 1px 10px;
    border-radius: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 15px;
}

div.woocommerce-MyAccount-content div.wpfepp-form-fields {
    margin-top: 15px;
}

div.woocommerce-MyAccount-content div.wpfepp-posts {
    margin-top: 15px !important;
    margin-bottom: 0px;
}

form#basic-user-avatar-form img.avatar {
    width: 90px !important;
    height: 90px !important;
    margin-top: 50px;
}

#basic-user-avatar-form p.description {
    font-size: 14px;
}

#basic-user-avatar-form input[type=submit]:hover {
    opacity: .85;
    cursor: pointer;
}

#basic-user-avatar-form input[type=submit] {
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 8px 16px;
    margin-top: 0;
    font-weight: 900;
}

#user_url_field {
    margin-bottom: 10px;
}

.woocommerce form .form-row textarea {
    min-height: 6em;
    line-height: 1.5;
    display: block;
    box-shadow: none;
    padding: 5px 10px;
    -moz-resize: vertical;
    resize: vertical;
}


/* -- WooCommerce shop page -- */
.woocommerce-page .entry img {
    width: inherit !important;
}

select.orderby {
    width: 200px;
    border: none;
    float: left;
    padding: 9px 40px 9px 10px !important;
    font-weight: bold;
    background-color: #f1f1f1;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; 
    margin-right: 5px;
}

select.orderby option {
    margin: 10px 20px;
}

select.orderby option:hover {
    cursor: pointer;
}

.woocommerce-ordering {
    margin-top: 5px !important;
    background-color: #f1f1f1;
    margin-right: 1px !important;
    border-radius: 3px;
}

.woocommerce form.checkout_coupon button {
    padding: .6em 1em !important;
    margin-left: -30px !important;
    font-size: 15px !important;
}


/* -- Products full width page-- */
div.wrap-fullwidth-bg .woocommerce ul.columns-4 li.product,
div.wrap-fullwidth-bg .woocommerce-page ul.columns-4 li.product {
    width: 20.05% !important;
}

div.wrap-fullwidth-bg .woocommerce-page ul.columns-4 li.product img {
    width: 100% !important;
}

div.wrap-fullwidth-bg .woocommerce ul.products.columns-3 li.product,
div.wrap-fullwidth-bg .woocommerce-page ul.products.columns-3 li.product {
    width: 30.75% !important;
}

div.wrap-fullwidth-bg .woocommerce-page ul.products.columns-3 li.product img,
.woocommerce ul.products li.product a img {
    width: 100% !important;
}


/* -- Single Product full width page -- */
body.single-product div.wrap-fullwidth-bg .entry {
    padding-top: 1px;
}

.woocommerce div.product div.images img {
    margin: 2px 0 0 0 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    float: left;
}

.woocommerce #wp-comment-cookies-consent {
    margin: 8px 5px 0 0;
}


/* -- Products -- */
div.woocommerce-message a.button {
    padding: 0em 1em !important;
}

ul.products {
    margin-top: 30px !important;
}

ul.products li {
    width: 261px;
    text-align: center;
}

ul.products li img {
    width: 261px;
    height: 300px !important;
    object-fit: cover;
}

ul.products li:hover img {
    opacity: 0.9;
}

ul.products li span.onsale {
    z-index: 101;
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    left: 0;
    right: auto;
} 

.woocommerce span.onsale {
    min-height: 16px !important;
    min-width: 70px !important;
    padding: 3px 0px !important;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 18px !important; 
    margin: 23px 0 0 -23px !important;
    border-top-right-radius: 4px !important;
    border-radius: 0px; 
    color: #fff;
    font-size: .857em;
    z-index: 9;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.woocommerce span.onsale { 
    top: 0.2em;
    left: 0em;
}

ul.products li h3 {
    font-size: 18px !important;
}

.add_to_cart_button, .product_type_grouped, .product_type_external {
    display: block !important;
    border-radius: 0px !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    font-weight: bold !important;
    font-size: 11px !important;
    padding: 6px 0 !important;
    width: 100%;
    text-align: center !important;
    top: 267px !important;
    position: absolute !important;
    opacity: 0 !important;
    text-transform: uppercase;  
    transition: all .2s ease-in-out;
} 


.add_to_cart_button::before, .product_type_grouped::before, .product_type_external::before {  
    font-family: "Font Awesome 6 Free";
    content: "\f290";
    font-weight: 900;  
    display: inline-block;
    margin-right: 7px;
    color: #fff !important;
}

ul.products li:hover .add_to_cart_button,
ul.products li:hover .product_type_grouped,
ul.products li:hover .product_type_external { top: 249px !important; transition: all .1s ease-in-out; opacity: 1 !important; }

a.added_to_cart {
    display: none !important;
}

.woocommerce span.price {
    font-weight: 400 !important;
    font-size: 14px !important;
    margin-top: -10px;
}

div.star-rating {
    display: none !important;
}

.single-product div.star-rating {
    display: block !important;
}

ul.products div.star-rating {
    display: none !important;
}

body.woocommerce-page textarea#comment {
    width: 101% !important;
    min-height: 100px !important;
}

body.woocommerce-page p.comment-form-comment {
    margin-bottom: -20px !important;
    margin-top: -40px !important;
}

body.woocommerce-page p.comment-form-author {
    margin-bottom: -20px !important;
}

#reviews p.meta {
    margin-top: -15px !important;
}

#reviews div.description {
    margin-top: -30px !important;
}

#reviews div.description p {
    padding-bottom: 0px !important;
}

.woocommerce #reviews #comments h2 {
    display: none !important;
} 

.woocommerce .single-related,
.woocommerce-page .woocommerce .single-related {
    display: none;
}

.woocommerce .author-right-meta,
.woocommerce-page .author-right-meta {
    display: none;
}

.woocommerce #random-wrap-section,
.woocommerce-page #random-wrap-section {
    display: none;
}

.woocommerce #follow-section .one_half_last img,
.woocommerce-page #follow-section .one_half_last img {
    margin-top: 11px;
}


/* -- Pagination -- */
.woocommerce nav.woocommerce-pagination ul li {
    border: none !important;
    margin-right: 5px !important;
}

.woocommerce nav.woocommerce-pagination ul li span {
    color: #000 !important;
}

.woocommerce-pagination {
    border: none !important;
    margin-bottom: 30px;
}

ul.page-numbers {
    margin: 0 2px 10px 2px !important;
    border: none !important;
}

ul.page-numbers li .page-numbers {
    display: inline-block !important;
    border-radius: 3px !important;
    font-weight: bold !important;
    padding: 10px 10px 9px 10px !important;
    text-align: center !important;
}


/* -- Single Product -- */
body.single-product div.wrap-fullwidth-bg div.product div.images img {
    margin: 0px !important;
}

body.single-product div.wrap-fullwidth-bg div.product div.images img {
    width: 100% !important;
}

.woocommerce div.product form.cart .group_table td:first-child {
    padding: 15px !important;
} 

.woocommerce div.product form.cart .group_table td {
    border-bottom: 1px solid #f1f1f1; 
    padding-top: 25px;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 6px 0 0;
}

.woocommerce .product {
    margin-top: 50px;
}

form.cart {
    margin: 10px 0 !important;
}

.single_add_to_cart_button {
    height: 42px !important;
}

.cart input.input-text {
    padding: 0px 0 !important;
    border-radius: 4px;
}

.woocommerce h1.entry-title {
    font-size: 32px !important;
    margin: 25px 0 5px 0 !important;
    line-height: 40px !important;
    font-weight: 500 !important;
}

p.price {
    margin-bottom: 0px !important;
    font-size: 20px !important;
}

div.purchasable .woocommerce-Price-amount p {
    color: #999 !important; 
    font-size: 14px !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #999 !important; 
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: 400 !important; 
}
.woocommerce ul.products li.product .price ins {
    font-weight: 400 !important; 
}

span.posted_in {
    display: table-row;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 2px 10px;
    text-align: center;
    margin: 10px 5px 0 0;
}

span.posted_in a {
    background-color: #eeeeee;
    color: #999;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px 2px 10px;
    list-style: none;
    border-radius: 3px;
    margin: 0 5px 5px 5px;
    font-size: 11px !important;
    font-weight: 500;    
}

span.posted_in a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none !important;
}
span.sku {
    background-color: #eeeeee;
    color: #999;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px 2px 10px;
    list-style: none;
    border-radius: 3px;
    margin: 0 5px 5px 5px;
    font-size: 11px !important;
    font-weight: 500; 
}

.woocommerce div.product_meta {
    margin-top: 30px;
}

.woocommerce table.shop_table {
    border-collapse: collapse !important;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #ddd; 
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f5f5f5;
    border-radius: 5px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #f5f5f5; 
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f5f5f5;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    padding: 1em 2em 1em 3.5em;
    background-color: #fff;
}

span.tagged_as {
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-weight: bold;
    padding: 2px 10px;
    text-align: center;
    margin: 10px 5px 0 0;
}

span.posted_in a:hover,
span.tagged_as a:hover {
    text-decoration: underline;
}

div.panel h2 {
    font-size: 16px;
}

a.show_review_form {
    line-height: 28px !important;
}

.single-product #commentform textarea {
    width: 100% !important;
}

div.products h2 {
    font-size: 16px;
    margin: 20px 0 10px 0 !important;
}

section.related h2 {
    font-size: 16px;
    margin-bottom: -10px;
} 

.woocommerce ul.cart_list {
    margin-left: 20px !important;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    padding-top: 10px !important;
}

.woocommerce .widget_shopping_cart_content {
    border-top: 3px double #ebe9eb;
    padding-top: 10px;
}

.woocommerce a.remove {
    margin: 14px 0 0 -20px !important;
    font-size: 1em !important;
}

.woocommerce-mini-cart__buttons {
    margin-top: 10px !important;
}

.woocommerce-cart-form table {
    background-color: #FFF;
}

.woocommerce-cart-form thead {
    background-color: #FFF;
}

.woocommerce-cart-form table,
.woocommerce-cart-form td,
.woocommerce-cart-form dl,
.woocommerce-cart-form thead,
.woocommerce-cart-form th {
    border: 1px solid #f1f1f1;
} 

.woocommerce-cart-form a.remove {
    margin: 0 -22px 0 3px !important;
    font-size: 18px !important;
}

.woocommerce-cart-form .coupon input.input-text {
    height: 31px;
}

p.woocommerce-mini-cart__buttons a.wc-forward {
    padding: .318em 1em;
}

.checkout_coupon input.input-text {
    height: 33px;
}

.woocommerce-checkout h3 {
    font-size: 16px;
}

.cart_totals h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

.woocommerce ul.meta-entry-top {
    display: none;
}

.woocommerce .entryexcerpt {
    display: none;
}

.woocommerce .entry-bottom {
    display: none;
}

.woocommerce .entry-top {
    padding-bottom: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs { 
    padding-top: 35px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #f5f5f5; 
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff; 
    border-bottom-color: #fff;
    color: #000 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5; 
    margin: 0 -2px !important;
    padding: 0 1.5em !important;
    border-right: 1px solid #ddd;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #f5f5f5;
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 50px 0 -30px 0;
}

.woocommerce #comments {
    float: none;
}

.woocommerce #commentform {
    background-color: transparent;
    padding: 0px !important;
}


/* -- Change Password Page -- */
input.input-text {
    padding: 11px 5px !important;
    font-weight: bold;
}

input#coupon_code {
    padding: 17px 5px !important;
    font-weight: bold;
    text-align: center;
}

.woocommerce-message {
    font-weight: bold;
}

.woocommerce-message::before {
  top: 1.3em;
  border-radius: 50%;
  line-height: 14px;
}

p.woocommerce-info {
    padding-left: 70px;
}

select.country_to_state {
    padding: 12px 0 !important;
}

.woocommerce-message a.button {
    line-height: 28px !important;
}

.woocommerce a.button {
    line-height: 28px !important;
}

.woocommerce a.edit {
    float: left !important;
    margin: 0 !important;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 120px !important;
}


/* -- Widgets -- */
.woocommerce ul.product_list_widget li span.woocommerce-Price-amount {
    font-size: 12px !important;
    color: #999 !important;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: 500 !important;
    font-size: 16px !important;
}

ul.product_list_widget {
    margin-top: -10px !important;
}

ul.product_list_widget li {
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(241, 241, 241, .5);
}

ul.product_list_widget li img {
    margin-left: 10px !important;
    margin-top: 0px !important;
    width: 45px !important;
    border-radius: 4px !important;
} 

ul.product_list_widget li div.star-rating {
    display: block !important;
    margin-bottom: 5px !important;
}

ul.product_list_widget li img.attachment-shop_thumbnail {
    width: 55px !important;
    height: 55px !important;
}

.sidebar2 ul.product_list_widget li img {
    float: left !important;
    margin: 4px 15px 0 0 !important;
}

.woocommerce-product-search button:hover {
    cursor: pointer;
}

.woocommerce-product-search button {
    padding: 10px 15px 10px 16px !important;
    border-radius: 5px !important;
    color: #FFF;
    font-weight: bold;
    width: 28%;
}

.woocommerce-product-search input[type="search"],
.woocommerce-product-search input[type="text"] {
    font-size: 12px;
    border-radius: 4px;
    text-align: center;
    width: 70%;
}

.woocommerce h2.woocommerce-loop-product__title {
    font-size: 20px !important;
}

.woocommerce table.shop_attributes td {
    padding-left: 5px !important;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    width: 100px !important;
}

body.woocommerce-checkout .woocommerce {
    padding-bottom: 30px !important;
}

section.related ul.products li.product {
    width: 22.05% !important;
}

form.woocommerce-cart-form {
    margin-top: 35px !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin: 30px 0 0 0 !important;
}

.woocommerce div.product form.cart .variations {
    margin-top: 0px !important;
}

.woocommerce div.product form.cart .variations label {
    margin-left: 25px !important;
}

p.woocommerce-noreviews {
    display: none;
}

#review_form_wrapper {
    background-color: #fafafa;
    margin-top: 50px;
    padding: 50px 50px 15px 50px;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 1px solid #f5f5f5;
    background-color: #fafafa;
    padding: 15px 20px 0 20px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:before {
    content: "\f053";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 13px;
    margin-left: -27px;
    margin-top: -5px;
    color: #f5f5f5;
    position: relative;
    margin-bottom: -25px;
} 

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50%;
    padding: 0px !important;
    border: none !important;
}

#review_form span.comment-reply-title {
    font-weight: 500;
    font-size: 16px;  
}

.woocommerce #review_form #respond .form-submit input {
    margin-top: 20px;
    margin-bottom: 13px;
}

.woocommerce p.comment-form-cookies-consent {
    margin-top: 15px;
    margin-bottom: -20px !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.75em;
    height: 0.75em;
    background-color: #000;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.2em;
    margin-left: -.5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #000;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #f5f5f5;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .3em;
}

form.woocommerce-EditAccountForm em { 
    font-size: 14px !important;
}


/* -- New components -- */
th.wc-block-cart-items__header-image span { 
    padding-left: 18px;
}

.wc-block-cart .wc-block-cart__submit-container, .components-button {
    padding: 0; 
    border-radius: 5px;
    font-weight: bold;
    margin-top: 0px; 
}

.wc-block-cart .wc-block-cart__submit-container {
    margin-top: 25px;
}

a.wp-element-button:focus,
.components-button {
    outline:none !important;
    box-shadow: none !important; 
} 

.wc-block-grid__product-title { 
    font-size: 14px !important;
}

.is-large.wc-block-cart .wc-block-cart-items { 
    border-left: 1px solid hsla(0,0%,7%,.11);
    border-right: 1px solid hsla(0,0%,7%,.11);
}

.wc-block-components-sidebar-layout.wc-block-cart {
    padding-top: 25px !important;
}


/*-----------------------------------------------------------------------------
------------------------------ 9 - Footer -------------------------------------
-----------------------------------------------------------------------------*/

/* -- Footer -- */
footer {
    width: 100%;
    height: auto;
}

.footer-copyright {
    width: 100%;
    height: 65px;
    padding: 30px 0 70px 0;
    text-align: center;
    border-top: 3px solid #111;
}

.social-section {
    width: 100%;
    height: 110px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


/* -- Footer Wrap -- */
.footer-wrap {
    width: 1520px;
    height: auto;
    margin: 0 auto;
}

.footer-wrap .subscribe-widget input {
    border: 1px solid #222 !important;
    background: #111;
}

.footer-wrap .subscribe-widget input[type="checkbox"] {
    accent-color: #111;
    filter: invert(100%) hue-rotate(18deg) brightness(1.7);
}

.footer-wrap .subscribe-widget input[type="submit"] {
    background: #000 !important;
    color: #fff !important;
    transition: all 0.3s;
}

footer .one_half,
footer .one_half_last { 
    padding-top: 60px;
    padding-bottom: 20px; 
}

.footer-wrap h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
} 


/* -- Menu Footer -- */
ul.menu-footer li {
    margin-bottom: 12px;
    font-weight: 700;
    margin-right: 8px;
    font-size: 16px;
    vertical-align: inherit;
}

ul.menu-footer li strong {
    border-radius: 50%;
    padding: 3px 5px 1px 5px;
    font-size: 11px; 
    color: #fff; 
    margin-left: 3px;
}


/* -- Footer Social Icons -- */
ul.footer-social {
    margin-left: auto;
    margin-right: auto;
}

ul.footer-social li {
    height: 40px;
    font-size: 24px;
    display: inline-block;
    margin: 45px 5px 0 5px;
}

ul.footer-social li:hover {}

ul.footer-social li a {
    text-align: center;
    padding: 5px 10px;
}

ul.footer-social li span {
    font-size: 16px;
    line-height: 0px;
}


/* -- Copyright -- */
.footer-copyright p {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    color: #555;
}

.footer-copyright p i.fa-times {
    font-size: 8px !important;
    padding: 0 10px;
}

div.firstfpara a::before {
    color: #FFF;
    font-family: 'Font Awesome 6 Free';
    content: "\f00d";
    font-size: 8px !important;
    padding: 0 13px 0 10px;
}
 

/* -- Back to Top -- */
#back-top {
    position: fixed;
    display: block;
    bottom: 10px;
    right: 10px;
    z-index: 999999;
}

#back-top a {
    width: 40px;
    display: block;
}

#back-top span {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 5px;
}

#back-top span i {
    color: #fff !important;
    font-size: 17px;
    margin: 12px 0 0 13px;
}  


/*-----------------------------------------------------------------------------
----------------------------- 10 - Shortcodes ---------------------------------
-----------------------------------------------------------------------------*/

/* -- Buttons  -- */
.simplebtn,
.smallbtn {
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    margin: 10px 10px 0 0;
}

.smallbtn {
    padding: 0px 10px;
    font-weight: 600;
}

.smallbtn a {
    color: #FFF !important;
}

.smallbtn a:hover {
    background: inherit !important;
    text-decoration: underline;
}

.simplebtn:hover {
    opacity: .85;
    text-decoration: none !important;
}

.simplebtn i {
    padding-right: 5px;
}

a.simplebtn.blue:hover {
    background-color: #0099cc !important;
    color: #FFF !important;
}

a.simplebtn.green:hover {
    background-color: #7dc34d !important;
    color: #FFF !important;
}

a.simplebtn.green2:hover {
    background-color: #0fbe7c !important;
    color: #FFF !important;
}

a.simplebtn.orange:hover {
    background-color: #e76b33 !important;
    color: #FFF !important;
}

a.simplebtn.gold:hover {
    background-color: #ffd62c !important;
    color: #FFF !important;
}

a.simplebtn.red:hover {
    background-color: #cc3333 !important;
    color: #FFF !important;
}

a.simplebtn.pink:hover {
    background-color: #d63f72 !important;
    color: #FFF !important;
}

a.simplebtn.black:hover {
    background-color: #3b3b3b !important;
    color: #FFF !important;
}

.simplebtn.blue {
    background-color: #0099cc;
    border: 1px solid #0099cc !important;
    color: #FFF !important;
    text-shadow: 0 -1px 0 #0099cc;
}

.simplebtn.green {
    background-color: #7dc34d;
    border: 1px solid #7dc34d !important;
    color: #FFF !important;
    text-shadow: 0 -1px 0 #7dc34d;
}

.simplebtn.green2 {
    background-color: #0fbe7c;
    border: 1px solid #0fbe7c !important;
    color: #FFF !important;
    text-shadow: 0 -1px 0 #0fbe7c;
}

.simplebtn.orange {
    background-color: #e76b33;
    border: 1px solid #e76b33 !important;
    color: #FFF !important;
    text-shadow: 0 -1px 0 #e76b33;
}

.simplebtn.gold {
    background-color: #ffd62c;
    border: 1px solid #ffd62c !important;
    color: #FFF !important;
    text-shadow: 0 -1px 0 #ffd62c;
}

.simplebtn.red {
    background-color: #cc3333;
    border: 1px solid #cc3333 !important;
    color: #FFF !important;
    text-shadow: 0 -1px 0 #cc3333;
}

.simplebtn.pink {
    background-color: #d63f72;
    border: 1px solid #d63f72 !important;
    color: #FFF !important;
    text-shadow: 0 -1px 0 #d63f72;
}

.simplebtn.black {
    background-color: #3b3b3b;
    border: 1px solid #3b3b3b;
    color: #FFF !important;
    text-shadow: 0 -1px 0 #3b3b3b;
}


/* -- Columns -- */
.one_half,
.one_half_last {
    float: left;
    width: 48%;
    margin-bottom: 10px;
    margin-right: 4%;
}

.one_half_last {
    margin-right: 0;
}

.one_third,
.one_third_last {
    float: left;
    width: 30%;
    margin-bottom: 10px;
    margin-right: 5%;
}

.one_third_last {
    margin-right: 0;
}

.one_fourth,
.one_fourth_last {
    float: left;
    width: 23.5%;
    margin-bottom: 10px;
    margin-right: 2%;
}

.one_fourth_last {
    margin-right: 0;
}


/* -- Boxes info  -- */
.boxinfo {
    box-shadow: 0px 0px 1px #fafafa, 0 2px 2px #fafafa inset;
    background: #ddecf5;
    color: #99b1c1;
    border: 1px solid #c3d9e5;
    padding: 15px;
    margin: 15px 0;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    text-align: center;
}

.boxsucces {
    box-shadow: 0px 0px 1px #fafafa, 0 2px 2px #fafafa inset;
    background: #e9f6e3;
    color: #93c088;
    border: 1px solid #ceedc4;
    padding: 15px;
    margin: 15px 0;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    text-align: center;
}

.boxerror {
    box-shadow: 0px 0px 1px #fafafa, 0 2px 2px #fafafa inset;
    background: #ffe3e3;
    color: #cf9494;
    border: 1px solid #fdcdcd;
    padding: 15px;
    margin: 15px 0;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    text-align: center;
}

.boxnotice {
    box-shadow: 0px 0px 1px #fafafa, 0 2px 2px #fafafa inset;
    background: #fcf9da;
    color: #b3ad77;
    border: 1px solid #ebe7bc;
    padding: 15px;
    margin: 15px 0;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    text-align: center;
}

.boxinfo,
.boxsucces,
.boxerror,
.boxnotice {
    max-width: 100% !important;
    display: inline-block !important;
}


/* -- List styles – ul  -- */
ul.simplelist li {
    padding: 3px 0 3px 15px;
    background: url(images/li_arrow.png) no-repeat 0px center;
    font-weight: 600;
}

ul.simplelist {
    margin: 20px 40px;
    list-style-type: none;
}

ul.minus-blue-list li {
    padding: 3px 0 3px 17px;
    background: url(images/li_minus_blue.png) no-repeat 0px center;
    font-weight: 600;
}

ul.minus-blue-list {
    margin: 20px 40px;
    list-style-type: none;
}

ul.minus-green-list li {
    padding: 3px 0 3px 17px;
    background: url(images/li_minus_green.png) no-repeat 0px center;
    font-weight: 600;
}

ul.minus-green-list {
    margin: 20px 40px;
    list-style-type: none;
}

ul.minus-orange-list li {
    padding: 3px 0 3px 17px;
    background: url(images/li_minus_orange.png) no-repeat 0px center;
    font-weight: 600;
}

ul.minus-orange-list {
    margin: 20px 40px;
    list-style-type: none;
}

ul.minus-gold-list li {
    padding: 3px 0 3px 17px;
    background: url(images/li_minus_gold.png) no-repeat 0px center;
    font-weight: 600;
}

ul.minus-gold-list {
    margin: 20px 40px;
    list-style-type: none;
}

ul.minus-black-list li {
    padding: 3px 0 3px 17px;
    background: url(images/li_minus_black.png) no-repeat 0px center;
    font-weight: 600;
}

ul.minus-black-list {
    margin: 20px 40px;
    list-style-type: none;
}


/* -- Accordion -- */
.accordionButton,
.accordionButton1,
.accordionButton2,
.accordionButton3 {
    width: 93%;
    float: left;
    cursor: pointer;
    padding-bottom: 14px;
    padding-left: 7%;
    padding-top: 16px;
    font-weight: 500;
    margin-top: 10px;
    border-radius: 3px;
}

.accordionContent {
    display: none;
    border: none !important;
    line-height: 24px;
}

.accordionButton,
.accordionButton1,
.accordionButton2,
.accordionButton3 {
    border-left: 5px solid #000;
    color: #444;
    border-top: 1px solid #f0eee9;
    border-right: 1px solid #f0eee9;
}


/* -- Accordion -- */
.accordionButton,
.accordionButton1,
.accordionButton2,
.accordionButton3 {
    background: #f3f6f9 url(images/plus.png) no-repeat 20px 16px;
}

.on {
    background: url(images/minus.png) no-repeat 20px 16px;
}


/* -- Accordion -- */
.accordionButton:hover,
.accordionButton1:hover,
.accordionButton2:hover,
.accordionButton3:hover {
    background: #f3f6f9 url(images/plus.png) no-repeat 20px 16px;
}

.on:hover {
    background: #fafafa url(images/minus.png) no-repeat 20px 16px;
}