/*
Theme Name: Piclove WP
Theme URI: https://anthemes.com/themes/piclove/
Description: Piclove - Blog & Photos Download WordPress Theme
Version: 1.9
Author: An-Themes
Author URI: https://themeforest.net/user/an-themes/portfolio
Tags: sticky-post, right-sidebar, custom-colors
Text Domain: itaka-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;
}

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: 40px;
    margin-right: 40px;
    background-color: #fff;
}

/* - Header - */
header { 
    width: 100%; 
    height: 60px; 
    margin: 0 auto; 
    padding: 25px 0 0 0; 
}

.main-header { 
    width: auto; 
    height: 50px; 
    float: right; 
}

.main-header span.menu-text { 
    font-weight: bold;
    margin: 15px 0 0 15px;
    float: left;
} 

.subheader { 
    width: 100%; 
    height: 450px; 
}

.header-center { 
    width: 1520px; 
    height: auto; 
    margin: 0 auto; 
}

.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: 25px auto 70px auto; 
}

.wrap-fullwidth-bg { 
    width: 1516px; 
    height: auto; 
    margin: 25px 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: 60px; 
    position: relative; 
}


/* -- Search -- */
#searchform2 { 
    width: 350px; 
    height: auto; 
    float: left; 
    background-color: #F5F5F5;
    border-top-right-radius: 50px; 
    border-bottom-right-radius: 50px;
    margin: 12px 0 0 44px;
} 

#searchform2 #s { 
    width: 270px;
    font-weight: bold; 
    height: 36px; 
    float: left; 
    border: transparent; 
    padding: 2px 21px 0px 3px; 
    font-family: 'Roboto', sans-serif, Helvetica, Arial; 
    font-size: 14px; 
    font-weight: 500; 
}

#searchform2 .buttonicon { 
    font-family: 'Font Awesome 5 Free'; 
    font-size: 14px; 
    font-weight: 700; 
    width: 40px; 
    height: 38px; 
    margin: 0px 0 0 -20px; 
    float: left;
    padding-left: 10px; 
    border: none; 
    text-align: center; 
    border-top-left-radius: 50px; 
    border-bottom-left-radius: 50px;
    padding-top: 2px;
}

#searchform2 .buttonicon:hover {
    cursor: pointer;
}

#searchform2 ::placeholder {
    color: #999 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    opacity: 1;
}

#searchform2 :-ms-input-placeholder {
    color: #999 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

#searchform2 ::-ms-input-placeholder {
    color: #999 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}


/* -- 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;  
}

.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;
}


/* -- Top Header Menu -- */
.ant-responsive-menu { 
    float: left; 
    width: 100%; 
    text-align: center;  
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px; 
    font-weight: 700; 
    margin: 5px 15px 0 10px; 
    padding-top: 0px;
    border-radius: 5px;
}  

.ant-responsive-menu li.login a { 
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 8px 25px !important;
    background-color: #fff;
    margin: 0 -10px 0 50px;
}

.ant-responsive-menu li.register a { 
    border: 2px solid;
    border-radius: 5px;
    padding: 8px 25px !important;
    color: #fff; 
}

.ant-responsive-menu li.upload a { 
    border: 2px solid;
    border-radius: 5px;
    padding: 5px 10px !important;
    color: #fff; 
}

.ant-responsive-menu li.upload a i {
    padding-right: 0px;
    background: transparent !important;
}

.ant-responsive-menu li ul.sub-menu li > a span { 
    float: right; 
    height: 10px; 
    line-height: 12px; 
    padding: 2px 5px 4px 5px; 
    border-radius: 3px; 
    margin: 0px 0 0 5px; 
    font-size: 9px;
}
 

 /*Top level menu link items style*/
.ant-responsive-menu > li a img { 
    width: 162px; 
    margin-bottom: 2px; 
    margin-top: 3px; 
    border-radius: 3px;
}

.ant-responsive-menu > li { 
    float: none; 
    display: inline-block; 
}

.ant-responsive-menu > li > a { 
    display: block; 
    padding: 12px 0 6px 0 !important; 
    margin-left: 20px; 
}

.ant-responsive-menu li ul.sub-menu li a i,
.ant-responsive-menu li a i { 
    padding: 0 2px 0 0; 
    font-size: 14px; 
    opacity: 1;
    border-radius: 50%;
    width: 15px;
}

.ant-responsive-menu li ul.sub-menu li a i {
    font-size: 13px !important; 
    margin-right: 3px !important;
}

.ant-responsive-menu li .menu-active { 
    position: relative; 
}

.ant-responsive-menu > li > a > .arrow:before { 
    float: right; 
    margin: 0 0 0 5px !important; 
    display: inline; 
    font-size: 11px; 
    height: auto; 
    font-family: "Font Awesome 5 Free"; 
    content: "\f0dc"; 
    font-weight: 900; 
    text-shadow: none; 
    width: 10px; 
    display: inline-block; 
}


/*1st sub level menu*/
.ant-responsive-menu li ul { 
    padding: 15px 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;
    border: 2px solid #F5F5F5;
    border-bottom: 4px solid #F5F5F5;
}

.ant-responsive-menu li ul.sub-menu > li a.arrow { 
    border-bottom: none; 
    margin-top: -12px !important; 
    padding-bottom: 5px !important;
}

.ant-responsive-menu li ul.sub-menu li > a > .arrow:before { 
    font-family: 'Font Awesome 5 Free'; 
    font-size: 12px !important; 
    content: "\f105"; 
    font-weight: 900; 
}

.ant-responsive-menu > li > ul.sub-menu { 
    width: 235px; 
    display: none; 
    list-style: none; 
    clear: both; 
    padding: 15px 0; 
    margin:  0px 0 0 -5px; 
    position: absolute; 
    z-index: 201; 
} 

.ant-responsive-menu li ul.sub-menu > li { 
    width: 230px; 
    float: left; 
} 

.ant-responsive-menu li ul.sub-menu li a { 
    float: none; 
    text-align: left; 
    margin: 0px 25px; 
    padding: 7px 0px; 
    display: block; 
    font-size: 14px; 
    height: auto; 
    line-height: 1.6em; 
    font-weight: 700;
}

.ant-responsive-menu > li > ul.sub-menu > li { 
    position: relative; 
}

.ant-responsive-menu > li > ul.sub-menu > li ul.sub-menu { 
    position: absolute; 
    left: 220px; 
    top: -15px; 
    display: none; 
    list-style: none; 
}

.ant-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu { 
    position: absolute; 
    left: 220px; 
    top: -17px; 
    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 5 Free'; 
    height: auto; 
    content: "\f105"; 
    font-weight: 900; 
    text-shadow: none; 
}


/* -- Menu Toggle Btn -- */
.menu-toggle { 
    margin-top: 13px; 
    display: none; 
    float: left; 
    width: 100%; 
}

.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: #000; 
    border: 1px solid #0C0C0C; 
    padding: 8px; 
    border-radius: 5px; 
    cursor: pointer; 
    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: -6px; 
    }
    .ant-responsive-menu > li > a > .arrow:before { 
        margin-top: 0px !important; 
    } 
}


/* -- Responsive Menu Styles -- */
@media screen and (max-width: 1269px) {
    .ant-responsive-menu { 
        float: right; 
        text-align: left;
        opacity: 0; 
        padding: 10px 20px 20px 0;
        margin-top: 45px;  
        right: 0; 
        width: 260px; 
        position: absolute; 
        z-index: 201; 
    }

    .ant-responsive-menu li a { 
        padding: 5px 10px 5px 0px !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-right: -50px; 
        margin-top: -15px;
        margin-bottom: -15px;
        display: inline-block; 
        float: right; 
    }

    .ant-responsive-menu li ul.sub-menu > li a.arrow { 
        margin-top: -20px !important;
        margin-bottom: -15px !important;
        margin-right: -10px;
        padding: 15px 30px !important;
        border-bottom: none !important;
    }

    .ant-responsive-menu > li > a > .arrow:before { 
        font-family: 'Font Awesome 5 Free'; 
        float: right; 
        content: "\f105"; 
        font-size: 18px !important; 
        width: 20px; 
        font-weight: 900; 
        color: #FFF !important; 
    }

    li.menu-active > a > .arrow:before { 
        font-family: 'Font Awesome 5 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 5 Free'; 
        content: "\f107"; 
        font-weight: 900; 
    } 
    .ant-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
        margin-right: -53px;
        font-size: 18px !important;
    }
} 


/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/

/* -- Featured Container -- */
.featured-container {
    width: 1175px;
    height: 290px; 
    margin: 50px auto 10px auto; 
}

.featured-section-margin {
    margin-bottom: 25px;
     width: 100%; 
     height: 1px; 
}

.header-boxleft {
    width: 420px;
    height: 300px;
    float: left; 
}

.header-right {
    width: 720px;
    height: 300px;
    float: right;
} 

.header-boxleft-detail h1 { 
    font-size: 34px;
    line-height: 1.2em;
    color: #000;
    margin-right: 20px;
}

.header-boxleft-detail p {
    margin: 20px 20px 35px 0;
    font-size: 19px;
    line-height: 29px;
    color: #4a4a4a;
}

.header-boxleft-detail p a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 8px;
  text-decoration-skip-ink: none;
  text-underline-offset: -8px;
  color: #4a4a4a;
}

/* -- Firefox CSS -- */
@-moz-document url-prefix() {
    .header-boxleft-detail p a {
        text-underline-offset: -4px;
    }
}

.header-boxleft-detail p a:hover {
    color: #000;
}


/* -- Home buttons -- */
a.anbtn-about {
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 9px 25px !important;
    background-color: #fff;
    color: #000 !important;
    font-weight: 700;
    font-size: 16px;    
} 

a.anbtn-register {
    border: 2px solid;
    border-radius: 5px;
    padding: 9px 25px !important;
    color: #fff !important; 
    font-weight: 700;
    font-size: 16px;
    margin: 0 12px 0 0px;
} 

a.anbtn-about:hover, 
a.anbtn-register:hover {
    background-color: #000 !important;
    color: #fff !important;
    border: 2px solid #000 !important;
}

div.taghome {
    margin-top: 25px; 
    list-style-type: none;
}

div.taghome span { 
    display: none;
}

div.taghome a {
    float: left;
    display: inline-block;
    padding: 7px 12px;
    list-style: none;
    border-radius: 5px;
    margin: 0 12px 12px 0;
    font-size: 18px !important;
    font-weight: 400;
    text-transform: lowercase;
}

div.taghome a {
    background: #F4F4F4 !important; 
    color: #999 !important;
} 

div.taghome a:hover {
    background-color: #000 !important;
    color: #fff !important;
}


/* -- Home Title Animation -- */
div.middle-home-title {
  font-weight: 700;
  margin: 80px auto 30px auto;
  height: auto;
  width: 100%;
  text-align:center;
} 

.text-type-animation{ 
  font-size:50px;
}

.txt-rotate > .wrap { 
    border-right: 1px solid #000; 
}

div.middle-home-title p  { 
    font-weight: 400;
    font-size: 18px;
    margin-top: 15px;
    color: #4a4a4a;
    line-height: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

div.middle-home-title p a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 8px;
  text-decoration-skip-ink: none;
  text-underline-offset: -8px;
  color: #4a4a4a; 
} 

/* -- Firefox CSS -- */
@-moz-document url-prefix() {
    div.middle-home-title p a {
        text-underline-offset: -4px;
    }
}

div.middle-home-title p a:hover {
   color: #000;
} 

.marginindex {
    width: 100%;
    height: 1px;
    clear: both;
    margin-bottom: 20px;
} 


/* -- Home content -- */
.home-content { 
    border: 2px solid #F5F5F5;
    border-radius: 5px;
    margin-bottom: 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; 
}


/* -- Featured Posts -- */
#featured-slider-wrap { 
    width: 100%; 
    height: 287px; 
    float: left;
}

ul.featured-posts { 
    width: 100%; 
    height: 287px; 
    float: left; 
    display: none; 
    border-radius: 5px; 
    position: relative;
    z-index: 3;
}

ul.featured-posts li { 
    width: 226px; 
    height: 287px; 
    float: left; 
    overflow:hidden;
    margin-right: 21px; 
    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: 287px;
    filter: alpha(opacity=0); 
    opacity: 0.70; 
    object-fit: cover; 
    border-radius: 5px; 
} 


/* -- Home featured title -- */
ul.featured-posts li div.inner-big { 
    display: table; 
    height: 100%; 
    margin: -287px 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 h2 { 
    text-align: left; 
    font-size: 20px; 
    font-weight: 500; 
    line-height: 26px; 
    margin: 20px 0 0 0; 
}

ul.featured-posts li h2 { 
    color: #FFF !important; 
    float: none; 
    width: 100%; 
    display: inline-block; 
}

ul.featured-posts li a {
    text-align: center !important;
}

ul.featured-posts li h2 a {
 display:initial; 
 background-image:-webkit-gradient(linear,left top,left bottom,from(currentColor),to(currentColor));
 background-image:-o-linear-gradient(currentColor,currentColor);
 background-image:linear-gradient(currentColor,currentColor);
 background-position:0 89%;
 background-repeat:no-repeat;
 background-size:0 2px;
 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
}

ul.featured-posts li h2 a:hover {
 background-size:100% 2px
}


/* -- 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: -167px !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: -43px 0 0 20px;
}

.div-author a {
    float: left;
    color: #fff !important;
    font-size: 14px; 
    position: relative;
    font-weight: 500;
} 

.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: 8px; 
    opacity: 1;
    padding: 2px;
    border: 1px solid #ddd;
    margin-top: -3px;    
}


/* ##### Modern Articles List ######## */
ul.modern-grid li.big-style,
ul.modern-grid li.big-style .snip1252 { 
    width: 236.5px;
}

ul.modern-grid li.big-style img {
    min-height: 236.5px;
}

ul.modern-grid li.big-style h2   { 
    font-size: 17px; 
    font-weight: 500; 
    line-height: 24px; 
}

ul.modern-grid {
    display: none;
    height: auto;
    margin: -20px 0 0 -20px;
}

ul.modern-grid li {
    float: left;
    width: 151px;
    height: auto;
    margin: 20px 0 0 20px;
    background-color: #FFF;
    border-bottom: 1.5px solid #ddd;
    border-radius: 5px;
}

ul.modern-grid li img {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    min-height: 151px;
    object-fit: cover;
    border-radius: 2px;
}

ul.modern-grid li h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

ul.modern-grid li h2 a {
    color: #192b33;
    display: initial;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: -o-linear-gradient(currentColor, currentColor);
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 89%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    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;
}

ul.modern-grid li h2 a:hover {
    background-size: 100% 1px;
}

ul.modern-grid li div.modern-grid-content {
    border-bottom: 5px solid #f5f5f5 !important;
    width: auto;
    padding: 20px;
    border: 2px solid #f5f5f5;
    border-top: none;
}

ul.modern-grid li div.modern-grid-content p {
    padding: 15px 0;
}

ul.modern-grid li div.time-ago {
    float: left;
    margin: 2px 0 0 0;
    font-size: 11px;
    color: #bebebe;
}

ul.modern-grid li div.time-ago span {
    float: left;
    color: #7f7f7f;
}

ul.modern-grid li ul.meta-content-home li {
    margin: 0 0 20px 0;
}

ul.modern-grid li div.time-ago i {
  float: left;
  font-size: 9px;
  margin-right: 4px;
  margin-top: 6.5px;
  text-shadow: none;
  background-color: #FFF;
  border-radius: 50%;

}

ul.modern-grid li div.noimg {
    width: 100%;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    line-height: 75px; 
    height: 75px;
    background-color: #f5f5f5;
    border-radius: 2px;
}

ul.modern-grid li div.noimg {
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #ddd;
} 


/* -- Likes Circle -- */
.circle-nr             { width: 40px; height: 40px; font-size: 12px; line-height: 40px; font-weight: 700; text-align: center; float: left; border-radius: 50%; color: #FFF; background-color: #d01d1d; }
.circle-like           { width: 40px; height: 40px; margin: 0 0 0 5px; text-align: center; line-height: 42px; float: left; border-radius: 50%; background-color: #FFF; }
.circle-like i         { color: #d01d1d; }
.thumbs-rating-container .thumbs-rating-up { font-size: 13px; padding: 0 0 0 1px; font-weight: bold; }
span.thumbs-rating-already-voted { 
    position: absolute;
    width: 100px;
    float: left;
    margin: 85px 0 0 -14px;
    font-size: 9px !important;
    line-height: 16px;
    text-align: left !important;
}

ul.modern-grid div.row { display: none; position:absolute; top:10px; bottom:0; left:0; right:0; margin:auto; width: 85px !important; height: 40px; z-index: 1; }
ul.modern-grid li:hover div.row { display: block; }
 
/* -- Posts hover border -- */
.snip1252              { width: 151px; position: relative; float: left; }
.snip1252 *            { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }
.snip1252 img          { max-width: 100%; vertical-align: top; }
.snip1252 a            { position: absolute; top: 0; bottom: 0; right: 0; left: 0; z-index: 3; display: block; }
.snip1252 a:before,
.snip1252 a:after      { width: 7px; height: 0; background-color: rgba(0, 0, 0, 1); }
.snip1252 a:before     { right: 0; top: 0; }
.snip1252 a:after      { left: 0; bottom: 0; }
.snip1252:before,
.snip1252:after,
.snip1252 a:before,
.snip1252 a:after      { position: absolute; content: ''; background-color: #000; z-index: 1; -webkit-transition: all 0.4s ease-in; transition: all 0.4s ease-in; opacity: 0.8; }
.snip1252:before,
.snip1252:after        { height: 7px; width: 0%; }
.snip1252:before       { top: 0; left: 0; }
.snip1252:after        { bottom: 0; right: 0; }
.snip1252:hover img,
.snip1252.hover img    { opacity: 1; }
.snip1252:hover a:before,
.snip1252.hover a:before,
.snip1252:hover a:after,
.snip1252.hover a:after{ height: 100%; }
.snip1252:hover:before,
.snip1252.hover:before,
.snip1252:hover:after,
.snip1252.hover:after  { width: 100%; }
.snip1252:hover:before,
.snip1252.hover:before,
.snip1252:hover:after,
.snip1252.hover:after,
.snip1252:hover a:before,
.snip1252.hover a:before,
.snip1252:hover a:after,
.snip1252.hover a:after{ opacity: 0.9; }
.column                { display: inline-block; text-align: center; }
figure                 {  overflow: hidden; margin: 0px !important } 
.column img            { display: block; width: 100%; height: auto; }


/*Zoom In*/
.column#zoomIn img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
.column#zoomIn:hover img { -webkit-transform: scale(1.3); transform: scale(1.3); }
 

/* -- 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: 75px;
    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 Meta -- */
.home-meta {
    width: 50px;
    height: auto;
    margin: 20px 0 0 0px;
    float: left;
    position: absolute;
}

.home-meta .views-nr {
    margin: 15px auto 5px auto;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    padding-bottom: 10px;
}

.home-meta .views-nr span {
    font-size: 16px;
    font-weight: 700;
}


/* -- Sticky Post -- */
ul.modern-articles li i.fa-bookmark {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    float: right;
    font-size: 20px;
    margin: 0 20px -19px 0;
    position: relative;
    z-index: 101;
}

.home-meta i {
    margin: 0 0 0 16px;
    font-size: 18px;
    color: #000;
}

.home-meta a img.avatar {
    opacity: 1;
    width: 34px;
    height: 34px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border: 1.5px solid #f4f4f4;
    padding: 5px;
}

ul.modern-articles li.sticky img.avatar {
    outline: 0px !important;
}

ul.modern-articles li a h2 {
     display:initial; 
     background-image:-webkit-gradient(linear,left top,left bottom,from(#000),to(#000));
     background-image:-o-linear-gradient(#000,#000);
     background-image:linear-gradient(#000,#000);
     background-position:0 99%;
     background-repeat:no-repeat;
     background-size:0 2px;
     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
}

ul.modern-articles li a h2:hover {
     background-size:100% 2px
}


/* -- Tags home posts -- */
ul.taghomepost { 
    float: left;
    margin-top: 7px;
    margin-bottom: 20px;
} 

ul.taghomepost li { 
    width: inherit;
    float: left;
    margin: 0 7px 7px 0 !important;
    font-size: 12px !important;
    font-weight: 400;
    text-transform: lowercase;
    display: block;
}

ul.taghomepost li a {
    border-radius: 3px;
    padding: 4px 9px !important;
    background: #F4F4F4 !important; 
    color: #999 !important;
} 

ul.taghomepost li a:hover {
    background-color: #000 !important;
    color: #fff !important;
}


/* -- Top Authors -- */
.authors {
    width: 1520px;
    margin: 45px auto 0 auto;
    height: 60px; 
    position: relative;
    z-index: 2;
}

ul.list-authors {
    width: auto;
    float: left;
    margin-left: -30.3px;
}

ul.list-authors li {
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 0 20px 30.5px;
}

ul.list-authors li img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1.5px solid #ddd;
    padding: 5px;
}

div.list-trophy {
    margin: -75px 0 0 50px;
    position: relative;
    padding: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: left;
    background-color: #fff;
    color: #000;
}

ul.list-authors li i {
    font-size: 12px;
    text-align: center;
    padding: 0 0 0 3px;
}

ul.list-authors li div.tooltiptext {
    visibility: hidden;
    padding: 15px 10px;
    width: 130px;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    top: 85px;
    margin-left: -40px;
}

ul.list-authors 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.list-authors li:hover div.tooltiptext {
    visibility: visible;
}

ul.list-authors li:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
}

a.circle-new-author { 
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    margin-left: 30px; 
    padding: 5px;
    text-align: center;    
}

a.circle-new-author i {
    margin-top: 21px;
    color: #fff;
    font-size: 18px;
}

a.circle-new-author:hover {
    background-color: #000 !important;
    border: none;
}

a.circle-new-author:hover i {
    color: #fff !important;
}


/* -- Meta Tooltiptext -- */
div.home-meta a div.tooltiptext {
    visibility: hidden;
    padding: 10px 10px;
    width: 130px;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    top: 138px;
    margin-left: -50px;
    z-index: 1;
}

div.home-meta 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.home-meta a:hover div.tooltiptext {
    visibility: visible;
}


/* -- Menu home-links (home) -- */
div.piclove-wp-secondary-menu {
    width: 100%;
    height: 47px; 
}

ul.menu-home-links li {  
    float:left; 
    margin-right: 15px;
    font-weight: 500;
    font-size: 15px; 
}

ul.menu-home-links li.right {
    float: right;
    margin-right: 0px;
    margin-left: 15px;
}

ul.menu-home-links li a { 
    color: #000 !important;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    padding: 4px 15px !important;    
    outline: 1px solid #ddd; 
}

ul.menu-home-links li a:hover {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
    outline-color: #000;
}

ul.menu-home-links li.current-menu-item a {
    border: 2px solid;
    border-radius: 4px;
    padding: 4px 15px !important; 
}


/* - Approved/Pending buttons - */
a.homebtn { 
    display: inline-block; 
    border-radius: 3px; 
    font-weight: bold;  
    padding: 6px 20px; 
    text-align: center; 
    margin: 0 10px 20px 0; 
    float: left; 
}


/*-- Entry Categories / Tags -- */
ul.grid_list .home-source-link { 
    margin: 10px 0 15px 0; 
    width: auto; 
    float: left; 
}

ul.grid_list .ct-size a { 
    white-space: nowrap; 
    max-width: 110px; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    text-transform: uppercase; 
    display: inline-block; 
    padding:1px 10px 0px 10px; 
    list-style: none;  
    border-radius: 3px; 
    margin: 2.5px 5px 5px 0; 
    font-size:10px !important; 
    font-weight:700;
}

ul.grid_list .ct-size a i { 
    padding-right: 2px;
}

.home-source-link .sticky-lm { 
    position: relative; 
    display: inline-block; 
    z-index: 101; 
}

.home-source-link .sticky-lm .tooltiptext { 
    text-transform: none; 
    visibility: hidden; 
    padding: 3px 10px; 
    font-weight: 400 !important; 
    width: 180px; 
    font-size: 12px !important; 
    background-color: #000; 
    color: #fff; 
    text-align: center; 
    border-radius: 6px; 
    position: absolute; 
    top: 100%; 
    left: 0%;  
    margin-left: 0px; 
}

.home-source-link .sticky-lm .tooltiptext::after { 
    content: ""; 
    position: absolute; 
    bottom: 100%; 
    left: 10%; 
    margin-left: -5px; 
    border-width: 5px; 
    border-style: solid; 
    border-color: transparent transparent #000 transparent; 
}

.home-source-link .sticky-lm:hover .tooltiptext { 
    visibility: visible; 
}


/* -- Icons -- */
ul.meta-icons-home li.trending-lm {  
    background-color: #e6c55c; 
}

ul.meta-icons-home li.sticky-lm { 
    background-color: #000; 
}

.sticky-lm .tooltiptext { 
    background-color: #000; 
}

.sticky-lm .tooltiptext::after { 
    border-color: transparent transparent #000 transparent; 
}


/* - Blog Style Ads - */
ul.grid_list li.homeadv,
ul.grid_list li.homeadv img { 
    width: 300px !important; 
    height: auto; 
    min-height: 250px; 
}


/* - views- */
div.post-views { 
    width: auto; 
    height: 22px; 
    display: inline-block; 
    float: left; 
    padding: 11px 0 0 15px;  
}

div.post-views span { 
    color: #888; 
    font-size: 13px; 
} 

div.post-views i { 
    font-size: 18px;
}

div.post-views i { 
    color: #d92626;
}


/* - user avatar - */
.grid-useravatar img.avatar { 
    width: 22px; 
    height: 22px; 
    float: left; 
    border-radius: 3px; 
    margin: 12px 0 0 0px; 
}

.grid-username { 
    float: left; 
    margin: 11px 0 0 8px; 
    text-transform: lowercase; 
    font-weight: bold; 
}

.grid-username a { 
    color: #777 !important; 
    font-size: 13px;
}


/* -- Default pagination -- */
.defaultpag {  
    width: 350px; 
    text-align: center; 
    margin: 25px auto 80px auto; 
    font-weight: 500;
    display: none;
}

.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;
    left: 50%;
    margin-left: -50px;
}

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;
}

 
/* -- Home About boxes -- */
.box-about-full {
    width: 1218px;
    margin: 50px auto 0px auto;
} 

.box-about-full h3 {
    font-size: 40px;
    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: 75px auto 0 auto;
}

.box-about-wrap .box-content {
    float: left;
    padding: 35px 35px 40px 35px;
    width: auto;
    height: auto;
}

.box-content img {
    width: 100px;
    margin-left: -7px;
}

.box-content h3 {
    padding-top: 10px;
    font-size: 26px;
    color: #000;
}

.box-content p {
    padding-top: 15px;
    font-size: 16px;
    line-height: 24px;
}

.box_about,
.box_about_last {
    margin-left: -6px;
    float: left;
    width: 30.5%;
    height: auto;
    margin-bottom: 10px;
    margin-right: 4%;
    border: 3px solid #F5F5F5;
    border-radius: 8px;
    background-color: #f5f5f5;
}

.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;
}


/*-----------------------------------------------------------------------------
----------------------------- 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;
}

a.btn-download i.fa-camera-retro { 
    color: #fafafa; 
    position: absolute; 
    margin-top: -3px; 
    margin-left: -45px; 
    font-size: 28px; 
    transform: rotate(-15deg);
}

a.btn-download i.fa-heart { 
    color: #CF1919; 
    font-size: 12px; 
    position: absolute; 
    margin-top: 4px; 
    margin-left: -24px; 
    transform: rotate(20deg);
}

a.btn-download {
  border: 2px solid;
  border-radius: 5px; 
  padding: 9px 40px !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 15px;
  display: inline-block;
}

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 #searchform2 {
    float: left;
    width: 380px !important;
    height: 36px;
    margin-top: 25px;
    padding-top: 10px;
    margin-left: 0px;
    border-radius: 5px !important;
}

.not-found #searchform2 #s {
    width: 300px !important;
    height: 20px !important;
}

.not-found #searchform2 .buttonicon {
    margin-top: -11px !important;
    border-radius: 5px !important;
    height: 45px;
    margin-left: -5px;
}

.not-found #searchform2 #s {
    background-color: #FFF;
    border: 1px solid #FFF;
    border-left-color: #FFF;
    color: #999 !important;
}

.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: 12px;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 35px 3px 35px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.single-related {
    width: 100%;
    height: auto; 
    margin-top: 30px;
    float: left;
}

.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-bottom: 10px;
    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; 
}

/* -- Article widget -- */
#full5cols ul.article_list { 
    width: 860px;
}

#full5cols ul.article_list li figure.snip1252,
#full5cols ul.article_list li,
#full5cols ul.article_list li img  { width: 147px; }


/* -- 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;
    }
}


/* -- Media Content Box-- */
div.media-single-content { 
background-color: #fafafa;
    width: 1053px;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 20px;
}

div.media-single-content iframe {
    border-radius: 5px;
    width: 100%;
}


/* - Top entry - */
img.attachment-piclove-wp-thumbnail-single-image {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover; 
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px; 
}

.entry-top {
    width: 750px;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 0 0;
    text-align: center;
}

.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%;
}

ul.article-social {
    width: auto;
    float: left;
    margin-left: 20px;
    margin-top: -1px;
}

ul.article-social li {
    background-color: #fafafa;
}

ul.article-social li {
    width: 26px;
    margin-bottom: 0px;
    margin-left: 1px;
    float: left;
    text-align: center;
    border-radius: 5px;
}

ul.article-social li a {
    display: inline-block;
    font-size: 12px;
    padding: 1px 5px 0 5px;
    line-height: 18px;
}

ul.article-social li a i {
    padding-top: 2px;
}

ul.article-social li.fb a {
    color: #3b5998;
}

ul.article-social li.tw a {
    color: #55acee;
}

ul.article-social li.pi a {
    color: #c8232c;
}

ul.article-social li.wa a {
    color: #09b23c;
}

ul.article-social li.fb:hover {
    background-color: #3b5998;
}

ul.article-social li.tw:hover {
    background-color: #55acee;
}

ul.article-social li.pi:hover {
    background-color: #c8232c;
}

ul.article-social li.wa:hover {
    background-color: #09b23c;
}

ul.article-social li:hover a {
    color: #FFF;
}

.fab.fa-twitter::before {
    display: inline-block;
    width: 1em;
    height: 1.2em;
    content: "";
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    margin-left: 2px;
}

ul.author-social-top li .fab.fa-twitter::before {
    margin-left: 0px;
}

ul.top-social li .fab.fa-twitter::before { 
    margin-left: 0px;
    margin-top: -5px;
}

ul.article-social li .fab.fa-twitter::before { 
    margin-left: 0px;
    margin-top: -2px;
}

ul.footer-social li .fab.fa-twitter::before { 
    margin-left: 0px;
    margin-top: -6px;
}

ul.social-widget li .fab.fa-twitter::before { 
    margin-left: 0px;
    margin-top: -6px;
}

#single-share a.twbutton,
ul.social-widget a.twbutton  {
    background-color: #000 !important;
}

ul.article-social li.tw a,
ul.author-social-top li a i.fa-twitter {
    color: #000 !important;
}

ul.article-social li.tw:hover,
ul.article-social li.tw:hover a {
    background-color: #000 !important;
    color: #fff !important;
}



/* -- Single Share -- */
.single-like-box {
    width: 70px;
    height: 74px; 
    background-color: #fafafa;
    padding: 15px 0;
    border-radius: 5px;
    margin: 395px 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%;
  color: #fff;
  background-color: #d01d1d;
}

.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;
} 

.single-like-box .circle-like i:hover {
    opacity: 0.75;
}


/* -- Single Share -- */
div.single-fw-bg #single-share { 
    margin-left: 235px;
} 

#single-share  {
    width: 70px;
    height: auto;
    margin: 40px 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: #00aced;
    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 -- */
h1.article-title {
    font-size: 44px;
    font-weight: 500;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 52px;
    margin: 12px 0 0 0;
    text-align: center;
}

.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;
}


/* -- Firefox CSS -- */
@-moz-document url-prefix() {
    .ct-size a {
         
    }
}


/* -- 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: #4a4a4a;
}

.entry p a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 8px;
  text-decoration-skip-ink: none;
  text-underline-offset: -8px; 
}

/* -- Firefox CSS -- */
@-moz-document url-prefix() {
    .entry p a {
        text-underline-offset: -4px;
    }
}


.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: #f5f5f5;
    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 a.author-link {
    font-size: 16px;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 8px;
    text-decoration-skip-ink: none;
    text-underline-offset: -8px;
}

/* -- Firefox CSS -- */
@-moz-document url-prefix() {
    .author-info a.author-link {
        text-underline-offset: -4px;
    }
}


.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;
    display:initial; 
    background-image:-webkit-gradient(linear,left top,left bottom,from(#000),to(#000));
    background-image:-o-linear-gradient(#000,#000);
    background-image:linear-gradient(#000,#000);
    background-position:0 99%;
    background-repeat:no-repeat;
    background-size:0 2px;
    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
}

.prev-articles h2 a:hover {
    background-size:100% 2px
}

.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 5 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 5 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 5 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: 12px !important;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget-title {
    min-width: 120px;
    display: inline-block;
    height: 20px;
    padding: 3px 15px 1px 15px;
    border-radius: 3px;
    margin: 0 0 20px 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; }
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: 20px 0 0 20px; }
div.widget ul.article_list li img  { position: relative; float: left; width: 140px; height: auto; max-height: 160px; }
div.widget ul.article_list li div.modern-grid-content { padding: 15px 15px 15px 15px; }
div.widget ul.article_list li h4   { font-size: 16px; font-weight: 500; line-height: 24px; }

/* -- Article widget -- */
ul.article_list { 
    width: 475px;
    height: auto;
    float: left;
    border-radius: 2px;
    margin: -20px 0 0 -25px;
}
ul.article_list li figure.snip1252  { width: 212.5px; position: relative; float: left; }
ul.article_list li      { float: left; width: 212.5px; height: auto; margin: 20px 0 5px 25px; background-color: #FFF; border-bottom: 1.5px solid #ddd; border-radius: 5px; }          
ul.article_list li img  { position: relative; float: left; width: 212.5px; height: auto; max-height: 150px; object-fit: cover; border-radius: 2px; }
ul.article_list li h4   { font-size: 17px; font-weight: 500; line-height: 24px; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; }
ul.article_list li h4 a { color: #192b33; 
 display:initial; 
 background-image:-webkit-gradient(linear,left top,left bottom,from(currentColor),to(currentColor));
 background-image:-o-linear-gradient(currentColor,currentColor);
 background-image:linear-gradient(currentColor,currentColor);
 background-position:0 89%;
 background-repeat:no-repeat;
 background-size:0 1px;
 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;
}
ul.article_list li h4 a:hover {  background-size:100% 1px; }
ul.article_list li div.modern-grid-content { border-bottom: 5px solid #f5f5f5 !important; width: auto; padding: 15px 20px 15px 20px; border: 2px solid #f5f5f5; border-top: none; }
ul.article_list li div.modern-grid-content p { padding: 15px 0; }
ul.article_list li div.time-ago { float: left; margin: 2px 0 0 0; font-size: 11px; color: #bebebe; }
ul.article_list li div.time-ago span { float: left; color: #7f7f7f; }
ul.article_list li ul.meta-content-home li { margin: 0 0 20px 0; }

ul.article_list li div.time-ago i {
  float: left;
  font-size: 9px;
  margin-right: 4px;
  line-height: 21px;
  text-shadow: none;
  background-color: #FFF;
  border-radius: 50%;
}

ul.article_list li div.noimg {
    width: 100%;
    border-radius: 4px;
    display: block;
    font-size: 16px;
    line-height: 100px; 
    height: 100px;
    background-color: #f5f5f5;
    border-radius: 2px;
}

ul.article_list div.row { display: none; position:absolute; top:10px; bottom:0; left:0; right:0; margin:auto; width: 85px !important; height: 40px; z-index: 1; }
ul.article_list li:hover div.row { display: block; }


/* -- 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: 2px 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 #searchform2 {
    width: 278px !important;
    float: left;
    margin: 0px 0 0 20px;
    padding-top: 0px;
}

div.widget_search #searchform2 #s {
    width: 200px !important; 
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-left: 5px;
}

div.widget_search #searchform2 #s:focus {
    width: 157px;
    overflow: hidden;
}

div.widget_search #searchform2 .buttonicon {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

div.widget_search #searchform2 div.triangle-search {
    display: none;
}

div.widget_search {
    min-height: 39px;
}


/* -- 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 5 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 5 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 5 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 5 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 5 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 5 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 5 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 5 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 {
    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: 12px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.article-btn {
    display: inline-block;
    width: auto;
    height: 18px;
    padding: 2px 35px 3px 35px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.nocomments,
.nopassword,
.must-log-in {
    text-align: center;
    padding: 15px 0 0 0;
}

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: 3px 0 10px 0;
    font-size: 18px;
    line-height: 32px;
    color: #4a4a4a;
    word-break: break-all !important;
}

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: 12px;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 35px 3px 35px;
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.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 5 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 5 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 5 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;
}


/*-----------------------------------------------------------------------------
------------------------------ 9 - Footer -------------------------------------
-----------------------------------------------------------------------------*/

/* -- Footer -- */
footer {
    width: 100%;
    height: auto;
}

.footer-copyright {
    width: 100%;
    height: 65px;
    padding: 40px 0 70px 0;
    text-align: center;
}

.social-section {
    width: 100%;
    height: 110px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


/* -- Footer Shop boxes -- */
.footer-shop {
    width: 100%;
    height: auto;
    background-color: #fff;
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

ul.footer-shop-boxes {
    width: 1075px;
    height: 200px;
    margin: 0 auto;
    padding: 30px 0;
}

ul.footer-shop-boxes li {
    width: 214px;
    height: 140px;
    float: left;
    border-right: 1px solid #f1f1f1;
    -webkit-transition: .3s;
    transition: .3s;
    backface-visibility: hidden;
}

ul.footer-shop-boxes li:last-child {
    border: none;
}

ul.footer-shop-boxes li img {
    display: block;
    width: 84px;
    height: 84px;
    object-fit: cover;
    margin: 15px auto 10px auto;
}

ul.footer-shop-boxes li h4 {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}

ul.footer-shop-boxes li:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}


/* -- Footer Social Icons -- */
ul.footer-social {
    margin-left: auto;
    margin-right: auto;
}

ul.footer-social li {
    height: 40px;
    font-size: 22px;
    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: 15px;
    font-weight: 700;
    padding-top: 14px;
    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 5 Free';
    content: "\f00d";
    font-size: 8px !important;
    padding: 0 13px 0 10px;
}
 

/* -- Back to Top -- */
#back-top {
    position: fixed;
    display: block;
    bottom: 10px;
    right: 40px;
    z-index: 999999;
}

#back-top a {
    width: 40px;
    display: block;
}

#back-top span {
    width: 40px;
    height: 40px;
    display: block;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#back-top span i {
    color: #fff !important;
    font-size: 17px;
    margin: 12px 0 0 15px;
}  


/*-----------------------------------------------------------------------------
----------------------------- 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;
}