/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Grand News Wordpress Theme
Version:	1.0
Last change:	12/04/16 [initial release]
Assigned to:	ThemeGoods
Primary use:	Wordpress Theme
-------------------------------------------------------------------*/

@import "reset.css";
@import "wordpress.css";

/*------------------------------------------------------------------
[Color codes]

Background:	#ffffff (white)
Content:	#444444 (grey)
Header:		#222222 (dark grey)
Footer:		#ffffff (white)

a (standard):	#222222 (dark grey)
a (hover):		#000000 (black)a (active):		#000000 (black)

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


/*------------------------------------------------------------------
[Typography]

Body copy:		14px/1.7em 'Roboto', 'Helvetica Neue', Arial,Verdana,sans-serif
Header:			30px/1.65em 'Raleway', 'Georgia', Arial,Verdana,sans-serif
Input, textarea:	14px 'Roboto', 'Helvetica Neue', Arial,Verdana,sans-serif
Sidebar heading:	14px 'Roboto', 'Helvetica Neue', Arial,Verdana,sans-serif
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Navigation / .top_bar
3. Footer / #footer
4. Content / #page_content_wrapper
5. Social Sharing / #social_share_wrapper
6. Sidebar / .sidebar_wrapper
7. Form & Input
8. Pagination / .pagination
9. Widgets
10. Grid Columns Elements
11. Contact Form Captcha / #captcha-wrap
12. Grid Rotator Plugin
13. Woocommerce
-------------------------------------------------------------------*/

body
{
	background: #ffffff;
	font-family: 'Roboto', 'Helvetica Neue', Arial,Verdana,sans-serif;
	padding: 0;
	margin: 0;
	color: #444;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	line-height: 1.7;
	word-wrap: break-word;
	-webkit-overflow-scrolling: touch;
}

body.overflow_hidden
{
	overflow: hidden;
}

body.loading #wrapper
{
	opacity: .3;
}

body.notouch
{
	-webkit-overflow-scrolling: auto !important;
}

.floatleft
{
	float: left !important;
}

.floatright
{
	float: right !important;
}

.textcenter
{
	text-align: center;
}

.divider
{
	clear: both;
}

.hidden
{
	display: none;
}

#wrapper
{
	float: left;
	width: 100%;
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
	/* padding-top: 52px; Default menu height */
}

#wrapper.hasbg
{
	padding-top: 0 !important;
}

hr
{
	height: 1px;
	border: 0;
	border-top: 1px solid #ebebeb;
	background: transparent;
	margin: auto;
	width: 100%;
	clear: both;
}

hr.post_divider
{
	margin-top: 10px;
}

hr.post_divider.double
{
	margin-top: 2px;
}

a
{
	color: #222;
	text-decoration: none;
	-webkit-transition: color .2s linear, background .1s linear;
	-moz-transition: color .2s linear, background .1s linear;
	-ms-transition: color .2s linear, background .1s linear;
	-o-transition: color .2s linear, background .1s linear;
	transition: color .2s linear, background .1s linear;
}

a:hover, .post_header h5 a:hover
{
	color: #000;
	text-decoration: none;
}

a:active, .post_header h5 a:active
{
	color: #000;
	text-decoration: none;
}

a.comment-reply-link
{
	color: #222;
}

.mobile_menu_wrapper #searchform
{
	background: #333;
	width: 100%;
}

.mobile_menu_wrapper #searchform input[type=text]
{
	background: transparent;
	width: 80%;
	width: calc(100% - 35px);
	border: 0;
	display: inline-block;
	color: #fff;
}

.mobile_menu_wrapper #searchform button
{
	background: transparent;
	display: inline-block;
	border: 0;
}

.mobile_menu_wrapper #searchform button i
{
	color: #fff;
	font-size: 13px;
	opacity: 0.5;
}

.mobile_menu_wrapper .widget_search #searchform
{
	background: transparent !important;
	width: 100%
}

.mobile_menu_wrapper .widget_search #searchform input[type=text]
{
	background: #333;
	width: 100%;
}

h1
{
	font-size: 34px;
}

h2
{
	font-size: 30px;
}

h3
{
	font-size: 26px;
}

h3#reply-title
{
	font-size: 18px;
	display: none;
}

h4
{
	font-size: 22px;
}

h5
{
	font-size: 18px;
}

h5.related_post, .fullwidth_comment_wrapper h5.comment_header
{
	text-align: center;
}

h6
{
	font-size: 16px;
}

h7
{
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6, h7
{
	color: #222;
	font-family: 'Roboto', 'Georgia', Arial,Verdana,sans-serif;
	letter-spacing: 0px;
	font-weight: 600;
}

.space
{
	margin-bottom: 5px;
}

.middle
{
	vertical-align: -30%;
}

pre, code, tt
{
	font: 12px 'andale mono', 'lucida console', monospace;
	line-height:1.5;
	padding: 15px 10px 15px 10px;
	display: block;
	overflow: auto;
	margin-top: 20px;
	margin: 20px 0 20px 0;
	width:92%;
	border: 0;
	color: #000;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.clear
{
	clear: both;
}

img.mid_align
{
	vertical-align: middle;
	margin-right: 5px;
	border: 0;
}

.fullwidth_comment_wrapper
{
	width: 100%;
	float: left;
	padding: 30px 30px 0 30px;
	margin-bottom: 50px;
	box-sizing: border-box;
	background: #f2f2f2;
}

.fullwidth_comment_wrapper:empty
{
	display: none;
}

.woocommerce #commentform
{
	margin-left: 0;
}

#commentform label
{
	display: none;
}

.logged-in-as
{
	display: none;
}

#commentform p.comment-form-author, #commentform p.comment-form-email, #commentform p.comment-form-url
{
	width: 30.99%;
	float: left;
	margin-right: 3.5%;
}

#commentform p.comment-form-url
{
	margin-right: 0;
}

::-webkit-input-placeholder
{
   color: #999;
   font-style: italic;
}

:-moz-placeholder
{
   color: #999;
   font-style: italic;
}

::-moz-placeholder
{
   color: #999;
   font-style: italic;
}

:-ms-input-placeholder
{
   color: #999;
   font-style: italic;
}

#contact_form
{
	margin-top: 20px;
}

#reponse_msg
{
	margin-top: 10px;
	font-weight: bold;
}

#contact_form input[type="text"], #contact_form textarea, #commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform textarea
{
  margin-bottom: 15px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#commentform input[type=text]:focus, #commentform input[type=email]:focus, #commentform input[type=url]:focus, #commentform textarea:focus
{
	border-color: #444;
}

.dropcap1
{
	display: block;
	float: left;
	margin: -1px 8px 0 0;
	font-size: 70px;
	line-height: 70px;
	text-shadow: none;
}

blockquote
{
	font-size: 22px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-style: italic;
	position: relative;
}

.post_header blockquote p
{
	text-align: center;
}

blockquote:before
{
    background: #fff;
    color: black;
    content: "\201C";
    left: 50%;
    padding: 0 15px;
    position: absolute;
    top: -0.5em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

blockquote:after
{
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    margin-left: -4.5em;
    position: absolute;
    top: 0;
    width: 9em;
    z-index: -1;
}

blockquote p
{
	padding: 0 !important;
}

blockquote h2
{
	font-weight: normal;
	font-size: 22px;
}

blockquote h3
{
	font-weight: normal;
	font-size: 20px;
}

#respond
{
	width: 100%;
	float: left;
}

#respond.comment-respond
{
	margin-bottom: 20px;
}

#commentform > p.comment-form-comment
{
	padding-bottom: 0;
}

#commentform textarea
{
	margin-bottom: 10px;
}

#commentform input[type=submit]
{
	margin-top: 10px;
    font-size: 15px;
    padding: 8px 20px 8px 20px;
}

/*------------------------------------------------------------------
[2. Navigation]
*/

#logo_wrapper
{
	text-align: center;
	padding: 50px 0 40px 0;
	overflow: hidden;
	position: relative;
    z-index: 3;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.top_bar.scroll #logo_wrapper
{
	height: 0;
	padding: 0;
}

.top_bar.scroll #logo_wrapper .social_wrapper
{
	display: none;
}

.logo_container
{
	display: table;
	width: 100%;
	height: 100%;
}

.logo_align
{
	display: table-cell;
	vertical-align: middle;
}

.logo_wrapper
{
	margin: 0;
	display: inline-block;
	line-height: 0;

	-webkit-transition: margin 0.3s, display 0.3s;
	-moz-transition: margin 0.3s, display 0.3s;
	transition: margin 0.3s, display 0.3s;
}

.logo_wrapper.hidden
{
	display: none;
}

.logo_wrapper img.zoom
{
	transform: scale(0.8) !important;
}

.above_top_bar
{
	height: 40px;
	background: #111;
	position: relative;
	z-index: 3;
}

.header_style_wrapper
{
	width: 100%;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	display: block;
	box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.2);
}

body.admin-bar .header_style_wrapper, body.admin-bar #post_info_bar.scroll
{
	padding-top: 32px;
}

.header_style_wrapper.nofixed
{
	display: none;
}

.top_bar
{
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	background: rgb(256,256,256,0.95);
	background: rgba(256,256,256,0.95);
	float: left;

	-webkit-transition: height 0.5s, background 0.5s;
	-moz-transition: height 0.5s, background 0.5s;
	transition: height 0.5s, background 0.5s;
}

.top_bar.scroll
{
	box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.2);
	border-bottom: 1px solid #e1e1e1;
}

#mobile_menu
{
	display: none;
	cursor: pointer;
}

#menu_wrapper
{
	width: 100%;
	margin: auto;
}

#nav_wrapper
{
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.top_bar.scroll #nav_wrapper
{
	border: 0;
}

#menu_border_wrapper > div
{
	width: 100%;
}

#menu_border_wrapper .notice
{
	padding: 10px 0 10px 0;
}

#mobile_nav_icon
{
	display: inline-block;
	border-bottom: 9px double #444;
	border-top: 3px solid #444;
	height: 3px;
	width: 25px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;

	cursor: pointer;
	position: relative;
	margin-left: 10px;
	top: 3px;
}

#search_icon, #page_share
{
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #222;
	margin-left: 10px;
}

#menu_border_wrapper, #logo_right_button
{
	display: inline-block;
}

#logo_right_button #search_icon i
{
	font-size: 14px;
}

.header_cart_wrapper
{
	display: inline-block;
	margin-left: 10px;
	position: relative;
}

.header_cart_wrapper a
{
	color: #222;
}

.header_cart_wrapper .cart_count
{
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 9px;
	border-radius: 50px;
	background: #da0081;
	color: #fff;
	z-index: 2;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-weight: 600;
	text-align: center;
}

.header_cart_wrapper i
{
	font-size: 18px !important;
	margin-right: 0 !important;
}

.post_share_wrapper
{
	display: inline-block;
}

.post_share_wrapper a
{
	color: #222;
}

.mobile_menu_wrapper
{
	right: 0px;

	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;

	-webkit-transform: translate(360px, 0px);
	-ms-transform: translate(360px, 0px);
	transform: translate(360px, 0px);
	-o-transform: translate(360px, 0px);

	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	 -webkit-overflow-scrolling: touch;

	 width: 360px;
	 padding: 43px;
	 box-sizing: border-box;
	 background: #111111;
	 position: fixed;
	 top: 0px;
	 height: 100%;
	 z-index: 999;
	 color: #999;
}

body.admin-bar .mobile_menu_wrapper
{
	padding-top: 65px;
}

body.admin-bar #close_mobile_menu
{
	top: 61px;
}

body.js_nav .mobile_menu_wrapper
{
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	overflow-y: scroll !important;
	-webkit-overflow-scrolling: touch;
}

#close_mobile_menu
{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#close_mobile_menu.open
{
    z-index: 99;
}

.mobile_main_nav, #sub_menu
{
	margin-bottom: 40px;
	list-style: none;
	overflow: hidden;
	width: 100%;
}

#close_mobile_menu_button
{
	float: right;
	margin-bottom: 10px;
	font-size: 11px;
	border-radius: 50px;
	background: #444444;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
}

#sub_menu .sub-menu
{
	margin-left: 15px;
	list-style: circle;
}

#sub_menu li
{
	width: 100%;
}

.mobile_main_nav li a, #sub_menu li a
{
	color: #777;
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 3em;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Roboto', 'Georgia', Arial,Verdana,sans-serif;
}

.mobile_main_nav li.menu-item-has-children > a:after
{
	font-size: 11px;
	position: absolute;
	left: 320px;
	font-family: 'FontAwesome';
	content: "\f054";
	margin-top: 1px;
}

.mobile_main_nav li ul.sub-menu
{
	display: none;
}

.mobile_main_nav.mainnav_in
{
	-webkit-animation: mainNavIn 0.2s;
	animation: mainNavIn 0.2s;
}

.mobile_main_nav.mainnav_out
{
	-webkit-animation: mainNavOut 0.2s;
	animation: mainNavOut 0.2s;
}

#sub_menu.subnav_out
{
	-webkit-animation: subNavOut 0.2s;
	animation: subNavOut 0.2s;
}

#sub_menu.subnav_in
{
	-webkit-animation: subNavIn 0.2s;
	animation: subNavIn 0.2s;
}

#sub_menu li ul a:after
{
	display: none;
}

#menu_back
{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px !important;
	margin-bottom: 5px;
}

#menu_back:before
{
	font-size: 12px;
	margin-right: 0.7em;
	position: relative;
	top: -1px;
	display: inline;
	font-family: 'FontAwesome';
	content: "\f104";
}

.overlay_background_title
{
	background-color: rgba(0, 0, 0, 0.9);
	position: absolute;
	z-index: 2;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
}

#overlay_background, #overlay_background_search
{
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	z-index: 10;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#overlay_background.share_open
{
	background-color: rgba(0, 0, 0, 0.9);
}

#overlay_background.visible
{
	opacity: 1;
	visibility: visible;
}

body.js_nav #overlay_background
{
  visibility: visible;
  opacity: 1;
}

#overlay_background_search.visible
{
	visibility: visible;
	opacity: 1;
	overflow-y: auto;
}

#overlay_background_search #search_close_button
{
	position: absolute;
	top: 30px;
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 22px;
}

#overlay_background_search .search_wrapper
{
	width: 100%;
	height: 100%;
}

#overlay_background_search .search_wrapper .search_content
{
	margin-top: 100px;
}

#overlay_background_search .search_wrapper .search_content #searchform
{
	width: 50%;
	margin: auto;
}

#overlay_background_search .search_wrapper .search_content #searchform button
{
	display: none;
}

#overlay_background_search .search_wrapper .search_content #searchform .search_tagline
{
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #999;
	text-align: center;
	padding: 0 0 30px 0;
	border-bottom: 1px solid rgba(256,256,256,0.2);
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s
{
	width: 100%;
	background: transparent;
	font-size: 70px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	border: 0;
}

#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s::-webkit-input-placeholder
{
    color: #fff;
    font-weight: 600;
    font-style: normal;
}
#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s:-moz-placeholder
{
   	color: #fff;
    font-weight: 600;
	opacity:  1;
	font-style: normal;
}
#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s::-moz-placeholder
{
   	color: #fff;
    font-weight: 600;
   	opacity:  1;
   	font-style: normal;
}
#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s:-ms-input-placeholder
{
   	color: #fff;
    font-weight: 600;
    font-style: normal;
}
#overlay_background_search .search_wrapper .search_content #searchform input[type=text]#s:placeholder-shown
{
  	color: #fff;
    font-weight: 600;
    font-style: normal;
}

#autocomplete
{
    display: none;
	position: absolute;
    z-index: 1001;
	width: 50%;
	background: transparent;
}

#autocomplete.visible
{
	display: block;
}

@-moz-document url-prefix() {
  #autocomplete {
     margin-top: 20px;
  }
}

#autocomplete ul
{
    margin: 0;
    padding: 0;
    padding-top: 10px;
    border: 0;
    float: left;
    list-style: none;
    width: 100%;
}
#autocomplete li
{
    display:block;
    clear:both;
    float: left;
    width: 100%;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
}
#autocomplete li:first-child
{
	margin-top: 10px;
}

#autocomplete li:last-child
{
	margin-top: 10px;
	border: 0;
}

#autocomplete li .search_thumb
{
	width: 120px;
	height: auto;
	border-radius: 0;
}

#autocomplete li .post_type_icon
{
	width: 120px;
	height: 80px;
	line-height: 80px;
	border-radius: 0;
	background: #222;
	text-align: center;
	box-sizing: border-box;
}

#autocomplete li .post_type_icon i
{
	line-height: 70px;
	font-size: 18px;
}

#autocomplete li.view_all
{
	font-weight: bold;
	margin-top: 0;
	padding: 30px;
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
	border-top: 1px solid rgba(256,256,256,0.2);
}
#autocomplete li .ajax_post
{
	float:left;
	width: calc(100% - 135px);
	margin-left: 15px;
}

#autocomplete li .post_detail
{
	font-size: 12px;
}

#autocomplete a , #autocomplete a h6
{
	color: #fff;
}

#autocomplete a h6
{
	font-size: 18px;
}

.header_style_wrapper.fixed .top_bar #menu_border_wrapper .notice
{
	margin-top: 24px;
}

.nav, .subnav, .nav_page_number
{
	list-style: none;
	padding: 10px 0 10px 0;
}

.subnav
{
	background: none;
}

.nav > li, .nav_page_number > li
{
	display: inline-block;
}

.nav_page_number
{
	margin-top: 2px;
}

#menu_wrapper .nav ul, #menu_wrapper div .nav
{
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
}

#menu_wrapper .nav ul li, #menu_wrapper div .nav li
{
	display: inline-block;
	margin: 0;
	padding:0;
	background-color: rgba(256, 256, 256, 0);
}

#menu_wrapper .nav ul li ul li, #menu_wrapper div .nav li ul li
{
	clear: both;
	width: 100%;
	padding: 0 !important;
	margin: 0;
	text-align: left !important;
}

#menu_wrapper .nav ul li:last-child, #menu_wrapper div .nav li:last-child
{
	margin-right: 0;
}

#menu_wrapper .nav ul li a, #menu_wrapper div .nav li > a
{
	display: inline-block;
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 12px;
	padding: 18px 15px 15px 15px;
	font-weight: 400;
	font-family: 'Roboto', 'Helvetica Neue', Arial,Verdana,sans-serif;
	text-transform: uppercase;

	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	transition: padding 0.3s;
}

.top_bar.fullscreen_video #menu_wrapper div .nav > li > a, .top_bar.fullscreen_video i, .top_bar.fullscreen_video #searchform label, .top_bar.hasbg #menu_wrapper div .nav > li > a, .top_bar.hasbg i, .top_bar.hasbg
{
	color: #fff !important;
}

#menu_wrapper .nav li.arrow > a:after, #menu_wrapper div .nav li.arrow > a:after, #menu_wrapper .nav li.catmenu > a:after, #menu_wrapper div .nav li.catmenu > a:after, #menu_wrapper .nav li.catmenu2 > a:after, #menu_wrapper div .nav li.catmenu2 > a:after
{
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: 10%;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	font-family: 'FontAwesome';
	content: "\f107";
	float: right;
	margin-left: 8px;
	margin-top: 5px;
}

#menu_wrapper .nav ul li.arrow > a:after, #menu_wrapper div .nav li.arrow > a:after
{
	font-size: 11px;
}

#menu_wrapper .nav ul li a.hover, #menu_wrapper .nav ul li a:hover, #menu_wrapper div .nav li a.hover, #menu_wrapper div .nav li a:hover
{
	color: #444;
}

#menu_wrapper div .nav > li.current-menu-item > a, #menu_wrapper div .nav > li.current-menu-parent > a, #menu_wrapper div .nav > li.current-menu-ancestor > a
{
	color: #444;
}

#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul
{
	display: none;
	list-style: none;
	background: #fff;
	position: absolute;
 	padding: 0 0 0 0;
 	width: 220px;
 	height: auto;
 	z-index: 10;
	margin: 0;
	margin-left: -5px;
	margin-top: 0;
	z-index: 9;
	border: 0;
	border: 1px solid #e1e1e1;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}


#menu_wrapper .nav ul li ul li ul, #menu_wrapper div .nav li ul li ul
{
	position: absolute;
	left: 220px;
	margin-top: -45px;
	margin-left: 0;
	display: none;
	z-index: 9;
	opacity: 1;
}

#menu_wrapper .nav ul li ul li ul:before, #menu_wrapper div .nav li ul li ul:before
{
	display: none;
}

#menu_wrapper .nav ul li:hover ul, #menu_wrapper div .nav li:hover ul
{
	display: block;
}

#menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-item ul li a, #menu_wrapper div .nav li ul li.current-menu-item a,#menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a, #menu_wrapper div .nav li.current-menu-parent ul li a, #menu_wrapper div .nav li ul li.current-menu-parent a
{
	display: block;
	background: transparent;
	height: auto;
}

#menu_wrapper .nav ul li ul li a, #menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-parent ul li a
{
	width: 180px;
	display: block;
	border-top: 0;
	margin: 0;
	font-size: 11px;
	padding: 10px 20px 10px 20px;
	letter-spacing: 0;
	font-weight: 400;
	text-transform: none;
	border-bottom: 1px solid #e1e1e1;

	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-ms-transition: color .2s linear, background .2s linear;
	-o-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear;
}

#menu_wrapper .nav ul li ul li ul li a:hover, #menu_wrapper .nav ul li ul li ul li a:hover, #menu_wrapper div .nav li ul li ul li a:hover, #menu_wrapper div .nav li ul li ul li a:hover, #menu_wrapper div .nav li.current-menu-item ul li ul li a:hover, #menu_wrapper div .nav li.current-menu-parent ul li ul li a:hover
{
	color: #444;
}

#menu_wrapper .nav ul li.megamenu > ul, #menu_wrapper div .nav li.megamenu > ul, #menu_wrapper .nav ul li.catmenu > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu > .catmenu_wrapper, #menu_wrapper .nav ul li.catmenu2 > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper
{
	position: absolute;
	width: 960px;
	left: 0;
	right: 0;
	margin-left:auto;
    margin-right:auto;
    padding: 15px;
	box-sizing: border-box;
	box-shadow: 0 32px 60px rgba(0, 0, 0, 0.1);
}

#menu_wrapper .nav ul li.catmenu2 > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper
{
	padding-bottom: 0;
}

#menu_wrapper .nav ul li.catmenu > ul.catmenu_wrapper.sub-menu, #menu_wrapper div .nav li.catmenu > ul.sub-menu
{
	display: none !important;
}

#menu_wrapper .nav ul li:not(.megamenu) ul.sub-menu li.arrow > a:after, #menu_wrapper div .nav li:not(.megamenu) ul.sub-menu li.arrow > a:after
{
	font-size:11px;
	margin-left: 0.5em;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: 10%;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
	font-family: 'FontAwesome';
	content: "\f105";
	float: right;
	margin-right: 0px;
	margin-top: 5px;
}

#menu_wrapper div .nav li.megamenu ul li
{
	display: block;
	box-sizing: border-box;
	clear: none;
	float: left;
	border-left: 1px solid #eeeeee;
}

#menu_wrapper div .nav li.megamenu ul li.hidden > a
{
	display: none;
}

#menu_wrapper div .nav li.megamenu ul li:first-child
{
	border: 0;
}

#menu_wrapper div .nav li.megamenu.col2 ul li
{
	width: 50%;
	padding: 0px 12px;
}

#menu_wrapper div .nav li.megamenu.col3 ul li
{
	width: 33.3%;
	padding: 0px 12px;
}

#menu_wrapper div .nav li.megamenu.col4 ul li
{
	width: 25%;
	padding: 0px 12px;
}

#menu_wrapper .nav ul li.megamenu ul li ul, #menu_wrapper div .nav li.megamenu ul li ul
{
	position: relative;
	width: 100%;
	margin: 0;
	border: 0;
	box-shadow: 0 0 0;
	display: block !important;
	opacity: 1 !important;
	left: 0;
}

#menu_wrapper .nav ul li.megamenu ul li ul li, #menu_wrapper div .nav li.megamenu ul li ul li
{
	width: 100% !important;
	border: 0 !important;
}

#menu_wrapper div .nav li.megamenu ul li > a, #menu_wrapper div .nav li.megamenu ul li > a:hover, #menu_wrapper div .nav li.megamenu ul li  > a:active
{
	width: 100%;
	color: #444;
	box-sizing: border-box;
	background: transparent;
	border: 0;
}

#menu_wrapper .nav ul li.megamenu ul li ul li a:before, #menu_wrapper div .nav li.megamenu ul li ul li a:before
{
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: 10%;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
	font-family: 'FontAwesome';
	content: "\f105";
	float: left;
	margin-right: 8px;
	margin-top: 4px;
}

#menu_wrapper .nav ul li.megamenu ul li ul li a:hover, #menu_wrapper div .nav li.megamenu ul li ul li a:hover, #menu_wrapper .nav ul li.megamenu ul li ul li a:active, #menu_wrapper div .nav li.megamenu ul li ul li a:active
{
	color: #444;
	background: #f9f9f9;
	width: auto;
}

#menu_wrapper div .nav li.megamenu ul li a:after
{
	display: none;
}

#menu_wrapper .nav ul li.megamenu ul li ul li, #menu_wrapper div .nav li.megamenu ul li ul li a
{
	width: auto;
	display: inline-block;
	margin-left: 20px;
	padding: 7px 20px 7px 5px;
	border: 0 !important;
}

@media only screen and (min-width: 1100px) {
	#menu_wrapper .nav ul li.megamenu > ul, #menu_wrapper div .nav li.megamenu > ul, #menu_wrapper .nav ul li.catmenu > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu > .catmenu_wrapper, #menu_wrapper .nav ul li.catmenu2 > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper
	{
		max-width: 1425px;
		width: 100%;
		width: calc(100% - 180px);
		box-sizing: border-box;
	}
}

#menu_wrapper .nav ul li.catmenu > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu > .catmenu_wrapper, #menu_wrapper .nav ul li.catmenu2 > .catmenu_wrapper, #menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper
{
	background: #fff;
	padding-top: 20px;
	border: 1px solid #e1e1e1;
	display: none;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper .one_half, #menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper .one_third
{
	text-align: left;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper .one_third .post_img
{
	margin-bottom: 10px;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper .one_third h6
{
	line-height: 1.5;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper .one_half
{
	font-size: 14px;
	margin-bottom: 15px;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper .post_circle_thumb
{
	margin-right: 15px;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper h2.widgettitle
{
	margin-bottom: 20px;
}

#menu_wrapper div .nav li.catmenu2 > .catmenu_wrapper a.post_title
{
	color: #111;
	text-align: left;
}

#top_menu
{
	float: left;
	display: block;
	list-style: none;
}

#top_menu li
{
	float: left;
	margin-right: 25px;
}

#top_menu li a, .above_top_bar .today_time
{
	font-size: 12px;
	font-weight: 600;
	color: #ccc;
	line-height: 40px;
}

#top_menu li ul, #footer_menu li ul
{
	display: none;
}

.above_top_bar .today_time
{
	float: left;
	margin-right: 30px;
}

/*------------------------------------------------------------------
[3. Footer]
*/

.footer_photostream_wrapper
{
	margin-top: 40px;
	text-align: center;
}

.footer_photostream_wrapper i
{
	margin-right: 5px;
}

.footer_photostream
{
	margin-top: 20px;
}

.footer_photostream li
{
	width: 12.5%;
	margin: 0;
	display: inline;
	float: left;
	line-height: 0;
}

.footer_photostream li a
{
	line-height: 0;
}

.footer_photostream li img
{
	width: 100%;
	height: auto;
}

.footer_photostream_wrapper h2.widgettitle
{
	text-transform: uppercase;
	display: inline-block;
	margin: 40px 0 30px 0;
}

.footer_bar
{
	width: 100%;
	margin: auto;
	padding: 0 0 10px 0;
	float: left;
	background: #fff;
}

.footer_bar.noborder
{
	border: 0 !important;
}

.footer_bar.noborder .footer_bar_wrapper
{
	border: 0 !important;
}

#footer
{
	width: 100%;
	margin: auto;
	padding-bottom: 50px;
	word-wrap: break-word;
	margin-bottom: 0;
	padding-top: 50px;
	float: left;
}

#footer a
{
	color: #000;
}

#footer a:hover, #footer a:active
{
	color: #000;
}

#footer .sidebar_widget li.widget_mc4wp_widget
{
	background: transparent;
}

#footer .sidebar_widget li h2.widgettitle
{
	margin-bottom: 25px;
	color: #fff;
	text-align: left;
}

#footer .sidebar_widget li h2.widgettitle:before
{
	display: none;
}

#footer .sidebar_widget li h2.widgettitle span
{
	background: transparent;
	padding: 0;
}

#footer .sidebar_widget li.widget_mc4wp_widget h2.widgettitle
{
	color: #999;
}

#footer ul.sidebar_widget
{
	width: 960px;
	list-style: none;
	margin: 0;
	margin: auto;
}

#footer ul.sidebar_widget li ul
{
	list-style: none;
	margin-left: 0;
}

#footer ul.sidebar_widget li ul li ul.children
{
	margin-left: 10px;
	margin-bottom: 0;
}

#footer ul.sidebar_widget li ul li ul.children li:last-child
{
	border: 0;
	margin-bottom: 0;
}

#footer .sidebar_widget.four > li
{
	width: 20%;
	float: left;
	margin-right: 5%;
}

#footer .sidebar_widget.four > li:nth-child(4)
{
	margin-right: 0;
	width: 25%;
}

#footer .sidebar_widget.three > li
{
	width: 30.99%;
	float: left;
	margin-right: 3.5%;
}

#footer .sidebar_widget.three > li:nth-child(3)
{
	margin-right: 0 !important;
	float: right;
	width: 30.99%;
}

#footer .sidebar_widget.two > li
{
	width: 48%;
	float: left;
	margin-right: 2%;
}

#footer .sidebar_widget.two > li:nth-child(2)
{
	margin-right: 0;
	width: 50%;
}

#footer .sidebar_widget.one > li
{
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 30px;
}

#footer ul.sidebar_widget li ul.posts.blog li img
{
	float: left;
    margin: 0 10px 10px 0;
    width: 90px;
}

#footer ul.sidebar_widget li ul.posts.blog li
{
	clear: both !important;
	float: left;
	border: 0;
	margin: 0 0 20px 0;
}

#footer ul.sidebar_widget li ul li
{
	margin: 0 0 10px 0;
}

#footer ul.sidebar_widget li ul li ul.sub-menu
{
	margin-left: 15px;
}

#footer ul.sidebar_widget li ul.flickr li
{
	margin: 0 2% 0 0;
	border-bottom: 0;
	width: 31%
}

#footer ul.sidebar_widget li ul.flickr li img
{
	width: 100%;
	height: auto;
}

#copyright
{
	float: left;
	width: 50%;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 0;
	text-align: left;
}

#copyright p.attachment
{
	display: none;
}

.footer_bar_wrapper
{
	width: 960px;
	margin: auto;
	font-size: 13px;
	font-weight: 600;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	-webkit-font-smoothing: antialiased;
	clear: both;
	color: #fff;
	border-top: 1px solid #444;
	margin-top: 0;
	padding-top: 20px;
}

#toTop
{
	width:25px;
    background: #eee;
    opacity: 0;
    text-align:center;
    padding:10px 10px 10px 10px;
    position:fixed; /* this is the magic */
    bottom: 8px; /* together with this to put the div at the bottom*/
    right:8px;
    cursor:pointer;
	transition: color 300ms, background-color 300ms, opacity 300ms;
	-moz-transition: color 300ms, background-color 300ms, opacity 300ms;
	-o-transition: color 300ms, background-color 300ms, opacity 300ms;
	-webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
	z-index: 9;
	display: block;
}

#toTop:hover
{
	opacity: 1 !important;
}

#toTop i
{
	color: #000;
	font-size: 1.5em;
}

/*------------------------------------------------------------------
[4. Content]
*/

#content_wrapper
{
	width: 72%;
	float: left;
	margin: 0;
}

#page_content_wrapper, .page_content_wrapper
{
	width: 960px;
	margin: auto;
	padding-bottom: 40px;
}

#page_content_wrapper.wide, .page_content_wrapper.wide
{
	width: 100%;
}

#page_content_wrapper img, .page_content_wrapper img
{
	max-width: 100%;
	height: auto;
}

.Grand_News_Custom_Ads img
{
	width: 100%;
}

.standard_wrapper, .slider_wrapper.standard_wrapper
{
	width: 960px;
	margin: auto;
}

.one_half .standard_wrapper, .one_third .standard_wrapper, .one_fourth .standard_wrapper, .one_fifth .standard_wrapper, .two_third .standard_wrapper, .one_half .page_content_wrapper, .one_third .page_content_wrapper, .one_fourth .page_content_wrapper, .one_fifth .page_content_wrapper, .two_third .page_content_wrapper
{
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.page_content_wrapper:empty
{
	margin-top: 0 !important;
}

.page_content_wrapper.fullwidth, #page_content_wrapper.fullwidth
{
	width: 100%;
	padding: 0;
}

#content_wrapper .inner
{
	overflow: hidden;
}

#page_content_wrapper .inner
{
	width: 100%;
	margin: auto;
	margin-top: 40px;
}

#page_content_wrapper .inner .inner_wrapper
{
	padding-top: 0;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

body.single-galleries #page_content_wrapper .inner .inner_wrapper
{
	margin-bottom: 0;
}

.post.type-post
{
	width: 100%;
	margin-bottom: 35px;
	float: left;
	position: relative;
}

.post.type-post.last
{
	margin-bottom: 0;
}

body.search-results .hentry
{
	float: left;
	width: 100%;
	padding-top: 40px;
	margin-bottom: 10px;
}

body.search-results .hentry:first-child
{
	border-top: 0;
}

#page_content_wrapper .inner .sidebar_content .post.type-post.last_post
{
	margin-bottom: 20px;
}

#page_content_wrapper .inner #blog_grid_wrapper.sidebar_content
{
	margin-right: 0;
	padding-right: 0;
	width: 690px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

#page_content_wrapper .inner #blog_grid_wrapper.sidebar_content.left_sidebar
{
	padding-left: 20px;
	padding-right: 0;
}

#blog_grid_wrapper.sidebar_content:not(.full_width) .post.type-post
{
	width: 46%;
}

#page_content_wrapper .inner .sidebar_content.two_cols .post.type-post
{
	float: left;
	width: 48%;
	margin-right: 3.5%;
	margin-bottom: 15px;
	box-sizing: border-box;
}

#page_content_wrapper .inner .sidebar_content.two_cols.mixed .post.type-post.first-child
{
	float: left;
	width: 100%;
	margin: 0;
}

#page_content_wrapper .inner .sidebar_content.two_cols .post.type-post[data-column=last]
{
	float: right;
	width: 48%;
	margin-right: 0;
	clear: right;
}

#page_content_wrapper .inner .sidebar_content.three_cols .post.type-post
{
	float: left;
	width: 31.29%;
	margin-right: 3%;
	margin-bottom: 20px;
	box-sizing: border-box;
}

#page_content_wrapper .inner .sidebar_content.three_cols .post.type-post[data-column=last]
{
	float: right;
	margin-right: 0;
	clear: right;
}

body.single .post.type-post
{
	border: 0;
	margin-bottom: 0;
}

.post.type-post.last-child
{
	border: 0;
	margin: 0;
	padding: 0;
}

.post.type-post:last-child
{
	margin-bottom: 0;
}

.post_wrapper
{
	padding: 20px 0 25px 0;
}

.post_wrapper.grid_layout
{
	padding: 0;
}

.blog_grid_content
{
	width: 100%;
	clear: both;
	box-sizing: border-box;
	float: left;
}

body.single .post_wrapper
{
	padding-bottom: 0;
}

.post_wrapper:first-child
{
	padding: 0;
	border: 0;
}

.post_wrapper.single
{
	width: 100%;
	margin: 0;
}

.post_header
{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

body.single .post_header
{
	margin-bottom: 20px;
}

body.single .post_header.grid
{
	margin-bottom: 10px;
}

.post_header.mixed
{
	margin-bottom: 40px;
}

.post_header.mixed.list
{
	margin-bottom: 10px;
}

.post_header.single
{
	text-align: left;
}

.post_header p
{
	text-align: left;
}

.post_header.search
{
	width: 100%;
	margin-bottom: 0;
	text-align: left;
}

.search_form_wrapper .searchform input[type=text]
{
	width: calc(100% - 30px);
	margin-right: 10px;
}

.readmore
{
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin: auto;
	letter-spacing: 2px;
}

.post_header.grid
{
	margin-bottom: 15px;
	width: 100%;
	float: none;
}

.post_header.full
{
	width: 100%;
}

body.page-template-blog_f-php .post_excerpt_full
{
	margin-bottom: 0;
}

.post_header.grid h6
{
	font-size: 20px;
}

.post_header h3 a, .post_header.grid h6 a
{
	color: #222222;
}

.post_header:not(.single) h5, body.single-post .post_header_title h1
{
	font-size: 36px;
	line-height: 1.2;
}

.post_header h6, .two_cols .post_header h5
{
	font-size: 26px;
}

.post_header.search h5
{
	font-size: 24px;
	margin-bottom: 5px;
}

.two_cols.mixed .post_header h5
{
	font-size: 22px;
	line-height: 1.3;
}

.two_cols.mixed .hentry.first-child .post_header h5
{
	font-size: 34px;
	line-height: 1.3;
}

.post_header h6, .three_cols .post_header h5
{
	font-size: 22px;
	line-height: 1.3;
}

.post_header.tg_post_slide_title
{
	margin-bottom: 30px;
}

.post_header.tg_post_slide_title h6
{
	font-size: 20px;
}

.post_header h5 a, .post_header h6 a
{
	color: #222222;
}

.post_excerpt
{
	width: 70%;
	margin: auto;
}

.post_excerpt br:first:child
{
	display: none;
}

.post_related strong
{
	font-size: 16px;
	margin-bottom: 5px;
}

.post_related strong a
{
	color: #222;
}

.post_related .post_header
{
	text-align: left;
}

.animate
{
	opacity: 0;
}

.animate.visible
{
	animation-name: slideUp2;
	-webkit-animation-name: slideUp2;
	animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.post_excerpt.post_tag
{
	width: auto;
	text-align: center;
	clear: both;
	margin-top: 30px;
}

.post_excerpt.post_tag a
{
	font-size: 9px !important;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 3px 5px 5px;
	padding: 6px 9px 6px 9px;
	background: #fff;
	border: 2px solid #e1e1e1;
	color: #555;
}

.post_share_center
{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

#about_the_author
{
	margin: 0 0 40px 0;
	padding: 30px;
	width: 100%;
	background: #f2f2f2;
	box-sizing: border-box;
}

#about_the_author .gravatar
{
	float: left;
	margin-right: 20px;
}

#about_the_author .author_detail
{
	width: calc(100% - 120px);
	float: left;
}

#about_the_author .author_detail h4
{
	font-size: 18px;
	margin-bottom: 10px;
}

.post_content_wrapper
{
	padding: 0;
	margin: 0;
}

.post_content_wrapper.fullwidth
{
	width: 100%;
}

.post_header .post_detail, .recent_post_detail, .post_detail, .page_tagline
{
	width: 100%;
	padding: 0;
	float: left;
	margin: 5px 0 0 0;
	font-size: 12px;
}

.post_header .post_detail.post_date
{
	float: left;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

body.single .post_header .post_detail.post_date, body.single .post_header .post_detail.post_comment
{
	width: 50%;
	float: left;
	margin-top: 15px;
}

body.single .post_trending .post_header .post_detail.post_date, body.single .post_trending .post_header .post_detail.post_comment
{
	width: 100%;
}

body.single .post_header .post_detail.post_comment
{
	float: right;
}

.post_info_date, .post_info_author
{
	color: #999;
	position: relative;
	display: block;
	float: left;
}

.post_info_date a, .post_info_date a:hover, .post_info_date a:active
{
	color: #999;
}

.post_info_date
{
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 22px;
}

.post_info_author
{
	font-weight: 600;
	margin-right: 10px;
}

.post_info_author .gravatar
{
	width: 25px;
	height: 25px;
	margin-right: 10px;
	line-height: 25px;
}

.sticky .post_info_date span
{
	background: #ffffe0 !important;
}

.search_form_wrapper .content
{
	font-size: 16px;
	text-align: center;
	width: 60%;
	margin: auto;
	margin-bottom: 40px;
}

.post_header .post_detail.grid
{
	margin-top: 5px;
}

.post_header .post_detail.full
{
	width: 100%;
	margin-top: 7px;
	margin-bottom: 7px;
}

.post_header .post_detail.grid
{
	margin-bottom: 0;
}

.post_attribute, .comment_date, .post-date
{
	padding: 0;
	margin-top: 10px;
	color: #999;
	letter-spacing: 0;
	font-size: 12px;
}

.post_attribute.info_date
{
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 22px;
}

.post_info_comment, .post_info_view
{
	font-size: 12px;
	float: right;
	text-align: right;
	margin-left: 15px;
	font-weight: 600;
}

.post_info_comment i, .post_info_view i
{
	margin-right: 5px;
}

.zilla-likes
{
	float: right;
	font-weight: 600;
	font-size: 12px;
	background-position: 0 40% !important;
	color: #999;
	margin: 0 !important;
}

.zilla-likes.active
{
	color: #f56559;
}

.zilla-likes:hover, .zilla-likes.active
{
	margin: 0 !important;
}

.post_info_cat, .author_label, .post_info_label
{
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999;
	margin-top: 6px;
}

body.single-post .post_info_cat, .post_header_title .post_info_cat
{
	margin-bottom: 10px;
}

.author_label
{
	margin-top: 0;
}

.author_social
{
	list-style: none;
	display: block;
	margin: 20px 0 0 0 !important;
}

.author_social li
{
	display: inline-block;
	margin-right: 10px;
}

.author_social li i
{
	font-size: 18px;
}

.single_subtitle
{
	text-transform: uppercase;
	font-size: 18px;
	clear: both;
}

.post_info_cat.list
{
	text-align: left;
	margin-top: 0;
}

.post_info_cat a
{
	color: #999;
}

.post_type_icon
{
	float: left;
	margin-right: 0;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	width: 30px;
	height: 30px;
	padding: 5px;
	display: block;
	text-align: center;
	background: #222;
}

body.search-results .post_type_icon
{
	margin-right: 15px;
}

.post_type_icon i
{
	font-size: 16px;
	line-height: 16px;
	display: block;
	position: relative;
	top: 50%;
	line-height: 30px;
}

.post_type_icon a
{
	color: #fff !important;
	display: block;
}

.search_thumb
{
	float: left;
	border-radius: 200px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: relative;
	margin-top: 5px;
}

.search_thumb img
{
	width: 100%;
	height: auto;
}

.post_detail_wrapper
{
	float: left;
	width: 96%;
	margin: 0 0 10px 0;
}

.gravatar
{
	position: relative;
	z-index: 2;
	overflow: hidden;
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 200px;
}

.comment .gravatar
{
	width: 60px;
	height: 60px;
	margin-right: 20px;
}

.gravatar img
{
	max-width: 100% !important;
	height: auto;
}

#about_the_author .header span
{
	display: block;
	padding: 10px 0 10px 20px;
	font-size: 14px;
}

#about_the_author .thumb
{
	width: 80px;
	float: left;
	margin: 20px 0 0 20px;
}

#about_the_author .thumb img
{
	padding: 3px;
	width: 50px;
}

#about_the_author .description
{
	width: 550px;
	float: left;
	padding: 0 0 0 20px;
}

.comment .left img.avatar
{
	width: 50px;
	height: 50px;
}

.comment
{
	width: 100%;
	padding-bottom: 0;
	float: left;
}

.fullwidth_comment_wrapper .comment
{
	width: 100%;
}
.comment .right
{
	width: calc(100% - 80px);
	float: left;
	padding-bottom: 20px;
}

.comment .right h7
{
	display: block;
	float: left;
	font-size: 16px;
	line-height: 30px;
}

.comment .right p
{
	margin: 0;
	padding: 0;
}

.comment .right strong
{
	font-weight: #fff;
}

#content_wrapper ul.children
{
	list-style: none;
	margin: -40px 0 0px 74px;
	border-left: 1px solid #ccc;
	padding: 5px 20px 2px 0;
	float: left;
	width: 106%;
}

#content_wrapper ul.children ul.children
{
	margin-top: -10px;
	padding-bottom: 0;
	width: 83.5%;
}

.comment_wrapper
{
	float: left;
	margin-left: 25px;
	border-left: 1px solid #eeeeee;
}

.comment_date
{
	margin: 0;
	line-height: 32px;
	float: left;
	margin-left: 10px;
}

ul.children .comment
{
	width: 100%;
	margin: 0;
	padding: 20px 0 10px 0;
	margin-top: 20px;
	margin-left: 45px;
	float: left;
}

ul.children .comment:last-child
{
	padding-top: 0;
	padding-bottom: 15px;
}

ul.children .comment:first-child
{
	padding-top: 10px;
	margin-top: 0px;
}

.social_wrapper
{
	width: 100%;
	margin: 20px 0 5px 0;
	text-align: center;
}

.footer_bar_wrapper .social_wrapper
{
	width: 50%;
	float: right;
	text-align: right;
	margin: 0;
}

.above_top_bar .social_wrapper
{
	margin: 0;
	float: right;
	width: auto;
}

.social_wrapper.shortcode, .social_wrapper.shortcode ul
{
	margin: 0;
	text-align: left;
}

.social_wrapper ul
{
	list-style: none;
	margin-left: 0 !important;
	text-align: left;
}

.above_top_bar .social_wrapper ul
{
	text-align: right;
}

.footer_bar_wrapper .social_wrapper ul
{
	text-align: right;
}

#page_content_wrapper .social_wrapper ul
{
	list-style: none;
	margin-top: 12px;
}

#page_content_wrapper .social_wrapper.shortcode ul
{
	margin-top: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li .social_wrapper.shortcode ul
{
	padding: 0;
	margin: 0;
	text-align: center;
}

.social_wrapper ul li, .social_wrapper.small ul li
{
	display: inline-block;
	margin-right: 15px;
}

#menu_wrapper .social_wrapper ul li
{
	margin-right: 10px;
}

#logo_wrapper .social_wrapper ul li
{
	margin-right: 10px;
}

.social_wrapper.shortcode ul li, .social_wrapper.small.shortcode ul li
{
	margin: 0 10px 10px 10px !important;
}

.footer_bar_wrapper .social_wrapper ul li
{
	background: transparent !important;
	border: 0 !important;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	float: right;
}

.social_wrapper.light ul li
{
	border: 0 !important;
}

.social_wrapper.large ul li
{
	width: 50px;
	height: 50px;
}

.above_top_bar .social_wrapper ul li
{
	background: transparent;
	border: 0;
	width: auto;
	height: auto;
	margin-right: 0px;
}

.social_wrapper.shortcode ul li
{
	margin: 0 2px 4px 2px;
	clear: none !important;
	float: none !important;
	width: auto !important;
	display: inline-block !important;
}

.sidebar_content ul li .social_wrapper.shortcode, .sidebar_content ul li .social_wrapper.shortcode ul
{
	text-align: center !important;
}

.social_wrapper ul li a
{
	opacity: 1;
	display: block;
	line-height: 0;
	color: #222;
}

.social_wrapper.shortcode ul li a
{
	color: #fff;
}

.social_wrapper.shortcode.light ul li a
{
	color: #444;
}

.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle:before
{
	border: 0;
}

.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle span
{
	background: transparent;
	padding-left: 0;
	padding-right: 0;
}

.mobile_menu_wrapper .social_wrapper ul li a
{
	opacity: 0.5;
}

.mobile_menu_wrapper .social_wrapper ul li a:hover, .mobile_men2u_wrapper .social_wrapper ul li a:active
{
	opacity: 1;
}

.above_top_bar .social_wrapper ul li:last-child a
{
	margin-right: 0;
}

.above_top_bar .social_wrapper ul li a
{
	display: inline-block;
	color: #fff;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 40px;
}

.above_top_bar .page_content_wrapper
{
	margin: auto;
}

.footer_bar_wrapper .social_wrapper ul li a
{
	color: #fff;
}

.footer_bar_wrapper .social_wrapper ul li a:hover, .footer_bar_wrapper .social_wrapper ul li a:active
{
	opacity: 1;
}

.social_wrapper ul li a i, .social_wrapper.small ul li a i
{
	line-height: 18px;
	font-size: 18px;
}

.above_top_bar .social_wrapper ul li a i
{
	font-size: 16px;
	line-height: 24px;
}

.footer_bar_wrapper .social_wrapper ul li a i
{
	line-height: 20px;
	font-size: 18px;
}

.social_wrapper.large ul li a i
{
	line-height: 32px;
	font-size: 24px;
}

.above_top_bar .social_wrapper ul li:hover
{
	background: transparent !important;
	opacity: 1;
}

.social_wrapper ul li a img
{
	opacity: .4;
}

.social_wrapper.shortcode ul li a img, .social_wrapper ul li:hover a img
{
	opacity: 1;
}

#page_caption
{
	padding: 25px 0 30px 0;
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 0;
	margin-top: 0;
}

#page_caption.hasbg
{
	height: 500px;
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	border: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 0;
	z-index: 2;
	margin-top: 0;
}

#page_caption.hasbg #bg_regular, #page_caption.hasbg #bg_blurred
{
	width: 100%;
	min-height: 100%;
	position: absolute;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;

	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#page_caption.hasbg:after
{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(56%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.4)),to(rgba(0,0,0,0.59)));
    background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.4) 93%,rgba(0,0,0,0.59) 100%);
    background-image: linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.4) 93%,rgba(0,0,0,0.59) 100%);
}

#page_caption.hasbg #bg_regular
{
	opacity: 1;
}

#page_caption.hasbg #bg_blurred
{
	opacity: 0;
}

#page_caption.nomargin
{
	margin-bottom: 0;
}

#page_caption .page_title_wrapper, .page_title_wrapper
{
	width: 960px;
	margin: auto;
	text-align: center;
}

body.single-post #page_caption.hasbg .page_title_wrapper
{
    padding: 0;
}

#page_caption.hasbg .page_title_wrapper
{
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: left;
	z-index: 2;
}

#page_caption.hasbg .page_title_wrapper a, #page_caption.hasbg .page_title_wrapper a:hover, #page_caption.hasbg .page_title_wrapper a:active
{
	color: #fff;
}

#page_caption.hasbg .page_title_wrapper .post_info_date, #page_caption.hasbg .page_title_wrapper .post_info_author, #page_caption.hasbg .page_title_wrapper .post_comment, #page_caption.hasbg .page_title_wrapper .post_comment .post_info_view
{
	color: #fff;
}

#page_caption.hasbg .page_title_wrapper .post_date
{
	width: 50%;
	float: left;
	margin-top: 10px;
}

#page_caption.hasbg .page_title_wrapper .post_comment
{
	float: right;
	width: 50%;
	text-align: right;
	margin-top: 10px;
}

#page_caption.hasbg h1, h1.hasbg
{
	color: #fff;
	float: none;
	margin: auto;
	line-height: 1.3;
	padding: 0;
	clear: both;
    display: block;
}

.page_tagline
{
	width: auto;
	display: inline-block;
	margin: auto;
	border-top: 0;
	float: none;
}

#page_caption.hasbg .page_tagline
{
	color: #fff;
	border: 0;
	margin-top: 0;
	padding-top: 0;
}

#page_caption h1
{
	display: inline-block;
	padding: 0 50px 0 50px;
	position: relative;
	margin: auto;
	line-height: 1.3;
}

#page_caption h1:before
{
	content: "";
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}

#page_caption.hasbg h1:before
{
	display: none;
}

#page_caption h1 span
{
	display: inline-block;
    padding: 0 0.3em;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

#page_caption.hasbg .page_title_wrapper .post_info_cat
{
	color: #fff;
	float: left;
}

#page_caption.hasbg h1 span
{
	background: transparent;
	padding: 0;
}

#video_caption
{
	background: #000;
	width: 100%;
	height: 60vh;
	text-align: center;
}

#video_caption iframe
{
	width: 100%;
	height: 100%;
}

.review-wrapper
{
	margin-top: 40px;
}

.review-total-wrapper span.review-total-box
{
	text-align: center;
	font-size: 50px;
}

.review-title
{
	font-size: 24px;
	font-weight: 900;
	text-align: center;
}

#page_content_wrapper p.review-summary-title:first-child
{
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #222;
	margin-top: 10px !important;
}

.review-summary-title strong
{
	font-weight: 900;
}

.review-list li span
{
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #222;
	font-weight: 900;
}

.review-total-wrapper span.review-total-box
{
	color: #222;
}

hr.title_break
{
	margin: 20px 0 20px 0;
	width: 60px;
}

hr.title_break.center
{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*------------------------------------------------------------------
[5. Social Sharing]
*/

.post.type-post .post_share
{
	color: #444;
	display: none;
}

.post.type-post:hover .post_share, .post.type-post .post_share.visible
{
	display: block;
}

.post_gallery_wrapper
{
	margin-bottom: 10px;
	float: left;
	width: 100%
}

.post_gallery_wrapper .one_fifth
{
	position: relative;
	line-height: 0;
}

.post_gallery_wrapper .one_fifth .more_gallery_count
{
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	line-height: 140px;
	color: #fff;
}

.post_img
{
	position: relative;
	height: auto;
	text-align: center;
	overflow: hidden;
	float: left;
	line-height: 0;
	max-width: 100%;
	margin: 0;
	background: #f9f9f9;
}

.post_img .post_icon_circle, .ppb_blog_half_content_slider .slides li .slider_image .post_icon_circle
{
	position: absolute;
	bottom: 20px;
	right: 20px;
	border-radius: 200px;
	width: 38px;
	height: 38px;
	text-align: center;
	background: #da0081;
}

.post_related .post_img .post_icon_circle
{
	right: 10px;
	bottom: 10px;
	width: 28px;
	height: 28px;
}

.post_related .post_img .post_icon_circle i
{
	font-size: 10px;
	line-height: 28px;
}

.catmenu_wrapper .post_img .post_icon_circle, .search .post_img .post_icon_circle
{
	bottom: 10px;
	right: 10px;
}

.post_img .post_icon_circle i, .ppb_blog_half_content_slider .slides li .slider_image .post_icon_circle i
{
	font-size: 17px;
	line-height: 38px;
	color: #fff;
}

.post_img .post_icon_circle i.fa-play
{
	margin-left: 2px;
}

.post_content_wrapper .post_img:not(.small)
{
	margin-bottom: 20px;
}

body.single .post_content_wrapper .post_img:not(.small)
{
	margin-bottom: 30px;
}

.post_img.small
{
	margin-bottom: 15px;
}

.post_related, .post_trending
{
	margin-top: 20px;
	margin-bottom: 30px;
	float: left;
}

.post_trending
{
	margin-bottom: 30px;
}

.post_related .one_third
{
	margin-bottom: 0;
}

.post_related .post_img
{
	margin-top: 0;
}

.post_img.one_third
{
	margin-top: 0;
}

.read_next_wrapper
{
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 30px;
	position: relative;
	border-top: 1px solid #e1e1e1;
}

.read_next_wrapper:before
{
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 100px;
	position: absolute;
	top: -15px;
	right: 0;
	color: #da0081;
}

.read_next_wrapper .post_img.next_post
{
	width: 120px;
	margin-right: 20px;
	float: left;
}

.read_next_wrapper .post_content
{
	width: calc(100% - 140px);
	box-sizing: border-box;
	padding-right: 50px;
	float: left;
}

.read_next_wrapper .post_content .read_next_label
{
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #da0081;
}

.read_next_wrapper .post_content .next_post_title h3
{
	font-size: 20px;
	line-height: 1.2;
}

.post_ft_img
{
	opacity: 0;
}

.post_img img
{
	max-width: 100%;
}

body.single .post_img img
{
	width: auto;
}

body.single .post_content_wrapper  .post_img.post_gallery_featured
{
	margin-bottom: 2%;
}

#social_share_wrapper, .social_share_wrapper
{
	margin-left: 0 !important;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
}

#social_share_wrapper a i, .social_share_wrapper.shortcode a i
{
	font-size: 20px;
}

#social_share_wrapper a, .social_share_wrapper.shortcode a
{
	opacity: 0.3;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#social_share_wrapper a:hover, .social_share_wrapper.shortcode a:hover
{
	opacity: 1;
}

.social_share_wrapper.shortcode
{
	margin: 0;
}

#social_share_wrapper h5,  .social_share_wrapper.shortcode h5
{
	display: inline-block;
	margin-bottom: 5px;
}

#social_share_wrapper ul, .social_share_wrapper.shortcode ul, .social_share_bubble ul
{
	display: block;
	clear: both;
	list-style: none;
	margin: 0;
	margin-left: 0 !important;
}

#social_share_wrapper ul li, .social_share_wrapper.shortcode ul li, .social_share_bubble ul li
{
	display: block;
	margin: 0 0 5px 0;
}

.social_share_wrapper.shortcode ul li
{
	display: inline-block;
	margin: 0 10px 0 10px;
	border-left: 0 !important;
}

.social_share_bubble ul li
{
	display: inline-block;
	margin: 0 7px 0 7px;
	font-size: 14px;
}

#social_share_wrapper.inline, , .social_share_bubble.inline
{
	text-align: center;
	border:0;
	margin-top: 30px;
}

#fullscreen_share_wrapper
{
	display: table;
	width: 100%;
	height: 100%;
	z-index: 9;
	color: #fff;
  	position: relative;
  	visibility: hidden;
}

.fullscreen_share_content
{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center;
}

.fullscreen_share_content #social_share_wrapper ul li
{
	display: inline-block;
	margin: 0 20px 0 20px;
}

.fullscreen_share_content #social_share_wrapper ul li a
{
	color: #fff;
	opacity: 1;
	display: block;
}

.fullscreen_share_content #social_share_wrapper ul li a i
{
	font-size: 4em;
}

#post_info_bar
{
	position: fixed;
	top: -60px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	width: 100%;
	height: 60px;
	z-index: 10;
	background: #fff;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#post_info_bar #post_indicator
{
	width: 0;
	height: 2px;
	background: #da0081;
	position: absolute;
	top: -1px;
	z-index: 3;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#post_info_bar.scroll
{
	top: 0;
}

#post_info_bar .post_info, #post_info_bar .post_info_thumb
{
	float: left;
}

#post_info_bar .post_info_thumb img
{
	width: auto;
	height: 47px;
	margin-right: 15px;
	margin-top: 5px;
}

#post_info_bar .post_info .post_info_label
{
	font-size: 9px;
	line-height: 20px;
	font-weight: 900;
}

#post_info_bar .post_info .post_info_title
{
	margin-top: -5px;
}

#post_info_bar #post_info_share, #post_info_bar #post_info_comment
{
	float: right;
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 15px 0 15px;
	box-sizing: border-box;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 11px;
}

#post_info_bar #post_info_share i, #post_info_bar #post_info_comment i
{
	margin-right: 10px;
}

/*------------------------------------------------------------------
[6. Sidebar]
*/

.inner_wrapper
{
	overflow: hidden;
	float: left;
	width: 100%;
}

#page_content_wrapper .inner .sidebar_content, .page_content_wrapper .inner .sidebar_content
{
	width: 65%;
	padding: 0;
	float: left;
	padding-right: 0px;
	padding-top: 0;
	overflow: hidden;
}

#page_content_wrapper .inner .sidebar_content.left_sidebar, .page_content_wrapper .inner .sidebar_content.left_sidebar
{
	border-right: 0;
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

#page_content_wrapper .inner .sidebar_content.full_width, .page_content_wrapper .inner .sidebar_content.full_width
{
	width: 100%;
	margin: auto;
	margin-top: 0;
	margin-right: 0;
	border: 0;
}

#page_content_wrapper .inner .sidebar_content.full_width.blog_f
{
	box-sizing: border-box;
	width: 100%;
	margin: auto;
	float: none;
}

body.single-portfolios #page_content_wrapper .inner .sidebar_content.full_width
{
	margin-top: 40px;
}

.slider_wrapper.tg_gallery
{
	margin: 20px 0 20px 0;
}

#page_content_wrapper.hasbg.nomargintop
{
	margin-top: 0 !important;
}

#page_content_wrapper .inner .sidebar_content.full_width.nopadding, .page_content_wrapper .inner .sidebar_content.full_width.nopadding
{
	padding: 0 !important;
}

#page_content_wrapper .inner .sidebar_content img, .page_content_wrapper .inner .sidebar_content img
{
	max-width: 100%;
	height: auto !important;
}

#page_content_wrapper .inner .sidebar_content div.wp-caption, .page_content_wrapper .inner .sidebar_content div.wp-caption
{
	max-width: 100%;
}

#page_content_wrapper .inner .sidebar_wrapper, .page_content_wrapper .inner .sidebar_wrapper
{
	background-color: #fbfbfb !important;
	width: 30%;
	float: right;
	padding: 20px 15px !important;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
}

#page_content_wrapper .inner .sidebar_wrapper.left_sidebar
{
	width: 30%;
	padding: 20px 15px !important;
	background-color: #fbfbfb !important;
	margin-right: 0;
	margin-left: 0;
	float: left;
}

#page_content_wrapper .inner .sidebar_wrapper a, .page_content_wrapper .inner .sidebar_wrapper a
{
	color: #222;
}

#page_content_wrapper .inner .sidebar_wrapper .sidebar, .page_content_wrapper .inner .sidebar_wrapper .sidebar
{
	width: 100%;
	float: left;
	padding-bottom: 30px;
}

#page_content_wrapper .inner .sidebar_wrapper .sidebar .content, .page_content_wrapper .inner .sidebar_wrapper .sidebar .content
{
	width: 100%;
	margin: 0 0 0 0;
}

.mobile_menu_wrapper .sidebar_wrapper h2.widgettitle
{
	color: #fff;
}

.mobile_menu_wrapper .sidebar_wrapper a
{
	color: #777;
}

.mobile_menu_wrapper .page_content_wrapper
{
	width: 100%;
}

.mobile_menu_wrapper .sidebar_wrapper
{
	width: 100%;
	margin-top: 40px;
}

.mobile_menu_wrapper .sidebar_wrapper .sidebar .content .sidebar_widget li
{
	margin-bottom: 0;
}

.mobile_menu_wrapper .sidebar_wrapper .sidebar .content .sidebar_widget li .social_wrapper ul
{
	text-align: center;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li .fb_iframe_widget
{
	margin-top: 15px;
}

/*------------------------------------------------------------------
[7. Form & Input]
*/

input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input[type=tel], input.wpcf7-text
{
	padding: 11px 10px 11px 10px;
	font-size: 100%;
	font-family: 'Roboto', 'Helvetica Neue', Arial,Verdana,sans-serif;
	margin: 0;
	background: #fcfcfc;
	border: 1px solid #e1e1e1;
	outline: none;
	-webkit-transition: border-color linear .3s;
	-moz-transition: border-color linear .3s;
	-o-transition: border-color linear .3s;
	transition: border-color linear .3s;
	box-sizing: border-box;
	-webkit-appearance: none;
    border-radius: 0;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=date]:focus, input.wpcf7-text:focus, input[type=tel]:focus
{
	background: #f9f9f9;
	outline: 0;
}

.contact_form_wrapper input[type=submit]
{
	float: right;
	margin-right: 4%;
}

.contact_form_response ul
{
	margin-left: 20px;
	margin-bottom: 20px;
}

.contact_form_wrapper
{
	margin-top: 30px;
}

input[type=text].blur, textarea.blur
{
	color: #999;
}

#contact_form label
{
	display: none;
}

#contact_form input[type="text"], #contact_form textarea
{
	margin-bottom: 15px;
}

div.wpcf7-response-output
{
	padding: 20px;
}

.wpcf7-form input.wpcf7-text, .wpcf7-form textarea, .wpcf7-form input.wpcf7-date
{
	width: 100%;
	box-sizing: border-box;
}

.fullwidth_comment_wrapper #commentform textarea
{
	width: 100%;
}

.fullwidth_comment_wrapper .post_content_wrapper
{
	background: transparent !important;
	padding: 30px 0 30px 0 !important;
	width: 100% !important;
}

label
{
	clear: both;
	float: none;
	width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
}

.form-allowed-tags
{
	display: none !important;
}

p.comment-notes
{
	margin-bottom: 20px;
}

textarea
{
	font-size: 100%;
	border: 1px solid #e1e1e1;
	background: #fcfcfc;
	margin: 0;
	height: 200px;
	overflow: auto;
	padding: 7px 10px 7px 10px;
	font-family: 'Roboto', 'Helvetica Neue', Arial,Verdana,sans-serif;
	outline: none;
	-webkit-transition: border-color linear .2s;
	-moz-transition: border-color linear .2s;
	-o-transition: border-color linear .2s;
	transition: border-color linear .2s;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 0;
}

input[type=submit], input[type=button], a.button, .button
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 8px 20px 8px 20px;
	color: #fff;
	background: #efc337;
	border: 2px solid #efc337;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 900;
	font-family: 'Roboto', 'Georgia', Arial,Verdana,sans-serif;
	text-shadow: none;
	-webkit-appearance: none;
	letter-spacing: 1px;
	box-shadow: 0 0 0 0 !important;
	line-height: 1.5 !important;
	letter-spacing: 2px;
	border-radius: 0;

	-webkit-transition: color .2s linear, background .1s linear, opacity .2s linear;
	-moz-transition: color .2s linear, background .1s linear, opacity .2s linear;
	-ms-transition: color .2s linear, background .1s linear, opacity .2s linear;
	-o-transition: color .2s linear, background .1s linear, opacity .2s linear;
	transition: color .2s linear, background .1s linear, opacity .2s linear;
}

input[type=submit]#contact_submit_btn
{
	width: 100%;
}

.post_button_wrapper
{
	width: 50%;
	float: left;
}

.slide_post .post_button_wrapper
{
	width: 100%;
}

.slide_post .readmore
{
	float: left;
}

input[type=submit].white, input[type=button].white, a.button.white, .button.white, a.button.white:hover, .button.white:hover, a.button.white:active, .button.white:active
{
	color: #fff;
	background: transparent;
	border-color: #fff;
}

input[type=submit].whitebg, input[type=button].whitebg, a.button.whitebg, .button.whitebg, a.button.whitebg:hover, .button.whitebg:hover, a.button.whitebg:active, .button.whitebg:active
{
	background: #fff;
	color: #000;
	border-color: #fff;
}

input[type=submit].black, input[type=button].black, a.button.black, .button.black, a.button.black:hover, .button.black:hover, a.button.black:active, .button.black:active
{
	color: #000;
	border-color: #000;
}

input[type=button]:hover, input[type=submit]:hover, a.button:hover, .button:hover, .button.submit, a.button.white:hover, .button.white:hover, a.button.white:active, .button.white:active
{
	color: #fff;
	border-color: #222;
	background: #222;
}

.error
{
	color: #ff0000;
}

a.comment-reply-link
{
	margin: 0 0 0 10px;
	float:left;
	line-height: 32px;
	font-weight: 900;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

input[type=submit].medium, input[type=button].medium, a.button.medium
{
	font-size: 15px;
	padding: 12px 20px 11px 20px;
}

input[type=submit].large, input[type=button].large, a.button.large
{
	font-size: 17px;
	padding: 16px 25px 15px 25px;
}

#cancel-comment-reply-link
{
	display: block;
	margin: 0 20px 0 10px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

input[type=submit].left, input[type=button].left, a.button.left
{
	float: left;
}

input[type=submit].right, input[type=button].right, a.button.right
{
	float: right;
}

input[type=submit].center, input[type=button].center, a.button.center
{
	margin: auto;
}

.button.ghost
{
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

/*------------------------------------------------------------------
[8. Pagination]
*/

.pagination
{
	margin: 0 0 30px 0;
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	font-weight: 600;
}

.ppb_blog_fiterable_list_sidebar_pagination .pagination
{
	margin-top: 30px;
}

.pagination:empty
{
	margin: 0;
	padding: 0;
}

.pagination a.prev_button
{
	position: absolute;
	right: 0;
}

.pagination a.next_button
{
	position: absolute;
	left: 0;
}

.pagination a i
{
	font-size: 13px;
}

.pagination a.next_button i
{
	margin-right: 5px;
}

.pagination a.prev_button i
{
	margin-left: 5px;
}

.pagination a
{
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
	display: block;
}

.pagination a:hover
{
	color: #222;
}

.pagination .pagination_page
{
	position: absolute;
	left: 50%;
	font-size: 11px;
}

.pagination_load_more, .pagination_loading
{
	text-align: center;
	display: block;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	position: relative;
}

.pagination_load_more.inactive, .pagination_loading
{
	display: none;
}

.pagination_loading.active
{
	display: block;
}

.pagination_load_more:before
{
	content: "";
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}

.pagination_load_more span
{
    display: inline-block;
    padding: 0 1.2em;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

#page_content_wrapper ul
{
	margin: 0;
}

#page_content_wrapper ol
{
	margin: 15px 0 15px 40px;
}

.infinite_loading
{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	padding: 40px 0 0 0;
	font-size: 30px;
	display: none;
}

.infinite_loading.visible
{
	display: block;
}

/*------------------------------------------------------------------
[9. Widgets]
*/

#page_content_wrapper ul.flickr
{
	margin: 0 0 10px 0;
}

#page_content_wrapper ul.posts.blog
{
	list-style: none;
	margin-left: 0 !important;
	float: left;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

#page_content_wrapper ul.flickr li img
{
	width: 65px;
	height: auto;
}

#page_content_wrapper .sidebar .content .posts.blog li img, #page_content_wrapper .posts.blog li img, .page_content_wrapper .sidebar .content .posts.blog li img, .page_content_wrapper .posts.blog li img
{
	float: left;
	margin: 0 10px 10px 0;
 	width: 90px;
}

.post_circle_thumb
{
	position: relative;
	z-index: 2;
	float: left;
	width: 105px;
	float: left;
	margin-right: 0;
}

.post_circle_thumb .post_number
{
	width: 20px;
	height: 20px;
	font-size: 10px;
	color: #fff;
	font-weight: 600;
	border-radius: 50px;
	text-align: center;
	line-height: 20px;
	background: #da0081;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.post_circle_thumb.flickr
{
	margin-right: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget, #page_content_wrapper .sidebar .content .posts.blog, .page_content_wrapper .sidebar .content .sidebar_widget, .page_content_wrapper .sidebar .content .posts.blog
{
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
}

#page_content_wrapper .sidebar .content .posts.blog li, .page_content_wrapper .sidebar .content .posts.blog li
{
	padding: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li, .page_content_wrapper .sidebar .content .sidebar_widget li
{
	margin: 40px 0 0px 0;
	padding: 0;
	float: left;
	clear: both;
	/* width: 100%; */
}

#page_content_wrapper .sidebar .content .sidebar_widget > li
{
	box-sizing: border-box;
	clear: both;
	width: 100%;
	float: left;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.Custom_Ads, #page_content_wrapper .sidebar .content .sidebar_widget > li.widget_search
{
	border: 0;
	padding: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_comments ul li
{
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	border: 0;
	box-sizing: border-box;
	position: relative;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_comments ul li .comment-author-link
{
	font-style: italic;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_comments ul li:last-child
{
	padding-bottom: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_comments ul li:before, .page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_comments ul li:before
{
	font-size: 18px;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: top;
	margin-top: 0;
	font-family: 'FontAwesome';
	content: "\f075";
	margin-right: 10px;
	margin-top: 2px;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.Custom_Twitter
{
	color: #fff;
	background: #60caf9;
	border: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.Custom_Twitter h2.widgettitle, #page_content_wrapper .sidebar .content .sidebar_widget > li.Custom_Twitter a, #page_content_wrapper .sidebar .content .sidebar_widget > li.Custom_Twitter a:hover,#page_content_wrapper .sidebar .content .sidebar_widget > li.Custom_Twitter a:active
{
	color: #fff;
}

#page_content_wrapper .sidebar .content .sidebar_widget li select, .textwidget select, .page_content_wrapper .sidebar .content .sidebar_widget li select
{
	margin: 10px 0 10px 0;
	max-width: 100%;
}

#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle
{
	font-size: 12px;
	display: block;
	text-align: center;
	font-family: 'Roboto', 'Georgia', Arial,Verdana,sans-serif;
	color: #222;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 10px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle:before, .page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle:before, h2.widgettitle:before
{
	content: "";
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle span, .page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle span, h2.widgettitle span
{
	display: inline-block;
    padding: 0 1.2em;
    background:#fbfbfb;
    position: relative;
    z-index: 2;
}

#page_content_wrapper .sidebar .content .sidebar_widget li:first-child, .page_content_wrapper .sidebar .content .sidebar_widget li:first-child
{
	margin-top: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul, .page_content_wrapper .sidebar .content .sidebar_widget li ul
{
	list-style: none;
	padding: 20px 0 0 0;
	margin: 0 0 15px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children, .page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children
{
	margin-left: 10px;
	margin-bottom: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children li:last-child, .page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.children li:last-child
{
	border: 0;
	margin-bottom: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li ul.children, .page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li ul.children
{
	margin-left: 20px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li, #footer .sidebar_widget li ul li, .page_content_wrapper .sidebar .content .sidebar_widget li ul li, #footer .sidebar_widget li ul li
{
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
}

#footer .sidebar_widget li.widget_nav_menu ul li, #page_content_wrapper .sidebar .content .sidebar_widget li.widget_pages ul li
{
	border: 0;
}

#footer .sidebar_widget li ul li
{
	border-color: #000000;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li:first-child, .page_content_wrapper .sidebar .content .sidebar_widget li ul li:first-child, #footer ul.sidebar_widget li ul li:first-child, #footer ul.sidebar_widget li .textwidget
{
	padding-top: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li:first-child, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li:first-child, #footer ul.sidebar_widget li ul.flickr li:first-child
{
	border: 0;
	padding-top: 0;
}

#page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li a, .page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li a
{
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px 5px 0;
	display: block;
}

#page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li.current-menu-item a, .page_content_wrapper .inner .sidebar_wrapper ul.sidebar_widget li.widget_nav_menu ul.menu li.current-menu-item a
{
	font-weight: bold;
}

#wp-calendar tr td, #wp-calendar tr th
{
	padding: 5px 0 5px 0;
	text-align: center;
	background: transparent;
}

#wp-calendar tr td#prev, #wp-calendar tr td#next
{
	text-transform: uppercase;
	padding-top: 20px;
}

#wp-calendar tr td.pad, #wp-calendar tr td#prev, #wp-calendar tr td#next
{
	background: transparent !important;
}

#wp-calendar caption
{
	display:none;
}

#wp-calendar
{
	margin: 20px 0 0 0;
	width: 100%;
}

.mobile_menu_wrapper .widget_calendar table tr th, .mobile_menu_wrapper .widget_calendar table tr td
{
	border-color: #555;
}

table
{
	margin: 10px 0 10px 0;
}

table tr td
{
	border-bottom: 1px solid #e1e1e1;
}

table tr th, table tr td
{
	padding: 20px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
}

table tr td
{
	font-weight: normal;
}

#footer table tr th, #footer table tr td
{
	border-bottom: 1px solid #000000 !important;
}

#footer .widget_tag_cloud div a
{
	border-color: #000000 !important;
}

#footer_menu
{
	float: right;
	display: block;
	list-style: none;
}

#footer_menu li
{
	float: left;
	margin-left: 20px;
}

#footer_menu li a
{
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

#footer_menu li a:hover
{
	color: #fff;
}

#footer_menu li ul
{
	display: none;
}

table thead tr th
{
	background: transparent;
}

table#wp-calendar thead tr th
{
	text-align: center;
}

table tfoot tr, table tfoot tr td
{
	background: transparent;
	border-bottom: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr
{
	list-style: none;
	margin: 5px 0 30px 0;
	float: left;
	display: block;
	padding: 15px 0 3px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li
{
	display: block;
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
	clear: none;
	width: 33.3%;
	padding-right: 10px;
	box-sizing: border-box;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img
{
	width: 100%;
	height: auto;
}

.mobile_menu_wrapper .sidebar .content .sidebar_widget li ul.flickr li
{
	width: 33.3%;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter
{
	margin: 0;
	margin-top: 20px;
	list-style:none;
	padding: 0 0 0 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li
{
	padding-bottom: 15px;
	border: 0;
	box-sizing: border-box;
	position: relative;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:before, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:before
{
	font-size:22px;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: top;
	margin-top: 0;
	font-family: 'FontAwesome';
	content: "\f099";
	margin-right: 20px;
	margin-top: 3px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li .tweet, .page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li .tweet
{
	display: inline-block;
	width: calc(100% - 50px);
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media, .page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media
{
	list-style: none;
	margin: 10px 0 15px 0;
	float: left;
	display: block;
	padding: 0 0 3px 0;
	margin-left: -5px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media li, .page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media li
{
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, ul.flickr, .page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, ul.flickr
{
	list-style: none;
	margin: 10px 0 -10px 0;
	float: left;
	display: block;
	clear: both;
	width: 100%;
	width: calc(100% + 10px);
}

ul.flickr li
{
	float: left;
	margin: 0 5px 0 0;
}

#page_content_wrapper .sidebar .content .posts.blog, .page_content_wrapper .sidebar .content .posts.blog
{
	list-style: none;
	margin-top: 30px;
	margin-bottom: 0;
}

#page_content_wrapper .sidebar .content .posts.blog.withthumb, .page_content_wrapper .sidebar .content .posts.blog.withthumb
{
	margin-top: 20px;
}

#page_content_wrapper .sidebar .content .posts.blog li, .page_content_wrapper .sidebar .content .posts.blog li
{
	line-height: 1em;
	clear: both;
	border:0;
	background: none;
	width: 100%;
	float: left;
	margin: 0;
}

#page_content_wrapper .posts.blog li, .page_content_wrapper .posts.blog li
{
	float: left;
	width: 49.4%;
	margin-right: 1.2%;
	margin-bottom: 1.2%;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	display: table;
	text-align: left;

	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
}

#page_content_wrapper .posts.blog li:nth-child(2n), .page_content_wrapper .posts.blog li:nth-child(2n)
{
	margin-right: 0;
	float: right;
}

#page_content_wrapper .posts.blog li a, .page_content_wrapper .posts.blog li a, #page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_entries ul li a, #footer ul.sidebar_widget .posts.blog li a
{
	width: 100%;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_entries ul li a
{
	display: block;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_entries ul li
{
	margin-bottom: 30px;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_recent_entries ul li:last-child
{
	margin-bottom: 0;
}

#page_content_wrapper .sidebar .content .posts.blog.withthumb li, #page_content_wrapper .posts.blog.withthumb li, .page_content_wrapper .sidebar .content .posts.blog.withthumb li, .page_content_wrapper .posts.blog.withthumb li
{
	line-height: 1.5em;
	border: 0;
	display: block;
}

#page_content_wrapper .sidebar .content .posts.blog li, .page_content_wrapper .sidebar .content .posts.blog li
{
	padding-top: 30px;
}

#page_content_wrapper .sidebar .content .posts.blog li:last-child, .page_content_wrapper .sidebar .content .posts.blog li:last-child
{
	padding-bottom: 0;
}

#page_content_wrapper .sidebar .content .posts.blog li strong.header, #page_content_wrapper .posts.blog li strong.header, .page_content_wrapper .sidebar .content .posts.blog li strong.header, .page_content_wrapper .posts.blog li strong.header
{
	font-weight: normal;
}

#cover_content
{
	position:fixed;top:20%;left:40px;z-index:9;
}

#page_content_wrapper .sidebar .content .textwidget, .page_content_wrapper .sidebar .content .textwidget
{
	margin-top: 0;
	padding: 20px 0 0 0;
}

.textwidget img
{
	max-width: 100%;
	height: auto;
}

.widget_search input#searchsubmit
{
	margin: 10px 0 0 0;
}

.widget_tag_cloud div, .tag_cloud
{
	margin: 20px 0 10px 0;
}

.widget_tag_cloud div a, .meta-tags a, .tag_cloud a
{
	display: inline-block;
	-webkit-transition: background .2s linear, border .1s linear;
	-moz-transition: background .2s linear, border .1s linear;
	-ms-transition: background .2s linear, border .1s linear;
	-o-transition: background .2s linear, border .1s linear;
	transition: background .2s linear, border .1s linear;

	font-size: 9px !important;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 3px 5px 0;
	padding: 6px 9px 6px 9px;
	background: #fff;
	border: 2px solid #e1e1e1;
	color: #555;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe
{
	max-width: 100%;
	height: auto;
}

/*------------------------------------------------------------------
[10. Grid Columns Elements]
*/

.one_half
{
	float: left;
	width: 48%;
	margin-right: 3.5%;
	box-sizing: border-box;
}

.one_half.last
{
	float: right;
	width: 48%;
	margin-right: 0;
	clear: right;
}

.portfolio2filter_wrapper
{
	overflow: hidden;
	margin: 0 12px 0 0;
	float: left;
}

.one_half.portfolio2_wrapper
{
	width: 50%;
	margin-bottom: 0px;
}

.two_cols.gallery, .three_cols.gallery, .four_cols.gallery
{
	margin-bottom: 20px;
	float: left;
}

.two_cols.gallery .element
{
	float: left;
	width: 48%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	box-sizing: border-box;

	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.two_cols.gallery .element.last
{
	float: right;
	width: 48%;
	margin-right: 0;
	clear: right;
}

.two_cols.gallery.wide .element
{
	width: 50%;
	margin: 0 -1px 0 0;
}

.two_cols.gallery.wide .element img
{
	width: 100%;
	height: auto;
}

.one_half.gallery2
{
	width: 100%;
	height: 100%;
	float: left;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.one_half.gallery2.static
{
	overflow: hidden;
}

.one_half.gallery2 a
{
	position: relative;
	display: block;
	line-height: 0;
}

.element.classic2_cols
{
	overflow: hidden;
	position: relative;
    width: 49.8%;
    height: auto;
    margin-right: 1px;
	margin-bottom: 1px;
	float: left;
}

.one_half.gallery2.filterable.portfolio_type
{
	margin: 0;
}

.one_half.gallery2 a
{
	display: block;
}

.one_half.gallery2.classic a
{
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}

.one_half.gallery2.classic a:hover .portfolio_classic_icon_wrapper
{
	opacity: 1;
}

.one_third
{
	width: 31.29%;
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	position: relative;
	box-sizing: border-box;
}

.one_third.last
{
	margin-right: 0 !important;
	float: right;
	width: 31.29%;
}

.one_third.portfolio3_wrapper
{
	width: 30%;
	margin-bottom: 0;
	margin-right: 25px;
}

#page_content_wrapper .inner .sidebar_content ul, .page_content_wrapper .inner .sidebar_content ul
{
	margin-left: 20px;
}

#page_content_wrapper .inner .sidebar_content ul.review-list, .page_content_wrapper .inner .sidebar_content ul.review-list
{
	margin-left: 0;
}

#page_content_wrapper .inner .sidebar_content.full_width.portfolio3_content_wrapper
{
	width: 1250px;
}

#page_content_wrapper .inner .sidebar_content.full_width.portfolio4_content_wrapper, .page_content_wrapper.portfolio4_content_wrapper
{
	width: 1260px;
}

.page_content_wrapper.portfolio4_content_wrapper
{
	margin-top: 50px;
}

.gallery_a_title
{
	text-align: center;
}

.three_cols.gallery .element
{
	width: 31.29%;
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	padding: 0;
	box-sizing: border-box;

	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

	opacity: 1 !important;
	position: relative;
}

.three_cols.gallery .element.last
{
	margin-right: 0 !important;
	float: right;
	width: 31.29%;
}

.three_cols.gallery.wide .element
{
	width: 33.33%;
	margin: 0 -1px 0 0;
}

.three_cols.gallery.wide .element img
{
	width: 100%;
	height: auto;
}

.sidebar_content.three_cols.gallery .element
{
	width: 46%;
	margin-right: 3%;
	margin-bottom: 4%;
}

.three_cols.gallery .element.grid
{
	padding: 0;
}

.three_cols.gallery .element.fade
{
	opacity: 0.2 !important;
}

@media only screen and (min-width: 1430px) {
	#page_content_wrapper.fullwidth .three_cols.gallery .element, .page_content_wrapper.fullwidth .three_cols.gallery .element
	{
		width: 22.4%;
		margin-bottom: 2.5%;
	}
}

@media only screen and (min-width: 1720px) {
	#page_content_wrapper.fullwidth .three_cols.gallery .element, .page_content_wrapper.fullwidth .three_cols.gallery .element
	{
		width: 17.8%;
		margin-bottom: 2.5%;
	}
}

@media only screen and (min-width: 2200px) {
	#page_content_wrapper.fullwidth .three_cols.gallery .element, .page_content_wrapper.fullwidth .three_cols.gallery .element
	{
		width: 14.6%;
		margin-bottom: 2.5%;
	}
}

.one_third.gallery3
{
	position: relative;
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.one_third.gallery3 a
{
	position: relative;
	display: block;
	line-height: 0;
}

.one_third.gallery3.static
{
	overflow: hidden;
}

.one_third.gallery3 a
{
	display: block;
}

.one_third.gallery3.classic a
{
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}

.element.classic3_cols
{
	float: left;
}

.one_third.gallery3.last
{
	float: right;
	margin-right: 0;
}

.one_third.gallery3 img {
	max-width: 100%;
    display: block;
    position: relative;
}

.one_third.gallery3 .one_third_img
{
	position: absolute;
}

.one_third.filterable.gallery3.portfolio_type
{
	margin: 0;
}

.one_third.gallery3 a[rel=gallery]
{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99999;
	background: #000;
}

.two_third
{
	float: left;
	width: 65.33%;
	margin-right: 3%;
	box-sizing: border-box;
}

.two_third.last
{
	margin-right: 0;
	float: right;
	clear: right;
}

.one_fourth
{
	width: 22%;
	float: left;
	margin-right: 4%;
	margin-bottom: 2%;
	position: relative;
	box-sizing: border-box;
}

.one_fourth.last
{
	width: 22%;
	margin-right: 0;
	float: right;
	clear: right;
}

.four_cols.gallery .element
{
	width: 22.9%;
	margin-bottom: 2%;
	margin-right: 2%;
	padding: 0;
	box-sizing: border-box;

	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

	opacity: 1 !important;
}

.four_cols.gallery.wide .element
{
	width: 25%;
	margin: 0 -1px 0 0;
}

.four_cols.gallery.wide .element img
{
	width: 100%;
	height: auto;
}

.four_cols.gallery .element.grid
{
	padding: 0;
	background: transparent;
}

.four_cols.gallery .element.fade
{
	opacity: 0.2 !important;
}

.one_fourth.gallery4
{
	position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
}


.one_fourth.gallery4 a
{
	position: relative;
	display: block;
	line-height: 0;
}

.one_fourth.gallery4.static
{
	overflow: hidden;
}

.element.classic4_cols
{
	float: left;
}


.one_fourth.portfolio4
{
    margin:0;
}

.one_fourth.gallery4 .one_fourth_img
{
	position: absolute;
}

.one_fourth.gallery4 a
{
	display: block;
}

.one_fourth.gallery4.classic a
{
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}

.one_fourth.gallery4.classic a:hover .portfolio_classic_icon_wrapper
{
	opacity: 1;
}

.one_fifth
{
	width: 18.4%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
}

.one_fifth.last
{
	margin-right: 0;
}

.five_cols.gallery.wide .element
{
	width: 20%;
	margin: 0 -1px 0 0;
}

.one_fifth.gallery5
{
  	position: relative;
  	width: 100%;
  	margin: 0;
  	overflow: hidden;
}

.one_fifth.gallery5 a
{
  	position: relative;
  	display: block;
  	line-height: 0;
}

.five_cols.gallery.wide .element img
{
	width: 100%;
	height: auto;
}

.five_cols.gallery .element.grid
{
	padding: 0;
	background: transparent;
}

.five_cols.gallery .element.fade
{
	opacity: 0.2 !important;
}

.one_sixth
{
	width: 11%;
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
	box-sizing: border-box;
}

.one_sixth.last
{
	margin-right: 0;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
          overflow: visible !important;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
          opacity: 1 !important;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.gallery_mansory_wrapper, .gallery_mansory4_wrapper {
	padding: 0;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 960px;
}

.one_fourth.withbg .page_content_wrapper, .one_third.withbg .page_content_wrapper, .one_half.withbg .page_content_wrapper, .two_third.withbg .page_content_wrapper
{
	padding: 0 10% 0 10%;
	box-sizing: border-box;
}

.error_box
{
	background: #222;
	margin: 0 auto;
	width: 310px;
	height: 310px;
	position: relative;
	margin-top: 10px;
}

.error_box .error_type
{
	font-size: 156px;
	text-align: right;
	font-weight: 900;
	margin-bottom: 0;
	color: #fff;
	line-height: 0;
	right: 0;
	bottom: 60px;
	position: absolute;
	letter-spacing: -2px;
}

.error_text
{
	font-size: 53px;
	letter-spacing: -1.5px;
	color: #222;
	margin-top: 0;
	text-transform: uppercase;
	text-align: center;
	padding: 0 !important;
	margin-bottom: 10px;
}

.widget_search .searchform  input#s
{
	width: 100%;
	width: calc(100% - 50px);
}

.widget_search .searchform #searchsubmit
{
	padding: 0.6em 1em 0.5em 1em !important;
	margin-left: -5px;
	margin-top: -2px;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li .mc4wp-form, .page_content_wrapper .sidebar .content .sidebar_widget > li .mc4wp-form
{
	margin-top: 20px;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_mc4wp_form_widget, .page_content_wrapper .sidebar .content .sidebar_widget > li.widget_mc4wp_form_widget
{
	background: #f2f2f2;
	padding: 30px;
	box-sizing: border-box;
}

#page_content_wrapper .sidebar .content .sidebar_widget > li.widget_mc4wp_form_widget h2.widgettitle span, .page_content_wrapper .sidebar .content .sidebar_widget > li.widget_mc4wp_form_widget h2.widgettitle span
{
	background: #f2f2f2;
}

.widget_mc4wp_form_widget input[type=email]
{
	width: 100%;
	text-align: center;
}

.widget_mc4wp_form_widget input[type=submit]
{
	width: 100%;
	font-size: 15px;
	padding: 8px 20px 8px 20px;
}

.subscribe_tagline
{
	font-size: 16px;
	text-align: center;
	margin-bottom: 5px;
}

.subscribe_form
{
	margin-top: 15px;
}

.ppb_mailchimp_subscription
{
	text-align: center;
	background-size: cover;
	padding: 50px 0 50px 0;
}

.ppb_mailchimp_subscription .subscribe_form
{
	margin: auto;
	margin-top: 30px;
}

.ppb_mailchimp_subscription .subscribe_form p
{
	display: inline-block;
	padding: 0 !important;
}

.ppb_mailchimp_subscription .subscribe_form input
{
	float: none;
	display: inline-block;
	height: 46px;
}

.ppb_mailchimp_subscription .subscribe_form input[type=email]
{
	width: 300px;
	margin-top: -1px;
	padding: 12px 10px 13px 10px;
}

.catmenu_wrapper .one_fifth
{
	text-align: left;
	margin-bottom: 10px;
}

.catmenu_wrapper .one_fifth h6
{
	font-size: 14px;
}

.catmenu_wrapper .one_fifth .post_img
{
	margin-bottom: 10px;
}

.ppb_blog_half_content_slider .slider_wrapper
{
	width: 960px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.ppb_blog_half_content_slider .slides li .slider_image
{
	width: 50%;
	float: left;
	background-size: cover;
	background-position: center center;
	min-height: 450px;
	position: relative;
}

.ppb_blog_half_content_slider .slides li .slide_post
{
	width: 50%;
	float: left;
	padding: 30px;
	box-sizing: border-box;
	min-height: 450px;
}

.ppb_blog_half_content_slider .slides li .slide_post .post_header h2
{
	line-height: 1.3;
	font-size: 30px;
}

.ppb_blog_half_content_slider .slides li .slide_post .post_header
{
	margin-bottom: 10px;
}

.ppb_blog_half_content_slider .slides li .slide_post .post_info_excerpt
{
	margin: 20px 0 40px 0;
}

.post_category_tag
{
	margin-bottom: 15px;
}

.post_category_tag a, .post_category_tag span
{
	display: inline-block;
	padding: 3px 10px 3px 10px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	background: #da0081;
	margin-right: 5px;
}

.newsticker_label
{
	float: left;
	margin-right: 20px;
	height: 36px;
	box-sizing: border-box;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	background: #da0081;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	font-weight: 600;
	text-transform: uppercase;
}

.newsticker_label i
{
	margin-right: 5px;
}

.newsticker
{
	float: left;
	height: 36px;
	overflow: hidden;
}

.newsticker li
{
	height: 36px;
}

.newsticker li a
{
	line-height: 36px;
	font-size: 16px;
}

.newsticker_nav, .carousel_nav
{
	float: right;
	text-align: right;
	margin-top: 5px;
}

.newsticker_nav a, .carousel_nav a
{
	display: inline-block;
	width: 20px;
    height: 20px;
    background: transparent;
    color: #222;
    border-radius: 200px;
    border: 2px solid #222;
    opacity: 0.2;
    overflow: hidden;
    margin-left: 5px;
    line-height: 30px;
}

.newsticker_nav a:hover, .carousel_nav a:hover
{
	opacity: 1;
}

.newsticker_nav a:before, .carousel_nav a:before
{
	font-family: "FontAwesome";
    font-size: 14px;
    line-height: 20px;
    display: block;
    content: '\f104';
    margin-top: 0px;
    font-weight: 600;
    text-align: center;
    color: #222;
}

.newsticker_nav a.newsticker_prev:before, .carousel_nav a.carousel_prev:before
{
	content: '\f104';
}

.newsticker_nav a.newsticker_next:before, .carousel_nav a.carousel_next:before
{
	content: '\f105';
}

.ppb_blog5_grid_classic .one_half .post_img
{
	margin-bottom: 15px;
}

.ppb_blog5_grid_classic .one_half.div_wrapper
{
	margin-right: 1.7%;
	width: 49%;
}

.ppb_blog5_grid_classic .one_half.div_wrapper.last
{
	width: 49%;
	margin-right: 0;
}

.ppb_blog5_grid_classic .one_half .post_header h2
{
	font-size: 30px;
	line-height: 1.3;
}

.ppb_blog5_grid_classic .one_half.last .post_header h2
{
	font-size: 18px;
}

.ppb_wrapper .one
{
	width: 100%;
	clear: both;
	float: left;
}

.ppb_ads
{
	text-align: center;
	margin: auto;
}

.ppb_ads img, .ppb_ads iframe
{
	max-width: 100%;
	height: auto;
}

.ppb_ads.pp_ads_global_before_menu
{
	margin-top: 20px;
}

.ppb_ads.pp_ads_global_after_menu
{
	margin-top: 40px;
}

.ppb_ads.pp_ads_single_after_content
{
	margin-top: 30px;
}

.ppb_ads.pp_ads_single_before_related
{
	margin-bottom: 30px;
}

.ppb_ads.pp_ads_single_before_comment
{
	margin-bottom: 30px;
}

.ppb_ads.pp_ads_global_before_footer
{
	margin-bottom: 30px;
	    clear: both;
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image
{
	width: 100%;
	height: 480px;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image:after
{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(56%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.4)),to(rgba(0,0,0,0.59)));
    background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.4) 93%,rgba(0,0,0,0.59) 100%);
    background-image: linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.4) 93%,rgba(0,0,0,0.59) 100%);
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image .slider_post_title
{
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: left;
	z-index: 2;
}

.ppb_blog_fullwidth_slider .fullscreen_flexslider ul.slides li .slider_image .slider_post_title
{
	width: 70%;
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image .slider_post_title .slider_post_excerpt
{
	color: #fff;
	margin-top: 10px;
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image .slider_post_title h2
{
	color: #fff;
	font-size: 30px;
	line-height: 1.3;
}

.ppb_blog_fullwidth_slider .fullscreen_flexslider ul.slides li .slider_image .slider_post_title h2
{
	font-size: 40px;
	line-height: 1.1;
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image .slider_post_title .post_date
{
	width: 100%;
	margin-bottom: 10px;
}

.ppb_blog_fullwidth_slider ul.slides li .slider_image .slider_post_title .post_info_date, .ppb_blog_fullwidth_slider ul.slides li .slider_image .slider_post_title .post_info_author
{
	color: #fff;
}

.teaser_wrapper
{
	background-size: cover;
	background-position: center center;
	position: relative;
}

.teaser_wrapper:after
{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(56%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.4)),to(rgba(0,0,0,0.59)));
    background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.4) 93%,rgba(0,0,0,0.59) 100%);
    background-image: linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.4) 93%,rgba(0,0,0,0.59) 100%);
}

.teaser_wrapper .teaser_content_wrapper
{
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 20px;
	z-index: 2;
	width: 100%;
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}

.teaser_wrapper .teaser_content_wrapper h5, .teaser_wrapper .teaser_content_wrapper h5 a
{
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
}

.teaser_content
{
	line-height: 1.3;
	margin-top: 5px;
}

.ppb_subtitle_left
{
	display: inline-block;
	width: 30%;
	margin-bottom: 20px;
}

.ppb_subtitle_left.fullwidth
{
	width: 100%;
}

ul.post_filter
{
	display: inline-block;
	width: 70%;
	list-style: none;
	margin-bottom: 30px;
	margin-left: 0 !important;
	text-align: right;
}

ul.post_filter.full
{
	width: 100%;
	text-align: left;
}

ul.post_filter li
{
	display: inline-block;
	margin-left: 20px;
}

ul.post_filter li a
{
	font-size: 14px;
	text-transform: uppercase;
	color: #111;
	opacity: 0.5;
	font-weight: 600;
}

ul.post_filter li a:hover
{
	opacity: 1;
}

ul.post_filter li a.selected
{
	opacity: 1;
	border-bottom: 3px solid #da0081;
}

.post_filter_wrapper
{
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}

.post_filter_wrapper .post_filter_loading
{
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(256,256,256,0.8);
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
}

.post_filter_wrapper .post_filter_loading.active
{
	display: block;
}

.post_filter_wrapper .post_filter_loading .loading_wrapper
{
	margin: 160px 0 160px 0;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
}

.ppb_blog_random .post_filter_wrapper .post_filter_loading .loading_wrapper
{
	margin: 80px 0 80px 0;
}

.post_filter_wrapper .post_filter_loading .loading_wrapper i
{
	margin-bottom: 10px;
	font-size: 32px;
}

.ppb_blog3_grid
{
	float: left;
}

.ppb_blog3_grid .one_half.div_wrapper
{
	background-size: cover;
	background-position: center center;
	width: calc(50% - 5px);
	height: 600px;
	position: relative;
	margin: 0;
}

.ppb_blog3_grid .one_half.div_wrapper:not(.last):after, .ppb_blog3_grid .one_half.div_wrapper.last .div_small_wrapper:after
{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(56%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.6)),to(rgba(0,0,0,0.59)));
    background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.59) 100%);
    background-image: linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.59) 100%);
}

.ppb_blog3_grid .one_half.div_wrapper.last .div_small_wrapper
{
	width: 100%;
	height: 295px;
	margin-bottom: 10px;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.ppb_blog3_grid .one_half.div_wrapper.last .div_small_wrapper.last
{
	margin-bottom: 0;
}

.ppb_blog3_grid .one_half.div_wrapper .post_header
{
	float: none;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px 20px 20px;
	z-index: 2;
	color: #fff;
	box-sizing: border-box;
}

.ppb_blog3_grid .one_half.div_wrapper .post_header a
{
	color: #fff;
}

.ppb_blog3_grid .one_half.div_wrapper .post_header h2
{
	font-size: 28px;
	line-height: 1.3;
}

.ppb_blog3_grid .one_half.div_wrapper.last .div_small_wrapper h2
{
	font-size: 22px;
	line-height: 1.3;
}

.ppb_blog3_grid .post_header .post_detail.post_date
{
	margin: 0;
	margin-bottom: 5px;
}

.ppb_blog3_grid .post_info_date, .ppb_blog3_grid .post_info_author
{
	margin: 0;
	color: #fff;
}

.ppb_blog3_grid .post_info_author
{
	margin-right: 7px;
}

.ppb_blog3_grid .post_filter_wrapper
{
	position: relative;
}

.ppb_blog_mixed_sidebar .sidebar_content .one_half.div_wrapper .post_img
{
	margin-bottom: 10px;
}

.ppb_blog_mixed_sidebar .sidebar_content .one_half.div_wrapper .post_header h2
{
	font-size: 20px;
	line-height: 1.3;
}

.ppb_blog_mixed_sidebar .sidebar_content .one_half .post_header h5
{
	font-size: 14px;
	line-height: 1.4;
}

.ppb_blog_mixed_sidebar .sidebar_content .one_half .post_header .post_detail.post_date
{
	margin: 0;
}

.ppb_blog_mixed_sidebar .sidebar_content .one_half.div_wrapper .post_detail.post_date
{
	margin: 5px 0 5px 0;
}

.ppb_blog_video
{
	background: #000;
	color: #fff;
}

.ppb_blog_video .post_img
{
	background: #222;
}

.ppb_blog_video .post_header h5 a, .ppb_blog_video .post_info_author a
{
	color: #fff;
}

.ppb_blog_video .post_header
{
	margin-bottom: 0;
}

.ppb_blog_video .one.div_wrapper
{
	width: 100%;
	height: 480px;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-bottom: 3.5%;
}

.ppb_blog_video .one.div_wrapper:after
{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(56%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.6)),to(rgba(0,0,0,0.59)));
    background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.59) 100%);
    background-image: linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.59) 100%);
}

.ppb_blog_video .one.div_wrapper .post_header
{
	float: none;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px 30px 20px;
	z-index: 2;
	color: #fff;
	box-sizing: border-box;
}

.ppb_blog_video .one.div_wrapper .post_header a
{
	color: #fff;
}

.ppb_blog_video .one.div_wrapper .post_header h2
{
	font-size: 30px;
	line-height: 1.3;
}

.ppb_blog_video .one.div_wrapper .post_header .post_detail.post_date
{
	margin: 0;
}

.ppb_blog_video .one.div_wrapper .post_header .post_detail.post_date .post_info_date, .ppb_blog_video .one.div_wrapper .post_header .post_detail.post_date .post_info_author, .ppb_blog_video h5.single_subtitle
{
	color: #fff;
}

.ppb_blog_video .one.div_wrapper .post_icon_circle
{
	position: absolute;
	left: calc(50% - 35px);
	top: calc(50% - 35px);
	border-radius: 200px;
	width: 60px;
	height: 60px;
	text-align: center;
	background: #da0081;
}

.ppb_blog_video .one.div_wrapper .post_icon_circle i.fa-play
{
	margin-left: 2px;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
}

.ppb_header_content
{
	margin-top: 20px;
}

.ppb_subtitle
{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	color: #444;
}

.standard_wrapper.three_cols .one_third
{
	margin-bottom: 15px;
}

.ppb_blog_random
{
	width: 100%;
}

.ppb_blog_random .one_fifth_bg
{
	float: left;
	width: 20%;
	min-height: 240px;
	background-size: cover;
	background-position: center center;
	position: relative;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
}

.ppb_blog_random .one_fifth_bg .post_header
{
	float: none;
	margin: 0;
}

.ppb_blog_random .one_fifth_bg .content_link
{
	display: block;
	padding: 30px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ff3c36;
	color: #fff;
	opacity: 0;

	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.ppb_blog_random .one_fifth_bg .content_link h5
{
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
}

.ppb_blog_random .one_fifth_bg .content_link .post_info_date
{
	color: #fff;
}

.ppb_blog_random .one_fifth_bg:hover .content_link
{
	opacity: 1;
}

.ppb_blog_random .title_bar
{
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding: 20px 0 20px 0;
	background: #111;
}

.ppb_blog_random .title_bar a, .ppb_blog_random .title_bar h5
{
	color: #fff;
}

.ppb_blog_random .title_bar .ppb_subtitle_left
{
	width: auto;
	float: left;
	margin: 0;
	color: #fff;
}

.ppb_blog_random .title_bar .random_refresh
{
	display: block;
	float: right;
	font-size: 18px;
	opacity: 0.6;
}

.ppb_blog_random .title_bar .random_refresh:hover
{
	opacity: 1;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper
{
	height: 500px;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin: 0;
}

.ppb_blog_grid_with_posts.ppb_blog_video .two_third.div_wrapper, .ppb_blog_grid_with_posts.ppb_blog_video .one_third.last
{
	height: auto;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .video-container
{
	margin: 0 !important;
}

.ppb_blog_grid_with_posts.ppb_blog_video .two_third.div_wrapper:after
{
	display: none;
}

.ppb_blog_grid_with_posts.ppb_blog_video .two_third.div_wrapper .post_filter_loading
{
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
}

.ppb_blog_grid_with_posts.ppb_blog_video .two_third.div_wrapper .post_filter_loading
{
	margin-top: 50px;
}

.ppb_blog_grid_with_posts.ppb_blog_video .two_third.div_wrapper .post_filter_loading.active
{
	display: block;
}

.ppb_blog_grid_with_posts .one_third.last
{
	height: 500px;
	overflow-y: auto;
	margin-bottom: 0;
}

.ppb_blog_grid_with_posts .one_third.last h5
{
	font-size: 15px;
	line-height: 1.4;
}

.ppb_blog_grid_with_posts .one_third.last .post_img
{
	margin-bottom: 10px;
}

.ppb_blog_grid_with_posts .one_third.last .post_img .now_playing
{
	height: 20px;
	line-height: 21px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000;
}

.ppb_blog_grid_with_posts .one_third.last .post_img .now_playing.hide
{
	display: none;
}

.ppb_blog_grid_with_posts .one_third.last .post.type-post
{
	margin-bottom: 15px;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper:after
{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(56%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.6)),to(rgba(0,0,0,0.59)));
    background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.59) 100%);
    background-image: linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.59) 100%);
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .post_header
{
	float: none;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px 20px 20px;
	z-index: 2;
	color: #fff;
	box-sizing: border-box;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .post_info_date, .ppb_blog_grid_with_posts .two_third.div_wrapper .post_info_author
{
	margin: 0;
	color: #fff;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .post_header a
{
	color: #fff;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .post_header h2
{
	font-size: 28px;
	line-height: 1.3;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .post_header .post_detail.post_date
{
	margin: 0;
	margin-bottom: 5px;
}

.ppb_blog_grid_with_posts .two_third.div_wrapper .post_info_author
{
    margin-right: 7px;
}

.ppb_blog_carousel ul.slides li
{
	margin-right: 30px;
}

.ppb_blog_carousel ul.slides li .post_header h5
{
	font-size: 15px;
	line-height: 1.5;
}

.ppb_blog_carousel ul.slides li .post_header
{
	margin-bottom: 0;
}

.Grand_News_Category ul li
{
	margin: 5px 0 5px 0 !important;
	float: left;
	width: 100%;
}

.Grand_News_Category ul li .category_title
{
	display: block;
	float: left;
}

.Grand_News_Category ul li .category_count
{
	float: right;
	text-align: center;
	border-radius: 50px;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	background: #08a100;
	color: #fff;
	min-width: 22px;
}

.horizontal_gallery
{
	overflow-x: scroll;
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
}

.horizontal_gallery table
{
	margin: 0;
}

.horizontal_gallery_wrapper tbody tr td
{
	display:table-cell;
	vertical-align: middle;
	padding: 5px;
	padding-top: 0;
	padding-bottom: 0;
	border: 0 !important;
}

.horizontal_gallery_wrapper tbody tr td:last-child
{
	padding-right: 0;
}

.horizontal_gallery_wrapper tbody tr td:first-child
{
	padding-left: 0;
}

.horizontal_gallery_wrapper tbody tr td img.horizontal_gallery_img
{
	max-height: 450px;
	width: auto;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper
{
	position: relative;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper:after
{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 7px;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(56%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.6)),to(rgba(0,0,0,0.59)));
    background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.59) 100%);
    background-image: linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.59) 100%);
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_header
{
	float: none;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px 25px 20px;
	z-index: 2;
	color: #fff;
	box-sizing: border-box;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_header a
{
	color: #fff;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_header h2
{
	font-size: 24px;
	line-height: 1.3;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_header .post_detail.post_date
{
	margin: 0;
	margin-bottom: 5px;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_info_date, .horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_info_author
{
	margin: 0;
	color: #fff;
}

.horizontal_gallery_wrapper tbody tr td .gallery_image_wrapper .post_info_author
{
	margin-right: 5px;
}

.ppb_header_video:after
{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(56%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.6)),to(rgba(0,0,0,0.59)));
    background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.59) 100%);
    background-image: linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.59) 100%);
}

.ppb_header_video .background_title_wrapper
{
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 3;
}

.ppb_header_video .background_title_wrapper .title_content
{
	float: left;
    width: 70%;
}

.ppb_header_video .background_title_wrapper .button_link
{
	float: right;
    width: 30%;
    text-align: right;
    position: relative;
    top: 20px;
}

/*------------------------------------------------------------------
[11. Contact Form Captcha]
*/

#captcha-wrap
{
	border:solid #870500 1px;
	width:270px;
	-webkit-border-radius: 10px;
	float:left;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#870500;
	text-align:left;
	padding:3px;
	margin-top:3px;
	height:112px;
}
#captcha-wrap .captcha-box
{
	-webkit-border-radius: 7px;
	background:#fff;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align:center;
	border:solid #fff 1px;
}
#captcha-wrap .text-box
{
	-webkit-border-radius: 7px;
	background:#ffdc73;
	-moz-border-radius: 7px;
	width:140px;
	height:48px;
	float:left;
	margin:4px;
	border-radius: 7px;
	text-align:center;
	border:solid #ffdc73 1px;
}

#captcha-wrap .text-box input
{
	width:120px;
	-webkit-appearance: textfield;
	padding: 1px;
	background-color: white;
	border-image: initial;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
	float: none;
	margin: 0;
}
#captcha-wrap .text-box label
{
	 color:#333;
	 font-family: helvetica,sans-serif;
	 font-size:11px;
	 width:140px;
	 padding-top:3px;
	 padding-bottom:3px;
	 margin: 0;
	 font-weight: normal;
	 text-transform: none;
}
#captcha-wrap .captcha-action
{
	float:right; width:117px;
	background:url(../images/logos.jpg) top right no-repeat;
	height:44px; margin-top:3px;
}
#captcha-wrap  img#captcha-refresh
{
	margin-top:9px;
	border:solid #333333 1px;
	margin-right:6px;
	cursor:pointer;
}

#reponse_msg ul:empty
{
	margin: 0;
}

#reponse_msg ul
{
	margin-left: 20px;
}

#reponse_msg ul li:last-child
{
	margin-bottom: 20px;
}

#reponse_msg ul li.error
{
	color: #ff0000;
}

.mejs-container
{
	background: #333 !important;
	width: 100% !important;
}

.mejs-container:hover
{
	background: transparent !important;
	color: #000 !important;
}

.one_half img, .one_third img, .one_fourth img, .one_fifth img, .two_third img
{
	max-width: 100% !important;
	height: auto;
}

.animated
{
	visibility: hidden;
}

.fancybox-inner div
{
	max-width: 100% !important;
	height: auto !important;
}

.video-container
{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
    margin: 20px 0 20px 0;
}

.video-container iframe, .video-container object, .video-container embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mejs-overlay-button
{
	display:block;
	z-index: 99999;
}

.slider_wrapper
{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.slider_wrapper.fixed_width
{
	width: 960px;
    margin: auto;
}

.slider_wrapper.fixed_width .flex-direction-nav .flex-prev
{
	left: 30px;
}

.slider_wrapper.fixed_width .flex-direction-nav .flex-next
{
	right: 30px;
}

.slider_wrapper.fixed_width:hover .flex-direction-nav .flex-prev
{
	left: 110px;
}

.slider_wrapper.fixed_width:hover .flex-direction-nav .flex-next
{
	right: 110px;
}

.post_wrapper.grid_layout .slider_wrapper
{
	min-height: 190px;
	margin-bottom: 15px;
}

.ads_label
{
	font-size: 10px;
	text-align: center;
	margin-bottom: 10px;
	color: #999;
}

.social_share_counter
{
	float: left;
}

#social_share_button_wrapper
{
	float: right;
}

.social_share_counter
{
	text-align: center;
	margin-bottom: 15px;
	margin-right: 15px;
}

.post_share_center .social_share_counter
{
	margin-bottom: 0;
}

.social_share_counter_label
{
	text-transform: uppercase;
	opacity: 0.5;
}

.social_share_counter_number
{
	font-size: 50px;
	font-weight: 600;
	color: #da0081;
	line-height: 38px;
}

.social_share_button_wrapper ul
{
	list-style: none;
	display: inline-block;
	margin-left: 0 !important;
	margin-bottom: 30px;
}

.social_share_button_wrapper ul li
{
	display: inline-block;
	margin-right: 5px;
}

.social_share_button_wrapper ul li a
{
	display: block;
	padding: 0 25px 0 25px;
	line-height: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
}

.social_share_button_wrapper ul li a.email_share
{
	background: #1980be;
}

.social_share_button_wrapper ul li a.facebook_share
{
	background: #455fa1;
}

.social_share_button_wrapper ul li a.facebook_share i, .social_share_button_wrapper ul li a.twitter_share i
{
	margin-right: 7px;
}

.social_share_button_wrapper ul li a.twitter_share
{
	background: #58abf5;
}

.social_share_button_wrapper ul li a.pinterest_share
{
	background: #cd1d1f;
}

.social_share_button_wrapper ul li a.google_share
{
	background: #eb4026;
}

.tg_post_slide_title
{
	width: 50%;
	float: left;
}

.tg_post_slide_direction
{
	width: 50%;
	float: right;
	text-align: right;
}

.tg_post_slide_direction .button
{
	background: #111;
	border-color: #111;
	margin-left: 5px;
	font-weight: 600;
	font-size: 12px;
}

.post_pagination_divider
{
	margin-top: 20px;
}

.post_pagination
{
	width: 100%;
	text-align: center;
	margin: 2px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #e1e1e1;
	font-weight: 600;
}

.post_pagination a, .post_pagination a:hover, .post_pagination a:active
{
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
	margin: 0 10px 0 10px;
}

.page_tagline
{
	margin-top: 30px;
}

body.single .post-views
{
	display: none;
}

.ppb_blog_fullwidth_slider a
{
	display: block;
}

/*
	12. Grid Rotator Plugin
*/

.ri-grid{
	margin: auto;
	position: relative;
	max-height: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	overflow: hidden;
}

.ri-grid.visible
{
	max-height: 100%;
}

.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
	content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
	width: 0;
	height: 0;
	border: 2px solid #fff;
	border-bottom: 4px solid #fff;
	box-sizing: border-box;
}

.ri-grid ul li a{
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
	width: 55%;
}
.ri-grid-size-2{
	width: 100%;
}
.ri-grid-size-3{
	width: 100%;
	margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after{
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
	display: none;
}

.ri-loading-image{
	display: none;
}

.ri-grid-loading .ri-loading-image{
	position: relative;
	left: 100%;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	display: block;
	text-align: center;
}

/*------------------------------------------------------------------
[13. Woocommerce Elements]
*/

h1.page-title
{
	display: none;
}

#page_content_wrapper .inner .sidebar_content ul.products
{
	margin: 0;
	padding-top: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
	width: 30.99%;
	margin-right: 3.5%;
	overflow: hidden;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last
{
	margin-right: 0;
}

.woocommerce .woocommerce-ordering select, .woocommerce .woocommerce-result-count
{
	display: none;
}

.woocommerce ul.products li.product h3
{
	font-size: 1em;
}

.woocommerce ul.products li.product .price
{
	color: #444;
	font-size: 1.3em;
	font-weight: bold;
}

.woocommerce ul.products li.product .button
{
	background: transparent;
	padding: 0;
	text-transform: none;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: 400;
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty
{
	outline: 0;
	border: 1px solid #e1e1e1 !important;
	height: 31px;
}

.woocommerce-page div.product form.cart .button
{
	width: auto !important;
	margin-left: 5px;
	letter-spacing: 1px !important;
	padding: .5em 1.5em .5em 1.5em !important;
	border: 1px solid #e1e1e1 !important;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img
{
	box-shadow: 0px 0px 0px black !important;
	width: 100% !important;
	text-align: center !important;
	margin: auto !important;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title, .woocommerce-page ul.products li.product h2.woocommerce-loop-product__title
{
	font-size: 18px !important;
	margin-top: 5px !important;
	line-height: 1.3;
	padding-bottom: 0;
	text-align: center;
}

.woocommerce div.product div.images figure, .woocommerce div.product div.summary figure
{
	margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2)
{
	padding: 5px;
	box-sizing: border-box;
	margin-top: 5px;
}

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del
{
	font-size: 0.9em !important;
}

.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins, .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price
{
	text-decoration: none !important;
	font-size: 16px !important;
	color: #cfa670;
}

.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li ins
{
	text-decoration: none;
	font-weight: bold;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart
{
	display: none !important;
}

.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img
{
	box-shadow: 0px 0px 0px black !important;
	-webkit-box-shadow: 0px 0px 0px black !important;
	-moz-box-shadow: 0px 0px 0px black !important;
	width: 45px;
	height: auto;
}

.woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img
{
	box-shadow: 0px 0px 0px black !important;
	-webkit-box-shadow: 0px 0px 0px black !important;
	-moz-box-shadow: 0px 0px 0px black !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs
{
	margin-left: 0 !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h1
{
	font-size: 30px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h2
{
	font-size: 18px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h3
{
	font-size: 16px !important;
	padding-bottom: 0;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h4
{
	font-size: 14px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h5
{
	font-size: 13px !important;
}

.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h6
{
	font-size: 12px !important;
}

.woocommerce div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a
{
	margin-bottom: 3.8%;
}

div[itemprop="description"]
{
	margin: 5px 0 10px 0;
	padding-left: 0 !important;
}

div[itemprop="description"].review-desc
{
	padding-left: 15px !important;
}

.review-summary
{
	display: none !important;
}

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
	font-size: 14px !important;
	color: #222;
	padding-top: 10px !important;
}

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
	border: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range
{
	background: #444 !important;
	box-shadow: inset 0 0 0 0 rgba(0,0,0,0.5) !important;
	-webkit-box-shadow: inset 0 0 0 0 rgba(204, 204, 204, 0.5) !important;
	-moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.5) !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle
{
	border: 1px solid #444 !important;
	background: #fff !important;
	box-shadow: inset 0 0 0 4px #fff;
}

.woocommerce #page_content_wrapper a.button, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover
{
	text-transform: uppercase !important;
	border: 0 !important;
	padding: 0 !important;
	letter-spacing: 2px !important;
	font-weight: 400 !important;
	position: relative !important;
	background: transparent !important;
	margin-top: 0;
	opacity: 1;
	font-size: 12px !important;
	display: block;
	margin: auto;
}

.woocommerce #page_content_wrapper a.button:hover, .woocommerce-page #page_content_wrapper a.button:hover, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover
{
	opacity: 1;
}

.woocommerce.columns-4 ul.products li.product a.add_to_cart_button
{
	color: #222 !important;
	font-size: 100% !important;
}

.woocommerce #page_content_wrapper a.button:before, .woocommerce-page #page_content_wrapper a.button:before, .woocommerce .products a.button:before
{
	position: absolute;
	margin-left: -20px;
	color: inherit;
	font-family: "FontAwesome";
	content: '\f07a';
}

.woocommerce #page_content_wrapper a.button.product_type_variable:before, .woocommerce-page #page_content_wrapper a.button.product_type_variable:before
{
	content: '\f03a';
}

.woocommerce ul.products li.product:hover a.add_to_cart_button, .woocommerce-page ul.products li.product:hover
{
	border-color: #777 !important;
}

.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button
{
	opacity: 1 !important;
}

.woocommerce .widget_shopping_cart .widget_shopping_cart_content a.button, .woocommerce table.cart td.actions .button.alt.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce table.cart td.actions .button.alt
{
	background: #444 !important;
	color: #fff !important;
	text-shadow: none !important;
	border-color: #444 !important;
	font-weight: normal !important;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a
{
	font-weight: normal !important;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img
{
	width: 70px !important;
	float: left !important;
	margin-right: 15px !important;
	margin-left: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist
{
	margin-top: 20px !important;
}

.cart-collaterals .cart_totals table {
	width: 100% !important;
}

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove
{
	color: #999 !important;
}

.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover
{
	color: #fff !important;
}

body[data-shop=three_cols].woocommerce ul.products li.product, body[data-shop=three_cols].woocommerce-page ul.products li.product
{
	width: 31.2% !important;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last
{
	margin-right: 0 !important;
}

body.woocommerce .page-title
{
	display: none;
}

.woocommerce-page div.product div.images div.thumbnails
{
	display: none;
}

p.price
{
	padding-top: 0 !important;
	margin-top: -10px !important;
}

p.price ins span.amount, p.price span.amount, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price
{
	font-weight: bold;
	font-size: 24px;
	color: #cfa670;
}

p.price del span.amount
{
	color: #ccc !important;
	font-size: 16px;
}

span.price del span.amount
{
	font-size: 13px;
}

#tab-description h2, .woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2
{
	font-size: 18px;
}

.checkout h3
{
	font-size: 18px;
	margin: 15px 0 15px 0;
}

.related.products h2, .cart_totals h2, .shipping_calcuLator h2, .upsells.products h2, .cross-sells h2
{
	font-size: 22px;
	margin-bottom: 15px;
}

.cart_totals h2
{
	display: none;
}

.shipping_calcuLator h2
{
	text-align: left;
}

.related.products
{
	margin-top: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before
{
	border: 0;
	box-shadow: 0 0 0;
	border-radius: 0px !important;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before
{
	border: 0;
	box-shadow: 0 0 0;
	border-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel
{
	border: 1px solid #e1e1e1;
	padding: 25px;
	box-sizing: border-box;
	background: transparent;
}

.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li
{
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li
{
	background: transparent !important;
	box-shadow: none !important;
	visibility: visible !important;
	border: 1px solid #e1e1e1;
	border-bottom: 0 !important;
	border-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-child
{
	margin-left: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a
{
	padding: 10px 30px 9px 30px !important;
	font-weight: normal !important;
	font-size: 14px !important;
	text-shadow: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active
{
	background: transparent !important;
	color: #222 !important;
	border-radius: 0px !important;
	height: auto !important;
	padding: 0 !important;
	border: 1px solid #e1e1e1;
	border-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a
{
	color: #222;
	font-weight: bold !important;
	border-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs
{
	padding-left: 0 !important;
}

.widget_shopping_cart_content a.button
{
	margin-right: 5px !important;
}

.woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price
{
	font-size: 1.5em !important;
}

.woocommerce-page div.product p.price ins
{
	text-decoration: none !important;
}

.product_meta > span
{
	clear: both;
	display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after
{
	border: 0 !important;
	box-shadow: 0 0 0;
	display: none;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info
{
	box-shadow: 0 0 0 #222 !important;
	border-radius: 0 !important;
}

.woocommerce .reviews_tab
{
	border-left: 0 !important;
}

.woocommerce-message
{
	background: #23B064 !important;
	border-color: #23B064 !important;
	color: #fff !important;
	text-shadow: none !important;
	padding: 1.3em 1.2em 1.1em 3.2em !important;
}

.woocommerce-info
{
	background: #4db2ec !important;
	border-color: #4db2ec !important;
	color: #fff !important;
	text-shadow: none !important;
	padding: 1.3em 1.2em 1.1em 3.2em !important;
}

.woocommerce-error
{
	background: #e62c22 !important;
	border-color: #e62c22 !important;
	color: #fff !important;
	text-shadow: none !important;
	padding: 1.3em 1.2em 1.1em 3.2em !important;
}

.woocommerce-info a, .woocommerce-message a, .woocommerce-error a
{
	color: #fff !important;
}

.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before
{
	box-shadow: none !important;
	top: 0.4em !important;
	background: #23B064 !important;
}

.woocommerce-info:before
{
	background: #4db2ec !important;
}

.woocommerce-error:before
{
	background: #e62c22 !important;
}

.woocommerce .woocommerce-message a.button
{
	display: none;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals, #order_review
{
	margin-bottom: 0;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th
{
	text-align: left;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table
{
	border-bottom: 0;
}

.post_carousel.flexslider .slides > li
{
	margin-right: 20px;
}

.woocommerce-page .products .star-rating
{
	float: right;
	margin-top: 5px;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price
{
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
}

.woocommerce #content nav.woocommerce-pagination, .woocommerce nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination
{
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

.woocommerce #content nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li
{
	border: 0;
}

.woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li
{
	height: 30px;
	width: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	color: #888;
	background: #fff;
	border: 1px solid #e1e1e1;
	margin-right: 10px;
	overflow: hidden;
}

.woocommerce-page nav.woocommerce-pagination ul li a
{
	color: #888;
	line-height: 1.3em;
}

.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:active
{
	border-color: #e1e1e1;
	background: #fcfcfc;
	color: #222 !important;
	font-weight: bold;
	line-height: 1.3em;
}

.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers
{
	margin-left: 0 !important;
}

.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a
{
	text-align: center;
}

.price_slider_wrapper
{
	margin-top: 30px;
}

.woocommerce-page ul.product_list_widget li .star-rating
{
	display: none;
}

.woocommerce-page ul.product_list_widget li .amount
{
	font-weight: 600;
	color: #444;
}

.woocommerce-page ul.product_list_widget li del .amount
{
	color: #ccc;
}

.woocommerce-page .price_label
{
	font-weight: 600;
}

.woocommerce-page ul.product_list_widget li ins
{
	background: transparent;
}

.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button
{
	float: left !important;
}

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

.woocommerce #content div.product, .woocommerce div.product, .woocommerce-page #content div.product, .woocommerce-page div.product
{
	clear: both;
}

.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating
{
	float: right;
}

.woocommerce-review-link
{
	color: #222 !important;
}

.woocommerce-page div.product form.cart
{
	margin-top: 2em;
}

.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:after, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-message:before
{
	display: block;
	clear: none;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img
{
	width: 70px;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th
{
	font-size: 14px;
	padding: 12px 12px 10px 12px;
}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before
{
	line-height: 1.9em;
	color: #fff;
}

.woocommerce .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after, .woocommerce-page .cart-collaterals .shipping_calcuLator .shipping-calcuLator-button:after, .wc-forward a:after, .wc-forward:after
{
	display: none;
}

#page_content_wrapper .inner .sidebar_content ul.products
{
	margin-left: 0 !important;
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td
{
	border-top: 0;
	padding: 15px 12px;
}

.shipping-calcuLator-button
{
	color: #222;
}

.product-subtotal .amount
{
	color: #222;
	font-weight: 600;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calcuLator, .woocommerce-page .cart-collaterals .shipping_calcuLator
{
	width: 100%;
	float: none;
}

.woocommerce .cart-collaterals .shipping_calcuLator, .woocommerce-page .cart-collaterals .shipping_calcuLator
{
	margin-top: 10px;
}

.woocommerce-page table.cart th, table.shop_table thead tr th
{
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	color: #222;
	font-weight: 600;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table
{
	border-radius: 0 !important;
	border-bottom: 1px solid #e1e1e1;
}

.woocommerce table.shop_table.cart, .woocommerce-page table.shop_table.cart
{
	border: 0;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions
{
	border-bottom: 0 !important;
	padding-top: 40px;
}

.woocommerce table.cart td.actions .coupon .input-text#coupon_code
{
	width: 200px;
	padding: 12px 10px 8px 10px;
	border-radius: 0;
	box-shadow: 0 0 0 0;
	margin-right: 10px;
}

.woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th
{
	border-bottom: 0;
}

.woocommerce-page #payment ul.payment_methods label
{
	display: inline-block;
	clear: none;
	width: auto;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box
{
	margin-top: 0;
}

.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods
{
	border-bottom: 0;
}

.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row
{
	border-top: 0;
}

.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before
{
	color: #444;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta
{
	font-size: 1em;
}

strong[itemprop="author"]
{
	font-size: 1em;
	font-weight: 600;
	color: #222;
	font-weight: 600 !important;
	text-transform: uppercase;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box
{
	background: #fff !important;
	box-shadow: 0 0 0 0;
}

.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after
{
	display: none !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text
{
	border: 0 !important;
	border-bottom: 1px solid #e1e1e1 !important;
	padding: 0;
}

.woocommerce ul.products li.product a .star-rating, .woocommerce-page ul.products li.product a .star-rating
{
	display: none !important;
}

.woocommerce #review_form #respond
{
	width: 100%;
}

.woocommerce #reviews h3
{
	text-align: left;
}

h1.product_title
{
	font-size: 32px;
	line-height: 1.3;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove
{
	display: none;
}

.woocommerce-cart .wc-proceed-to-checkout
{
	padding: 2em 0;
}

.woocommerce-page div.product form.cart .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt
{
	border-radius: 0 !important;
}

.return-to-shop .wc-backward
{
	padding-left: 35px !important;
}

.return-to-shop
{
	padding: 0 0 2em 0 !important;
}

.woocommerce-checkout-payment
{
	margin-bottom: 4em !important;
}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before
{
	margin-top: 11px;
}

.woocommerce .top_bar.scroll .logo_wrapper img, .woocommerce-page .top_bar.scroll .logo_wrapper img
{
	max-width: 100%;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover
{
	background: #222;
}

.woocommerce .products .onsale, .woocommerce ul.products li.product .onsale
{
  	position: absolute;
  	top: 0;
  	right: 0;
  	left: auto;
  	width: 110px;
  	text-align: center;
  	color: #fff;
  	display: block;
  	margin: -40px -48px 0 0;
  	padding: 60px 0 4px;
  	font-weight: 700;
  	text-transform: uppercase;
  	z-index: 2;
  	-webkit-transform: rotate(45deg);
  	-moz-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	-o-transform: rotate(45deg);
  	transform: rotate(45deg);
  	border-radius: 0;
  	min-height: 0;
  	line-height: 30px;
  	background: #ff0000;
}

.woocommerce span.onsale
{
	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-ms-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	left: 10px;
  	top: 10px;
  	background: #ff0000;
  	border-radius: 0;
  	font-weight: 700;
  	text-transform: uppercase;
}

.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del
{
	display: inline-block;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
	font-weight: 400;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
	font-size: 13px;
	font-weight: 600;
	border-radius: 0;
}

.woocommerce .term-description
{
	display: none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table
{
	border: 0;
}

.product_price
{
	margin-top: 5px;
}

.product_price .amount
{
	font-size: 1.2em;
}

.product_price ins
{
	text-decoration: none;
	font-weight: 600;
}

.woocommerce.single-product #page_caption
{
	display: none;
}

.woocommerce.single-product #page_caption.hasbg
{
	display: block;
}

.woocommerce #page_content_wrapper .inner .inner_wrapper
{
	margin-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button
{
	font-size: 1.1em;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
	padding: .88em 1em;
}

#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 #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #da0081;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

.wp-review-point-type .review-result, .wp-review-percentage-type .review-result, .review-total-point .review-result
{
	z-index: 8;
}

.textwidget.custom-html-widget > img {
	max-width: 100%!important;
}
#page_content_wrapper .inner .sidebar_wrapper a:hover, #page_content_wrapper .inner .sidebar_wrapper a:active, .page_content_wrapper .inner .sidebar_wrapper a:hover, .page_content_wrapper .inner .sidebar_wrapper a:active {
	color: #afcb33 !important;
}
.category li{
	line-height: 1.5;
}
@media (min-width: 1024px) {
	.homeRight {
		z-index: 5;
		transition: all .3s ease;
		top: 0px;
	}
	.homeRight.is_stuck {
		/* top: -390px!important;
		position: fixed!important; */
	}

	.sideBarRight {
		width: 50%;
		padding-top: 33px!important;
	}
	.sideBarLeft {
		width: 50%;
	}
	.sideBarLeft .category{
		padding-top: 0;
	}
}
@media (min-width: 1200px) {
	.homeRight {
		z-index: 5;
		transition: all .3s ease;
		top: 0px;
	}
	.homeRight.is_stuck {
		/* top: -405px!important;
		position: fixed!important; */
	}

	.sideBarRight {
		width: 50%;
		padding-top: 33px!important;
	}
	.sideBarLeft {
		width: 50%;
	}
	.sideBarLeft .category{
		padding-top: 0;
	}
}
.sideBarRight img{
	margin-bottom: 5px;
}
.sideBarRight img:last-child {
	margin-bottom: 0;
}


@media (min-width: 1024px) {
	.textwidget.custom-html-widget {
		display: flex;
		flex-wrap: wrap;
	}
	.textwidget.custom-html-widget  .sideBarRight {
		order: 4;
		width: 40%;
	}
}
@media (min-width: 1024px) {
	.textwidget.custom-html-widget  .sideBarLeft {
		float: left;
		width: 60%;
		text-align: left;
		order: 3;
	}
	
}

.textwidget img {
	width: auto!important;
	display: block;
}
@media (min-width: 1024px) {
	.textwidget img {
		width: 100%!important;
	}
}

@media (min-width: 768px) {
	.homeLeft {
		width: 62%!important;
	}
}
.textwidget.custom-html-widget > div {
	width: 100%;
}
#page_content_wrapper .sidebar .content .sidebar_widget li, .page_content_wrapper .sidebar .content .sidebar_widget li {
	float: none;
}

.ppb_wrapper .one {
	float: none!important;
}
.standard_wrapper .inner {
	display: flex!important;
}
.homeLeft-post {
	float: none!important;
}