/*
Theme Name: KICKCUBE WP
Theme URI: https://themeforest.net/item/kickcube-membership-user-content-sharing-theme/16182069
Description: KICKCUBE - Premium Membership & User Content Sharing Theme. For more Premium WordPress Themes, check <a href="https://anthemes.com/wordpress-themes/">Anthemes.com</a> and more info regarding <strong>"KICKCUBE"</strong> Theme can be found <a href="https://anthemes.com/theme/kickcube/">here</a>. 
Version: 3.2
Author: An-Themes
Author URI: https://anthemes.com
Tags: front-page-post-form, sticky-post, right-sidebar, grid-layout, custom-colors, entertainment, news
Text Domain: kickcube-wp
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;}
*: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: 26px; }
h2                         { font-size: 24px; }
h3                         { font-size: 22px; }
h4                         { font-size: 20px; }
h5                         { font-size: 18px; }
h6                         { font-size: 16px; }

code, pre                  { background: url(images/bg_pre.png);  font-weight: bold; line-height: 20px; font-size: 12px; display: block;  margin: 14px 0; overflow:hidden; padding: 21px 18px 18px 18px;  }
code:hover, pre:hover      { overflow:scroll;}

strong                     { font-weight: bold;}
fieldset                   { border: none;}

.clear                     { clear:both; display:block;}
.clear-div                 { clear:both; display:block; width: 100px; height: 1px; padding-bottom: 30px;}
.sleft                     { float:left;}
.sright                    { float:right;}
iframe                     { border: 0 !important;}


/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/
*                          { margin: 0; padding: 0; }
html body                  { font: 14px/22px "Roboto", Helvetica, Arial, sans-serif; font-weight: 400; -webkit-text-size-adjust: none; overflow-x:hidden; }

/* - Header - */
header                     { width: 100%; height: auto; margin: 0 auto; position: relative; }
.main-menu                 { width: 100%; height: 60px; margin: 0 auto;}
header div.wrap            { width: 1275px; height: 60px; margin: 0 auto; }

/* - Layout content - */
.wrap-fullwidth            { width: 1275px; height: auto; margin: 25px auto; padding: 0 0px; } 
.wrap-fullwidth-nobg       { width: 860px; height: auto; margin: 25px auto; padding: 0 0px;}
.wrap-small-middle         { max-width: 600px; height: auto; margin: 25px auto; }
.wrap-small-middle2        { max-width: 350px; height: auto; margin: 25px auto; }

/* - Full Width (wider-content) - */
#wider-content header div.wrap            { width: 1795px; }
#wider-content .wrap-middle               { width: 1795px; }
#wider-content .modal-content             { width: 1795px; }
#wider-content ul.modern-articles         { width: 1820px; }
/* ##### Featured Articles ##### */
#wider-content .featured-articles-content  { width: 1800px; }
#wider-content ul.featured-articles        { width: 1825px; }
#wider-content ul.featured-articles li     { width: 430px; }
#wider-content ul.featured-articles li img { width: 430px; object-fit: cover; }
#wider-content ul.featured-articles li.big, 
#wider-content ul.featured-articles li.big img { width: 885px; }
#wider-content ul.featured-articles li.smallright {  margin-left: 480px;}
#wider-content ul.featured-articles li div.inner-big { width: 50%; }
#wider-content ul.featured-articles li div.inner-small { width: 70%; }

/* - page-content - */
.wrap-middle               { width: 1275px; height: auto; margin: 25px auto 100px auto; }
.default-page-content      { width: 950px; height: auto; float: left; }
.default-page-content #comments { margin: 50px 7% 50px 7%; width: 86%; }
body.page-template-default .wrap-middle { margin-bottom: 25px;}

/* - Single-content - */
.single-content            { width: 950px; height: auto;  float: left; }

/* - Sidebars - */
#sidebar                   { width: 300px; }
#sidebar.sb-left           { float: left; }
#sidebar.sb-right          { float: right;}
 

/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/
/* -- Logo -- */
.logo                      { float: left; max-height: 60px; }

/* -- Search -- */
#searchform2               { height: auto; border-radius: 5px; }
#searchform2 #s            { font-weight: bold; height: 40px; float: left; border: none; padding: 2px 20px 0 20px; font-size: 13px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
#searchform2 .buttonicon   { width: 42px; height: 42px; position: absolute; background:url(images/btn_search.png) 12px 14px no-repeat; float: right; border: none; text-align: center; font-weight: bold; font-size: 0px; border-top-right-radius: 2px; border-bottom-right-radius: 3px;}
#searchform2 .buttonicon:hover   { cursor: pointer;  }

/* -- Big Search -- */
#searchform #search        { width:600px; height: 40px; display: block; padding-top: 30px; margin: 0 auto 0 auto; border:none; box-shadow: none; }
#search #s                 { float: none;  }
#searchform input          { text-align: center; font-weight: bold; font-size: 30px; } 

/* The Modal (for search) */
.modal                     { display: none; position: fixed; z-index: 1001; padding-top: 60px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; }
/* Modal Content */
.modal-content             { width: 1275px; height: 100px; position: relative; padding: 0; -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1); box-shadow: 0 1px 4px rgba(0,0,0,0.1); -webkit-animation-name: animatetop; -webkit-animation-duration: 0.4s; animation-name: animatetop; animation-duration: 0.4s;}
/* Add Animation */
@-webkit-keyframes animatetop { from {top:-300px; opacity:0;} to {top:0; opacity:1;}  }
@keyframes animatetop { from {top:-300px; opacity:0;} to {top:0; opacity:1;} }
/* The Close Button */
.close                     { padding: 2px 10px; float: right; font-size: 23px; font-weight: bold; margin: -45px -3px 0 0; }
.close:hover, .close:focus { text-decoration: none; cursor: pointer; }
.modal-header              { padding: 2px 0; }
.modal-body                { padding: 2px 16px;}
.modal-footer              { padding: 2px 16px; }

/* -- Top Header Menu --
##################### */
.nav-kickcube_wp { width: auto; text-align: center; font-size: 13px; font-weight: 700; }
.nav-kickcube_wp ul { float: left; margin-left: 25px; }
.nav-kickcube_wp ul li { position: relative; float: left; display: inline-block; text-align: left; padding: 0; }
.nav-kickcube_wp ul li span.arrow { display: none; /* "display:none" to hide arrows for the non-mobile nav */ position: absolute; top: 32px; width: 20px; left: 50%; margin-left: -10px; text-align: center; font-size: 7px; z-index: 5; cursor: pointer; }
.nav-kickcube_wp ul li a { text-transform: uppercase; display: inline-block; padding: 17px 13px 17px 13px !important; margin: 0px;}
.nav-kickcube_wp ul li a:hover { opacity: 0.9; }
.nav-kickcube_wp ul li i     { font-size: 14px; margin-right: 3px; }
.nav-kickcube_wp ul li ul { display: none; position: absolute; z-index: 201; margin-top: 0; margin-left: 0px; padding:0 0 10px 0; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-top-right-radius: 3px; -moz-box-shadow: 0 5px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 5px 3px rgba(0,0,0,0.2); box-shadow: 0 5px 3px rgba(0,0,0,0.2);  }
.nav-kickcube_wp ul li ul li { display: list-item; float: none; padding: 0px !important; font-weight: 700; }
.nav-kickcube_wp ul li ul li a { font-size: 12px; height: auto; line-height: 1.4em; width: 160px; margin: 0; padding: 3px 0 3px 15px !important; }
.nav-kickcube_wp ul li.current_page_item > a:hover, .nav-kickcube_wp ul li.current-menu-ancestor > a:hover, .nav-kickcube_wp ul li.current-menu-item > a:hover, .nav-kickcube_wp ul li.current-menu-parent > a:hover { opacity: 1.0; } 

/* -- Responsive Menu -- */
.nav-kickcube_wp .nav-bars { display: none; position: absolute; top: 19px; right: 20px; font-size: 20px; cursor: pointer; }
.nav-kickcube_wp .nav-bars i { font-weight: 400; }
.nav-kickcube_wp.mobile { right: 0; min-width: 30px; max-width: 250px; padding-top: 60px; position: absolute; z-index: 999999; }
.nav-kickcube_wp.mobile ul { display: none; }
.nav-kickcube_wp.mobile ul li { width: 100%; float: none; border-top: none !important; border-bottom: 1px solid #fafafa; }
.nav-kickcube_wp.mobile ul li span.arrow { display: block; top: 1px; padding: 5px 25px; font-size: 16px; font-weight: 500; margin: 0; right: 0; left: auto;  }
.nav-kickcube_wp.mobile ul li a { padding: 7px 25px !important; }
.nav-kickcube_wp.mobile ul li ul { position: static; box-shadow: none;}
.nav-kickcube_wp.mobile ul li ul li { width: 200px; margin-left: 15px !important;  border-bottom:  none !important;  }
.nav-kickcube_wp.mobile .nav-bars { display: block; }
.nav-kickcube_wp.mobile ul li.current_page_item > a:hover, .nav-kickcube_wp.mobile ul li.current-menu-ancestor > a:hover, .nav-kickcube_wp.mobile ul li.current-menu-item > a:hover, .nav-kickcube_wp.mobile ul li.current-menu-parent > a:hover { opacity: 1.0; } 
.nav-kickcube_wp.mobile ul li.current_page_item a, .nav-kickcube_wp.mobile ul li.current-menu-ancestor a, .nav-kickcube_wp.mobile ul li:hover a, .nav-kickcube_wp.mobile ul li.current-menu-item a, .nav-kickcube_wp.mobile ul li.current-post-parent a { border-radius: 0px;}

 /* -- Top social icons -- */
ul.top-social              { width: auto; float: right; margin: 8px 0 0 0; }
.top-social li             { float: left; line-height: 15px; font-size: 14px; text-align: center;}
.top-social li a i         { padding: 15px 6px;}
.top-social li a:hover     { cursor: pointer; transition: all .2s ease-in-out;  opacity: 0.5; } 
.top-social li a i.fa-search { padding: 10px 5px 10px 15px; font-size: 14px; }
.top-social li.sbtn        { margin-left: 10px; margin-top: 5px; }
 
/* -- Sticky Header -- */
header .stickytop          { position: fixed; width: 100%; z-index: 1000; } 


/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/
/* ##### Featured Articles ##### */
.featured-articles-content  { width: 1275px; height: 560px; margin: 25px auto 0 auto;}
ul.featured-articles        { width: 1300px; margin-left: -25px; }
ul.featured-articles li     { width: 300px; height: 200px;  float: left; margin: 0 0 25px 25px; position: relative;overflow:hidden; background: #000;  }
ul.featured-articles li img { width: 300px; height: 200px; object-fit: cover; }
ul.featured-articles li.big, ul.featured-articles li.big img { width: 625px; height: 335px; }
ul.featured-articles li.smallleft { margin-top:-225px;}
ul.featured-articles li.smallright { margin-top:-225px; margin-left: 350px;}
ul.featured-articles li div.inner-big { display: table; width: 70%; height: 100%; margin: -335px auto 0 auto; }
ul.featured-articles li div.inner-small { display: table; width: 80%; height: 100%; margin: -200px auto 0 auto; }
ul.featured-articles li div.inner-small h2 { font-size: 18px; font-weight: 400; line-height: 26px; }
ul.featured-articles li div.inner-small h2 span { font-size: 14px; line-height: 0px;}
ul.featured-articles li div.inner-cell {display: table-cell; width: 100%; vertical-align: middle;  position: relative; }
ul.featured-articles li h2 { text-align: center; font-size: 28px; font-weight: 400; line-height: 36px; margin-right: 5px; }
ul.featured-articles li h2 { color: #FFF !important; text-shadow: 1px 2px 3px #444;}
ul.featured-articles li h2 span { font-size: 22px; line-height: 0px;}
ul.featured-articles li span.meta-art { font-size: 13px; }
ul.featured-articles li div.kick-date { text-align: center; text-shadow: 1px 2px 3px #444;  font-size: 11px; color: #FFF; font-weight: 500; }
ul.featured-articles li div.kick-date i { color: #95acfc; font-size: 10px; text-shadow: none;  }
ul.featured-articles li .thumbs-rating-container .thumbs-rating-up { color: #FFF;}
ul.featured-articles li img  { filter: alpha(opacity=0); opacity: 0.75; }
ul.featured-articles li a { text-decoration:none}
/* -- Img zoom Featured Articles -- */
.img-zoom-in img  { 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; }
.img-zoom-in:hover img  { opacity: 0.6; transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); }

/* -- Banner Header -- */
.responsive-area    { max-width: 1275px; height: auto; margin: 25px auto -5px auto; text-align: center; }

/* ##### Modern Articles ##### */
ul.modern-articles      { width: 1300px; float: left; margin: 0 0 0 -25px; height: auto; }
ul.modern-articles li    { float: left; width: 235px; height: auto; border-radius: 2px; height: auto; margin: 0 0 25px 25px;}          
ul.modern-articles li .content-art { padding: 20px; }
ul.modern-articles li img { width: 235px; height: auto; } 
ul.modern-articles li h2 { word-wrap:break-word; font-size: 15px; font-weight: 600; line-height: 20px; margin-right: 5px; }
ul.modern-articles li h2 span { line-height: 16px; display: inline-block; padding: 0px 5px; font-size: 12px; text-transform: uppercase; border-radius: 3px; }
ul.modern-articles li span.meta-art { font-size: 13px; }
ul.modern-articles li p  { font-size: 13px; line-height: 18px; margin: 12px 0 15px 0; }
ul.modern-articles li .sticky-art { margin-top: -25px; float: right;}
ul.modern-articles li .sticky-art i { font-size: 18px; }
ul.modern-articles div.kick-likes { float: left; margin-top: 3px; margin-right: 12px;}
ul.modern-articles div.kick-date { float: left; font-size: 11px; font-weight: 500; }
ul.modern-articles div.kick-date i { font-size: 10px; }
ul.modern-articles a.kick-readmore { font-weight: 500; font-size: 12px; padding: 4px 10px; border-radius: 3px;}
/* - Like & unlike - */
.thumbs-rating-container .thumbs-rating-up  { font-size: 10px; font-weight: 500;  }
.thumbs-rating-container .thumbs-rating-up i { font-size: 9px; padding-right: 1px; }
.thumbs-rating-container .thumbs-rating-up, .thumbs-rating-container .thumbs-rating-down{padding: 0px; } 
span.thumbs-rating-already-voted { margin-top: -22px; color: red; background: #FFF !important; position: relative; }
/* -- author and meta -- */
ul.modern-articles .author-box      { padding: 8px 20px 12px 20px; }
ul.modern-articles .author-box .at-img           { float: left; width: 22px; height: 22px; margin-top: 8px;}
ul.modern-articles .author-box .at-img img       { float: left; width: 22px; height: 22px; border-radius: 50%;}  
ul.modern-articles .author-box .at-links         { width: 84%; float: right; margin-top: -2px; }
ul.modern-articles .author-box .at-links a       { font-weight: 500; font-size: 12px; }
ul.modern-articles .author-box .at-time { margin-top: -6px; float: left; font-size: 11px; font-weight: 500; }
ul.modern-articles .author-box .at-time i { font-size: 10px; }
ul.modern-articles .author-box .at-location { margin-top: -6px; float: left; font-size: 11px; font-weight: 500; margin-right: 12px; }
ul.modern-articles .author-box .at-location i { font-size: 10px; }

/* -- infinite scroll Pagination -- */
#infscr-loading            { max-width: 160px; height: 40px; border-radius: 3px; display: block; position: fixed; bottom: 10px; right: 55px; z-index:999999;}
#infscr-loading span       { margin: 0 0 0 12px; line-height: 40px; font-size: 16px; padding: 0 25px 0 10px; }
#infscr-loading img        { display: none;}

/* -- Pagination -- */
.wp-pagenavi                      { position: relative; margin-bottom: -100px; float: none; width: 100%; text-align: center; padding: 20px 0; font-size: 15px; }
.wp-pagenavi a, .wp-pagenavi span { display: inline-block; padding:5px 13px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s;  list-style: none;  margin: 0; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; margin-right:2px; font-size:12px; font-weight:bold; }
.wp-pagenavi a:hover { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.wp-pagenavi span.current         { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}

/* -- Default pagination numbers -- */
.defaultpag                       { font-weight: bold; }
.defaultpag .sright               { float: right; margin-bottom: -100px !important;}
.defaultpag .sleft                { float: left; margin-bottom: -100px !important;}

/* -- Chrome CSS -- */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    /* -- Pagination -- */
    .wp-pagenavi a, .wp-pagenavi span { padding:7px 13px 4px 13px !important; }
}

/* -- Loader -- */
#pre-div { bottom: 0; height: 100%; width: 100%; left: 0; position: fixed; right: 0; top: 0; z-index: 10000; }
#loader  { background-image: url("owl-carousel/AjaxLoader.gif"); background-position: center center; background-repeat: no-repeat; height: 200px; left: 50%; margin: -100px 0 0 -100px; position: absolute; top: 50%; width: 200px; }

/* -- Random Articles -- */
#random-slider                  { width: 100%; height: 190px; overflow-x:hidden; opacity: 0;}
#random-slider .item            { width: 235px; height: 189px; float: left; }
#random-slider .item img        { width: 235px; height: 132px; filter: alpha(opacity=0); opacity: 0.75; } 
#random-slider .author-box      { padding: 8px 20px 12px 20px; }
#random-slider .author-box .at-img           { float: left; width: 22px; height: 22px; margin-top: 8px;}
#random-slider .author-box .at-img img       { float: left; width: 22px; height: 22px; opacity: 1; border-radius: 50%;}  
#random-slider .author-box .at-links         { width: 84%; float: right; margin-top: -2px; }
#random-slider .author-box .at-links a       { font-weight: 500; font-size: 12px; }
#random-slider .author-box .at-time { margin-top: -6px; float: left; font-size: 11px; font-weight: 500; }
#random-slider .author-box .at-time i { font-size: 10px; }
#random-slider .author-box .at-location { margin-top: -6px; float: left; font-size: 11px; font-weight: 500; margin-right: 12px; }
#random-slider .author-box .at-location i { font-size: 10px; }
#random-slider .title-section  { float: left; width: 235px; margin: -78px 0 0 0; position: relative;}
#random-slider .title-section a h3 { text-align: center; padding: 0 25px; font-size: 15px; font-weight: 400; line-height: 22px; }
#random-slider:hover .owl-prev  { opacity: 1; left: 25px;  -webkit-transition: 1s; -moz-transition: 1s; transition: 1s;}
#random-slider:hover .owl-next  { opacity: 1; right: 25px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
#random-slider .owl-prev, #random-slider .owl-next              { opacity: 0; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; margin-top: -140px; position: relative; border-radius: 2px;}
.owl-prev i, .owl-next i          { font-size: 22px;}
.owl-prev                         { float: left; left: -5px; padding: 7px 14px 4px 12px; }
.owl-next                         { float: right; right: -5px; padding: 7px 12px 4px 14px; }

/* - categories ribbon - */
.article-category   { float: none; display: inline-block; width: 100%; text-align: center; margin-top: -15px; height: 14px; position: absolute; font-weight: 500; font-size: 10.5px; line-height: 11px;}
.article-category:hover { opacity: 0.9;}
.article-category:hover i { opacity: 0.9;}
.article-category a { padding: 0px 10px 0px 10px; border-radius: 2px;}


/* -- Top Articles by Likes -- */
#top-articles-slider                  { width: 100%; height: 190px; margin-top: 95px; margin-bottom: -50px !important; }
#top-articles-slider .item            { width: 235px; height: 189px; float: left; margin-right: 25px; }
#top-articles-slider .item img        { width: 235px; height: 132px; filter: alpha(opacity=0); opacity: 0.75; } 
#top-articles-slider .author-box      { padding: 8px 20px 12px 20px; }
#top-articles-slider .author-box .at-img           { float: left; width: 22px; height: 22px; margin-top: 8px;}
#top-articles-slider .author-box .at-img img       { float: left; width: 22px; height: 22px; opacity: 1; border-radius: 50%;}  
#top-articles-slider .author-box .at-links         { width: 84%; float: right; margin-top: -2px; }
#top-articles-slider .author-box .at-links a       { font-weight: 500; font-size: 12px; }
#top-articles-slider .author-box .at-time { margin-top: -6px; float: left; font-size: 11px; font-weight: 500; }
#top-articles-slider .author-box .at-time i { font-size: 10px; }
#top-articles-slider .author-box .at-location { margin-top: -6px; float: left; font-size: 11px; font-weight: 500; margin-right: 12px; }
#top-articles-slider .author-box .at-location i { font-size: 10px; }
#top-articles-slider .title-section  { float: left; width: 235px; margin: -78px 0 0 0; position: relative;}
#top-articles-slider .title-section a h3 { text-align: center; padding: 0 25px; font-size: 15px; font-weight: 400; line-height: 22px; }
#top-articles-slider:hover .owl-prev  { opacity: 1; left: 25px;  -webkit-transition: 1s; -moz-transition: 1s; transition: 1s;}
#top-articles-slider:hover .owl-next  { opacity: 1; right: 25px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
#top-articles-slider .owl-prev, #top-articles-slider .owl-next              { opacity: 0; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; margin-top: -140px; position: relative; border-radius: 2px;}

/* -- Arrow yellow top left -- */
.arrow-right i { margin: 10px 0 0 -40px; }
.arrow-right a i { display: block;}
.arrow-right { position: absolute; z-index: 2; opacity: 1; width: 0px; height: 0px; border-top: 0px solid transparent; border-bottom: 50px solid transparent;  }


/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* -- Home content -- */
.home-content              { margin-top: 30px; margin-bottom: 30px; background-color: #FFF; 
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1); 
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1); 
    box-shadow: 0 1px 3px rgba(0,0,0,0.1); }

.home-content div.entry { 
    padding: 1px 30px  30px 30px!important; 
}

/* - title - */
h1.page-title  { text-align: center; font-size: 32px; font-weight: 600; line-height: 44px; margin-top: 40px;  }
h1.page-title  { text-shadow: none; }
h1.page-title:after   { display: block; content: ""; width: 50px; height: 3px; margin: 10px auto 0 auto; background: none repeat scroll 0% 0% #fa8247; }

/* - Media single content without featured image -- */
.media-single-content .big-single-noimg { margin-top: 0px; max-width: 100%; height: auto; }
.media-single-content .big-single-noimg div.inner-big { display: table; width: 80%; height: auto; margin: 40px auto 35px auto; }
.media-single-content .big-single-noimg div.inner-cell {display: table-cell; width: 100%; vertical-align: middle;  position: relative; }
.media-single-content .big-single-noimg h1 { text-align: center; font-size: 32px; font-weight: 600; line-height: 44px; margin-right: 5px; }
.media-single-content .big-single-noimg h1 { text-shadow: none; }
.media-single-content .big-single-noimg h1 span { font-size: 22px; line-height: 0px;}
.media-single-content .big-single-noimg span.meta-art { font-size: 13px; }
.media-single-content .big-single-noimg div.kick-date { text-align: center; text-shadow: none;  font-size: 11px; font-weight: 500; }
.media-single-content .big-single-noimg div.kick-date i { font-size: 10px; text-shadow: none;  }
.kc-sc-margin { margin-bottom: -20px;}

/* - featured img / videos - */
.media-single-content .big-single { margin-top: -4px; max-width: 100%; height: 509px; position: relative; overflow:hidden; }
.media-single-content .big-single img { max-width: 100%; height: 509px; }
.media-single-content div.meta-art { display: inline-block; font-size: 18px; padding-top: 5px; margin: 5px 0 15px 0; }
.media-single-content div.meta-art a { float: right;}
.media-single-content .single-thumb      { width: auto; float: right; margin: 4px 25px 0 20px; }
.media-single-content .single-thumb .thumbs-rating-container .thumbs-rating-up, 
.media-single-content .single-thumb .thumbs-rating-container .thumbs-rating-down { font-size: 16px; padding: 0 0 0 10px; font-weight: bold; } 
.media-single-content .single-date { float: left; }
.media-single-content div.inner-big { display: table; width: 60%; height: 100%; margin: -505px auto 0 auto; }
.media-single-content div.inner-cell {display: table-cell; width: 100%; vertical-align: middle;  position: relative; }
.media-single-content h1 { text-align: center; font-size: 32px; font-weight: 600; line-height: 44px; margin-right: 5px; }
.media-single-content h1 { color: #FFF !important; text-shadow: 1px 2px 3px #444;}
.media-single-content h1 span { font-size: 22px; line-height: 0px;}
.media-single-content span.meta-art { font-size: 13px; }
.media-single-content div.kick-date { text-align: center; text-shadow: 1px 2px 3px #444;  font-size: 11px; color: #FFF; font-weight: 500; }
.media-single-content div.kick-date i { font-size: 10px; text-shadow: none;  }
.media-single-content img  { filter: alpha(opacity=0); opacity: 0.75; }

/* -- single author avatar image -- */
.single-author-posts-img      { width: 60px; height: 60px; margin: -15px 0 0 60px; }
.single-author-posts-img img  { width: 60px; height: 60px; 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); }  
/* -- single author links -- */
ul.single-author-links { float: left; font-size: 14px; margin: -30px 0 0 150px; }
ul.single-author-links li { float: left; display: inline-block; text-align: left; margin-top: 0px; padding-bottom: 2px;}
ul.single-author-links li.single-author-name { text-align: center; font-size: 14px; font-weight: 400; margin-right: 15px; }
ul.single-author-links li.single-author-name i { font-size: 13px; }
ul.single-author-links li.single-author-time { text-align: center; font-size: 14px; font-weight: 400; }
ul.single-author-links li.single-author-time i { font-size: 13px; }
ul.single-author-links li.single-author-location { text-align: center; font-size: 14px; font-weight: 400; margin-right: 15px; }
ul.single-author-links li.single-author-location i { font-size: 13px; }

/* - Like & unlike - */
ul.single-author-links li.single-author-likes { margin: 5px 0 0 15px;}
ul.single-author-links .thumbs-rating-container .thumbs-rating-up  { text-align: center; font-size: 14px; color: #888; font-weight: 400; }
ul.single-author-links .thumbs-rating-container .thumbs-rating-up i { font-size: 13px; padding-right: 1px; }

/* -- About Author -- */
.author-meta               { width: 950px; margin: 0 0 0 -70px; height: auto; float: left; }
.author-meta-entry         { padding: 45px 70px 30px 70px;}
.author-info               { width: auto; height: auto; margin: 5px 0 -15px 30px; }
.author-meta strong        { text-transform: uppercase; padding-right: 10px; padding-left: 5px;}
.author-info p             { padding: 10px 0; font-size: 17px; line-height: 1.75; padding-right: 0px !important; }
.author-info a.author-link { font-size: 14px;}
.author-info a.author-link i { }
.author-left-meta          { width: 70px; height: 100px; float: left; padding: 0 25px 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: 13px; padding-right: 5px; } 
div.author-info i.fa-home { padding-left: 8px; padding-right: 5px; }

/* -- Author social icons -- */
ul.author-social-top       { float: left; margin: -10px 0 0 60px !important;}
ul.author-social-top li             { float: left; font-size: 16px; display: inline-block; margin-right: 3px; }
ul.author-social-top li a i         { padding: 15px 6px;}
ul.author-social-top li a:hover     { cursor: pointer; transition: all .2s ease-in-out;  opacity: 0.5; } 

/* -- Related articles content -- */
.related-articles-content  { width: 100%; height: auto; margin: 45px auto;}
.related-articles-content h3 { text-align: center; }
.related-articles-content h3.title-line:after   { display: block; content: ""; width: 30px; height: 2px; margin: 10px auto 27px auto;}
.related-articles-content h3.title-line:after   { background: none repeat scroll 0% 0% #fa8247; }
/* -- Relaed articles single page -- */
ul.related-posts           { width: 975px; height: auto; float: left; margin-left: -25px; }
ul.related-posts li 	   { width: 300px; height: 200px;  float: left; margin: 0 0 25px 25px; position: relative;overflow:hidden; }
ul.related-posts li img    { width: 300px; height: 200px; filter: alpha(opacity=0); opacity: 0.75; }
ul.related-posts li div.inner-small { display: table; width: 80%; height: 100%; margin: -200px auto 0 auto; }
ul.related-posts li div.inner-cell {display: table-cell; width: 100%; vertical-align: middle;  position: relative; }
ul.related-posts li h4 { text-align: center; font-size: 18px; font-weight: 400; line-height: 26px; margin-right: 5px; }
ul.related-posts li h4 { color: #FFF !important; text-shadow: 1px 2px 3px #444;}
ul.related-posts li h4 span { font-size: 14px; line-height: 0px;}
ul.related-posts li span.meta-art { font-size: 13px; }
ul.related-posts li div.kick-date { text-align: center; text-shadow: 1px 2px 3px #444;  font-size: 11px; color: #FFF; font-weight: 500; }
ul.related-posts li div.kick-date i { font-size: 10px; text-shadow: none;  }


/*-- Entry button / Tags and Categories -- */
.entry-art-ct              { padding: 50px 0; }
.entry-btn                 { border-radius: 3px; font-size: 12px; display: inline-block; font-weight: bold;  padding: 1px 10px; text-align: center; margin: 5px 5px 0 0; } 
.ct-size a                 { font-size: 12px; padding: 0 6px; border-radius: 3px;}

/* -- Single Gallery -- */
.single-gallery            { width: 100%; height: auto; margin-bottom: -22px; }
.single-gallery img        { width: 190px; height: 190px; margin-top: -6px; }
.single-gallery img:hover  { opacity:.9;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1);-webkit-animation:scaleUp 1s ease-in-out forwards;-moz-animation:scaleUp 1s ease-in-out forwards;animation:scaleUp 1s ease-in-out forwards}@-webkit-keyframes scaleUp{to{-webkit-transform:scale(1)}}@-moz-keyframes scaleUp{to{-moz-transform:scale(1)}}@keyframes scaleUp{to{transform:scale(1)}}
iframe.single_iframe       { width: 100%; margin-left: auto; margin-right: auto; float: none; display: block;}

/* -- Entry excerpt -- */
div.entry-excerpt          { margin-top: -20px;}
div.entry-excerpt h3       { text-decoration: none; }
div.entry-excerpt p        { font-size: 22px; font-weight: normal; line-height: 1.55; }

/* -- Entry content style -- */
.entry                     { width: auto; height: auto; padding: 20px 70px; }
.entry p a                 { }
.entry p a:hover           { }
.entry p                   { padding: 10px 0; font-size: 17px; line-height: 1.75; }
.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { margin-top: 35px;}
.entry h1 { margin-top: 60px; }
.entry strong              { font-weight: 700; }

/* -- blockquote -- */
blockquote                 { font-weight: 400; margin: 40px 0; border-left: 5px solid #ecf1f1; background: #f7f9ff url(images/quotes.png) no-repeat top left; background-position: 20px 40px; padding:0 0 0 35px;}
blockquote p               { font-size: 18px !important; padding: 25px 60px 25px 25px !important; background:url(images/quotes.png) no-repeat bottom 20px right 40px;  }

/* -- Custom Fields -- */
div.kickcube-entry-iframe iframe { width: 100%; height: 460px; }
div.kickcube-home-iframe iframe { width: 100%; height: 130px; }

/* -- Responsive Images -- */
img.attachment-kickcube_wp_thumbnail-single-image { max-width: 100%; display: block; margin-left: auto; margin-right: auto; height: auto; }
.entry iframe              { max-width: 100%;}
.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%; }
img.alignleft, .alignleft img   { width: inherit !important;}
img.alignright, .alignright img { width: inherit !important;}
.alignleft                 { float: left; margin: 20px 20px 10px 0; }
.alignright                { float: right; margin: 20px 0 10px 20px; }
.aligncenter               { display: block; margin: 30px auto 10px auto;}
.wp-caption img[class*="wp-image-"] { display: block; margin: 0; }
.wp-caption-text { font-size: 12px !important; margin-top: -7px; padding: 0 10px 0 10px; text-align: center; }
p.wp-caption-text a { background: transparent !important; }
p > a.wp-img-bg-off { background: none !important; /* for images manually added */}
/* -- End res. img -- */

/* -- Lists -- */
.entry th                  { padding: 0; margin-right: 2px; }
.entry li                  { padding:3px 0 3px 5px; }
.entry ul                  { margin:20px 40px; list-style-type: square;}
.entry ol                  { margin:20px 40px; list-style-type: decimal;}

/* -- Pagination entry articles -- */
.my-paginated-posts      { text-align: center; font-size:10px; margin-bottom: 30px; }
.my-paginated-posts span { padding: 3px 6px 3px 6px; border-radius: 3px;}
.my-paginated-posts p    { font-size:1.4em; }
.my-paginated-posts p a  { border-radius: 3px; font-weight: bold; padding: 6px 10px; text-decoration:none; margin: 0 1px; }
.my-paginated-posts a:hover { }

/* -- Single Share -- */
#single-share  { width:30px; height: auto; text-align: center; float: left; position: fixed; top: 200px; }
#single-share a { width:30px; float: left; display: block;}
#single-share a:hover { width: 25px; opacity: 0.95; border-left: 5px solid rgba(6, 6, 6, 0.3);}
#single-share a.fbbutton    { padding:8px 0 6px 0; font-size: 13px; text-transform: uppercase; background-color: #768bb7; color: #FFF !important; border-top-right-radius: 4px;}
#single-share a.twbutton    { padding:8px 0 6px 0; font-size: 13px; text-transform: uppercase; background-color: #a2d9f2; color: #FFF !important;}
#single-share a.pinbutton   { padding:8px 0 6px 0; font-size: 13px; text-transform: uppercase; background-color: #ea4e56; color: #FFF !important;}
#single-share a.googlebutton{ padding:8px 0 6px 0; font-size: 13px; text-transform: uppercase; background-color: #e3826d; color: #FFF !important;}
#single-share a.emailbutton { padding:6px 0 8px 0; font-size: 12px; text-transform: uppercase; background-color: #b2d790; color: #FFF !important; border-bottom-right-radius: 4px;}
#single-share .googlebutton i,
#single-share .pinbutton i,
#single-share .fbbutton i, 
#single-share .twbutton i  { font-size: 13px; }
/* -- Chrome CSS -- */
@media screen and (-webkit-min-device-pixel-ratio:0) { #single-share i {  } }

/* -- Index author / search / categories and tags title -- */
h3.index-title  { height: 20px; font-size: 9px; font-weight: 500; text-transform: uppercase; display: inline-block; padding: 0 15px 2px 15px; border-radius: 4px; line-height: 22px; margin-bottom: 10px; }
div.cat-info    { margin: -10px 0 20px 0;}

/*-----------------------------------------------------------------------------
----------------------------- 5 - Sidebar & Widgets ---------------------------
-----------------------------------------------------------------------------*/

/* -- Sidebar -- */
#sidebar .widget h3.title-line   { margin-bottom: 5px; text-transform: uppercase; line-height: 1; font-size: 14px; }
#sidebar .widget h3.title-line:after   { display: block; content: ""; width: 100%; height: 3px; margin: 10px auto 20px auto; }
#sidebar .widget { width: 250px; margin-bottom: 25px; padding: 25px; }

/* -- Instagram -- */
ul.instagram-pics      { float: left; margin-left: -6px; }
ul.instagram-pics li   { float: left; margin-left: 6px;}
ul.instagram-pics li img { opacity: 0; max-width: 100%; border-radius: 3px; }
ul.instagram-pics li img:hover { opacity: 0.7 !important;}
ul.instagram-size-thumbnail li img { width: 122px; }
.sidebar .widget:after { content: ''; display: block; clear: both !important; }
ul.instagram-size-small li img { width: 122px; }

/* -- Article widget -- */
ul.article_list          { float: left; width: 100%; height: auto; margin-top: -15px; }
ul.article_list li         { width: 250px; float: left; display: block; padding: 15px 0; }
ul.article_list li img     { width: 100px; height: 60px; object-fit: cover; float: left; margin-bottom: 0px; }
ul.article_list li .no-image   { width: 100px; height: 60px; float: left; border-top-left-radius: 3px; border-top-right-radius: 3px; margin-bottom: 0px; }
ul.article_list li h3      { float: left; width: 100%; font-size: 13px; font-weight: 500; line-height: 18px; margin: 1px 0 0 0; }
ul.article_list li h3 span { line-height: 12px; display: inline-block; padding: 0px 3px; font-size: 9px; text-transform: uppercase; border-radius: 3px; }
ul.article_list li .content-il { margin-left: 115px; }
ul.article_list li .an-display-time  { float: left; font-size: 11px;}
ul.article_list li:last-child { border-bottom: none; padding-bottom: 0px;}
/* -- Article widget for middle sidebar -- */
#small-sidebar ul.article_list li  { width: 130px; float: left; display: block; padding: 15px; }
#small-sidebar ul.article_list li img { width: 130px; height: 78px; margin-bottom: 5px;}
#small-sidebar ul.article_list li .content-il { margin-left: 0px; }
#small-sidebar ul.article_list li .no-image   { width: 130px; height: 78px;}
/* -- Top Likes -- */
.widget-list-data      { width: auto; float: left; margin-top: 4px; margin-right: 6px;}
.widget-list-data .thumbs-rating-container .thumbs-rating-up, 
.widget-list-data .thumbs-rating-container .thumbs-rating-down { font-size: 11px; padding: 0 5px 0 0; } 

/* -- Banner widget 300px -- */
.img-300          { width: 300px; height: auto; margin: 0 0 -32px -25px; }

/* -- Custom Text -- */
.textwidget         { }
.widget_text img    { max-width: 100% !important;}
.widget_text select { width: 100%; padding: 10px 20px;}
.widget_text option { padding: 0 10px;}

/* -- Widget RSS -- */
.widget_rss ul    { margin-top: -10px;}
.widget_rss h3 a img     { width: 10px; height: 10px; margin-right: 3px;}
.widget_rss li { display: block;  padding: 10px 0 10px 0; }
.widget_rss li a { font-weight: bold; }
.widget_rss li .rss-date { width: 100px;  text-align: center; display: inline-block; clear: both; font-size: 11px; line-height: 14px; border-radius: 3px; padding:0 10px 0 10px;}
.widget_rss li span    { height: 16px; }
.widget_rss li:before { content: "\f09e"; font-family: 'FontAwesome'; padding-right: 5px; font-size: 13px;}

/* -- Default Tags -- */
div.widget_tag_cloud     { display: inline-block; margin-bottom: 10px;}
div.tagcloud             { }
div.tagcloud span        { font-size: 10px; font-weight: 500; margin-left: 5px;  }
div.tagcloud a           { margin: 0 2px 2px 0; float: left; width: auto; display: inline-block; padding:3px 10px; list-style: none;  border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; font-size:11px !important; font-weight:400;}

/* -- Default Search -- */
div.widget_search        { }
div.widget_search #searchform2 { float: left;  }
div.widget_search #searchform2 #s { width: 168px; }
div.widget_search #searchform2 .buttonicon:hover   { opacity: 0.8; transition: all .4s ease-in-out; cursor: pointer; }

/* -- Recent Entries -- */
div.widget_recent_entries ul    { margin-top: -10px;}
.widget_recent_entries li { display: block;  padding: 10px 0 10px 0; }
.widget_recent_entries li a { font-weight: 500;}
.widget_recent_entries li:last-child {  border: none;  }
.widget_recent_entries li:before { content: "\f1ea"; font-family: 'FontAwesome'; padding-right: 5px; font-size: 13px;}

/* -- Recent Comments -- */
div.widget_recent_comments ul    { margin-top: -10px;}
.widget_recent_comments li { display: block; padding: 10px 0 10px 0; }
.widget_recent_comments li:last-child { border: none; }
.widget_recent_comments li:before { content: "\f0e6"; font-family: 'FontAwesome'; padding-right: 5px;}
.widget_recent_comments li span.comment-author-link  { font-weight: 700; }

/* -- 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 20px;}
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: 'FontAwesome'; padding-right: 10px; }
.widget_archive li  { display: block;  padding: 10px 0 10px 0;}
.widget_nav_menu li:before { content: "\f0da"; font-family: 'FontAwesome'; padding-right: 10px; font-size: 13px; }

/* -- Meta and Pages widget -- */
div.widget_pages ul    { margin-top: -10px;}
.widget_pages li, .widget_meta li { display: block; padding: 10px 0 10px 0; }
.widget_pages li:last-child, .widget_meta li:last-child { border: none; }
.widget_pages li:before, .widget_meta li:before { content: "\f0da"; font-family: 'FontAwesome'; padding-right: 10px; font-size: 13px; }

/* -- Categories -- */
div.widget_categories ul    { margin-top: -10px;}
.widget_categories li { display: block; padding: 10px 0 10px 0; }
.widget_categories li:last-child { border: none;  }
div.widget_categories select { width: 100%; padding: 10px 20px;}
div.widget_categories option { padding: 0 10px;}
.widget_categories li ul.children { margin: -5px 0 -10px -5px; padding: 10px 0 0 0;}
.widget_categories li ul.children li { padding: 10px 0 10px 20px; } 
.widget_categories li:before { content: "\f115"; font-family: 'FontAwesome'; padding-right: 10px; font-size: 13px;}

/* -- Calendar -- */ 
#wp-calendar {width: 100%;}
#wp-calendar caption { text-align: center; font-weight: bold; margin-bottom: 10px; font-size: 15px; padding: 0 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody td { text-align: center; padding:5px;}
#wp-calendar tbody td a { font-weight: bold; display: block;}
#wp-calendar tbody td#today { border-radius: 4px;}
#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; }
/* -- Calendar small sidebar -- */
#small-sidebar #wp-calendar tbody td  { padding: 2px; }

/* -- Mode default widgets -- */
.sticky {}
.gallery-caption {}
.bypostauthor {}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/*-----------------------------------------------------------------------------
----------------------------- 6 - Comments Form -------------------------------
-----------------------------------------------------------------------------*/

#comments h3 { text-align: center; }
#comments h3.title-line:after   { display: block; content: ""; width: 30px; height: 2px; margin: 10px auto 27px auto;}
#comments .logged-in-as         { text-align: center; margin-top: -20px;}
#comments .logged-in-as a       { }
#comments #respond { margin-top: -5px !important; }
#respond h3.title-line:after    { margin: 10px auto 30px auto;}
#respond a#cancel-comment-reply-link { text-align: center; font-size: 14px; line-height: 0px; margin-top: 10px; margin-bottom: 10px; color: #F00 !important; }

.nocomments, .nopassword, .must-log-in  { text-align: center; padding: 15px 0 0 0; }
ul.comment                    { width: auto; margin: 30px 0 45px 0; position: relative;}
ul.comment li                 { display: block; margin: 0 0 25px 0; padding: 50px 70px; overflow: hidden; word-wrap: break-word; }
ul.comment li span.comm-avatar    { width: 35px; height: 35px; float: left; margin-right: 5px; margin-top: 3px;}
ul.comment li span.comm-avatar img { width: 35px; height: 35px; 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); }
ul.comment li div.comment-author { margin: 5px 0 0 60px; text-align: left; font-weight: bold; text-transform: uppercase; font-size: 14px; }
ul.comment li div.comment-date { margin: -13px 0 0 60px; text-align: left; font-size: 13px; color: #999;}
.comment-body                 { font-size: 17px; line-height: 1.75; padding-bottom: 10px;}
ul.comment li ul.children     { padding: 30px 0 0 0; }
ul.comment li ul.children li  { margin: 10px 0 0 0; border: none; padding: 40px 60px;}

/* -- Comments -- */
#comments                     { width: 100%; margin-top: 20px; margin-bottom: 50px; }
.comments                     { width: auto; display: block; float: left;  height: auto; } 

/* -- Comment Form -- */
.comment-notes                { display: none;}
#commentform                  { padding: 30px 70px 50px 70px; font-size:11px;}
#commentform #author, #comment, #email, #url { width:100%; height:40px; font-size: 14px; font-weight: bold; border-radius: 3px;}	
#commentform #submit          { margin-top: 25px; padding: 14px 20px; display: inline-block; text-transform: uppercase; text-decoration: none; outline: none; font-weight: 700; font-size: 12px; border-radius: 3px;}
#commentform #submit:hover    { opacity:.85;  cursor: pointer; }
#commentform input, #comment  { padding-left: 5px;  }
#commentform textarea         { -moz-resize:vertical; resize:vertical;}
#commentform #comment         { min-height: 100px;  }
#commentform label            { display: block; margin-top:10px; font-size:11px; font-weight: bold; }
#commentform label span       { font-size: 15px; }
#wp-comment-cookies-consent   { float: left; margin: 3px 5px 0 0;} 

/* -- Comment Cols -- */
.one_half_c, .one_half_last_c { float:left; width:48%; margin-right:4%; }
.one_half_last_c              { margin-right:0; }
.one_full_c                   { float:left; width:100%; }



/*-----------------------------------------------------------------------------
----------------------------- 7 - Contact Form --------------------------------
-----------------------------------------------------------------------------*/
/* -- Contact Form 7 Plugin -- */
form.wpcf7-form               { width: 99.3%; margin:0 0 0 0; font-size:11px;}
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 input         { width: 98%; height:40px; font-size: 14px; font-weight: bold; border-radius: 3px; padding-left: 2%; }
form.wpcf7-form textarea      { width: 98%; height:200px; line-height:22px; font-size: 15px; border-radius: 3px; -moz-resize:vertical; resize:vertical; padding-left: 2%; padding-top: 20px;} 
form.wpcf7-form input.wpcf7-submit       { float: right; width: inherit !important; 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; }
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 { margin-top: -60px; margin-bottom: 50px; margin-left: -16px; position: relative; border: none; }
form.wpcf7-form .wpcf7-response-output { font-size: 16px;}
form.wpcf7-form span.wpcf7-form-control-wrap { width: 100% !important;}
form.wpcf7-form select        { width: 102%; height:40px; font-size: 14px; font-weight: bold; border-radius: 3px; padding-left: 2%; }


/*-----------------------------------------------------------------------------
----------------------------- 8 - Custom Pages --------------------------------
-----------------------------------------------------------------------------*/
/* -- WP Recipe Maker -- */
.wprm-recipe                   { padding: 35px !important; border-radius: 3px !important; }
.wprm-recipe-template-chic     { font-size: 16px !important; border-style: solid !important; border-width: 2px !important; border-color: #f9f9f9 !important; background-color: #f9f9f9 !important; }

/* -- Pricing Tables -- */
body.page-template-template-full-width-no-bg .responsive-area { display: none;}
div.ptp-pricing-table      { margin-top: 30px;}
div.ptp-bullet-item strong { padding-left: 5px;}
div.ptp-bullet-item strong i.fa-times { color: #ed4e56; font-size: 12px;}
div.ptp-bullet-item strong i.fa-check { color: #7dc855; font-size: 12px;}

/* -- bbPress Plugin compatibility -- */
.bbpress img.avatar           { width: inherit; }

/*-- Premium content page --*/
a.btn_orange, a.btn_black  { width: 150px; margin-top: 20px; margin-left: 15px; display: inline-block; text-align: center; font-size: 14px; border-radius: 3px; font-weight: 600; text-transform: uppercase; padding: 12px 25px 9px 25px;}
a.btn_orange:hover, a.btn_black:hover { opacity: 0.9;}

/*-- Card fieldset --*/
fieldset.rcp_card_fieldset { width: 110%; display: inline-block; margin-left: -3% !important; }
fieldset.rcp_card_fieldset p { float: left;  width: 45%; margin: 0 2.5% 0 2.5% !important;} 
fieldset.rcp_card_fieldset input { width: 185px;}
p#rcp_card_country_wrap select { width: 205px !important;}

/*-- Registration --*/
.rcp_registration_total_details { display: none;}
.rcp_login_link { margin: -9px 0 0 -5px;}
body.page-template-template-small-middle .responsive-area { display: none;}
.rcp_user_fieldset { width: 110%; display: inline-block; margin-left: -3% !important; }
.rcp_user_fieldset p { float: left;  width: 45%; margin: 0 2.5% 0 2.5% !important;} 
.rcp_user_fieldset input { width: 185px;}
form#rcp_registration_form p#rcp_auto_renew_wrap label { line-height: 24px !important;}
/* -- Chrome CSS -- */
@media screen and (-webkit-min-device-pixel-ratio:0) { form#rcp_registration_form p#rcp_auto_renew_wrap label { line-height: 20px !important; } }

/*-- Login --*/
body.page-template-template-small-middle2 .responsive-area { display: none;}
p.rcp_lost_password { float: left; margin-top: -30px !important; font-size: 14px; }
input#rcp_login_submit { width: 212px;} 

/*-- Login Social --*/
span.apsl-login-new-text { font-size: 18px; font-weight: bold; text-align: center; margin-top: 30px;}
span.apsl-login-new-text:after   { display: block; content: ""; width: 50px; height: 3px; margin: 10px auto 20px auto; background: none repeat scroll 0% 0% #fa8247; }
div.apsl-icon-block  { width: 182px;}

/*-- Lost Pass --*/
form#rcp_lostpassword_form input { width: 190px; }
form#rcp_lostpassword_form input#rcp_lostpassword_submit { width: 212px; font-size: 11px; }

/*-- Subscription Details --*/
table     { margin-top: 30px; margin-bottom: 50px; border-collapse: collapse; width: 100%; }
thead     { text-align: left; }
th, td    { padding: 25px 0; }

/*-- Input Style --*/
.wrap-small-middle input[type="reset"],
.wrap-small-middle input[type="button"],
.wrap-small-middle input[type="submit"],
.wrap-small-middle2 input[type="reset"],
.wrap-small-middle2 input[type="button"],
.wrap-small-middle2 input[type="submit"] { cursor: pointer; border: none; border-radius: 3px; font-weight: 600; text-transform: uppercase; padding: 10px 25px; }
.page-template input[type="reset"],
.page-template input[type="button"],
.page-template input[type="submit"],
.page-template input[type="reset"],
.page-template input[type="button"],
.page-template input[type="submit"] { cursor: pointer; border: none; border-radius: 3px; font-weight: 600; text-transform: uppercase; padding: 10px 25px; }
.wrap-small-middle form label,
.wrap-small-middle2 form label  { cursor: pointer; display: block; font-size: 15px; font-weight: normal; }
body .rcp_form legend { margin-top: 20px;}
body .rcp_form select, 
body .rcp_form input[type="text"],
body .rcp_form input[type="password"],
body .rcp_form input[type="email"] { border-radius: 3px; display: block; font-size: 100%; line-height: 100%; outline: none!important; padding: 12px 10px; }

/*-- Front end --*/
.an-fpp-img { width: 70px; height: 42px; float: left; background: #f8f8f8;}
.an-fpp-img img { width: 70px; height: 42px; }
.an-fpp-title { margin-left: 85px; margin-top: -2px;}
.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: 20px;}

/*-- Front end my posts */
.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; }
.an-fpp-title { font-weight: 500; }
div.wpfepp-post-table-container table { background-color: #FFF;}
div.wpfepp-message a { margin-top: 30px; border-radius: 3px; font-weight: 600; text-transform: uppercase; padding: 5px 25px; background-color: #fa8247; color: #FFF; border-bottom: 3px solid #de5411; }
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;}


/*-----------------------------------------------------------------------------
------------------------------ 9 - Footer -------------------------------------
-----------------------------------------------------------------------------*/
footer                        { width: 100%; height: auto; bottom: 0; }

/* -- Top Footer Section -- */
.top-footer-section           { width: 100%; height: auto; text-align: center;}
.top-footer-section           { -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);}
footer .top-entry             { width: 1275px; height: auto; margin: 0 auto; padding: 100px 0;}
.top-footer-section h2        { font-size: 30px; font-weight: 400; }
.top-footer-section h2 span   { padding: 0 10px; border-radius: 2px;}
.top-footer-section p         { padding: 30px 0; font-size: 22px; line-height: 36px; font-weight: 300;}
.top-footer-section a.button  { border-radius: 3px; font-weight: 600; text-transform: uppercase; padding: 10px 25px;}
.top-footer-section a.button:hover { opacity: 0.9;}

/* -- Bottom Footer Section -- */
footer .wrap-middle           { height: auto; margin: 0 auto !important; padding: 70px 0 70px 0;}
footer .wrap-middle i         { margin-left: 20px; font-size: 12px;}

/* -- Footer Social -- */
footer ul.top-social          { margin-top: -5px; }
footer ul.top-social li i     { font-size: 20px; }
footer ul.top-social li a i   { padding: 15px 2px;}

/* -- Back to Top -- */
#back-top                     { position: fixed; display: block; bottom: 10px; right: 10px; z-index:999999; }
#back-top a                   { width: 40px; display: block;  }
#back-top span                { width: 40px; height: 40px; display: block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
#back-top span i              { color: #FFF; margin: 12px 0 0 12px;}
#back-top a:hover             { opacity: 0.7; } 


/*-----------------------------------------------------------------------------
----------------------------- 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 !important; border: 1px solid #0099cc !important; color: #FFF !important; text-shadow: 0 -1px 0 #0099cc;}
.simplebtn.green   { background-color: #7dc34d !important; border: 1px solid #7dc34d !important; color: #FFF !important; text-shadow: 0 -1px 0 #7dc34d;}
.simplebtn.green2  { background-color: #0fbe7c !important; border: 1px solid #0fbe7c !important; color: #FFF !important; text-shadow: 0 -1px 0 #0fbe7c;}
.simplebtn.orange  { background-color: #e76b33 !important; border: 1px solid #e76b33 !important; color: #FFF !important; text-shadow: 0 -1px 0 #e76b33;}
.simplebtn.gold    { background-color: #ffd62c !important; border: 1px solid #ffd62c !important; color: #FFF !important; text-shadow: 0 -1px 0 #ffd62c;}
.simplebtn.red     { background-color: #cc3333 !important; border: 1px solid #cc3333 !important; color: #FFF !important; text-shadow: 0 -1px 0 #cc3333;}
.simplebtn.pink    { background-color: #d63f72 !important; border: 1px solid #d63f72 !important; color: #FFF !important; text-shadow: 0 -1px 0 #d63f72;}
.simplebtn.black   { background-color: #3b3b3b !important; 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                          { -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:#ddecf5; color:#99b1c1; 
                                    border:1px solid #c3d9e5; margin:15px 0; -moz-border-radius:2px; border-radius:2px; font-weight: bold; text-align: center;}
.boxsucces                        { -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;}
.boxerror                         { -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:#ffe3e3; color:#cf9494;
	                                border:1px solid #fdcdcd; margin:15px 0; -moz-border-radius:2px; border-radius:2px; font-weight: bold; text-align: center;}
.boxnotice                        { -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:#fcf9da; color:#b3ad77;
	                                border:1px solid #ebe7bc; margin:15px 0; -moz-border-radius:2px; border-radius:2px; font-weight: bold; text-align: center;}
.boxinfo, 
.boxsucces, 
.boxerror, 
.boxnotice                         { width: 90% !important;  padding:15px 5% !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;}