/*
Theme Name: NewMagz
Theme URI: http://themeforest.net/user/ThemeWarriors/portfolio
Description: Responsive Blogging/Magazine Theme
Author: ThemeWarrior
Author URI: http://www.themewarrior.com
Version: 1.0.1
License: GPL
License URI: license.txt
Tags: white, light, one-column, two-columns, right-sidebar, responsive-layout, custom-menu, featured-images, translation-ready
*/
/**
 * Table of Contents:
 *
 * 1.0 - Imported Styles
 * 2.0 - Common Styles
 *   2.1 - Heading
 * 3.0 - Main Layout
 * 4.0 - Header Layout
 *   4.1 - Logo
 *   4.2 - Menu Navigations
 *   4.3 - Slideshow
 * 4.0 - Main Layout
 * 5.0 - Articles
 *   5.1 - Common
 *   5.3 - Comments
 *   5.4 - Gallery
 *   5.5 - History Timeline
 * 6.0 - Widgets
 *   6.1 - Commons
 *   6.2 - About Author Widget
 *   6.3 - Search Widget
 *   6.4 - Popular Posts Widget
 *   6.5 - Category Widget
 *   6.6 - Tags Cloud
 *   6.7 - Instagram Feeds Widget
 *   6.8 - Article Widget
 * 7.0 - Forms
 * 8.0 - Footer
 * 9.0 - Standard WordPress Styles
 * ----------------------------------------------------------------------------
 */
/* -----------------------------------
    1.0 - Imported Styles
-----------------------------------*/
/* -----------------------------------
    2.0 - Common Styles
-----------------------------------*/
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.single-post img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

.single-post .entry-content img {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
}



body {
    background: #fff;
    font: 14px/160% 'Lato', Georgia, serif;
    color: #343434;
}
input,
textarea { font: 14px/180% 'Lato', Georgia, serif; -webkit-appearance: none; }
input[type="submit"],
button {
    font: 14px/180% 'Lora', Georgia, serif;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 28px !important;
    border: none;
    -webkit-appearance: none;
}
a:link { text-decoration: none }
a:hover { text-decoration: none !important }
p {
    margin-bottom: 20px;
}
ul,
ol {
    margin: 0 24px 30px 24px;
    padding: 0;
}
ul li {
    list-style: disc;
    margin-bottom: 4px;
}
ol li {
    list-style: decimal;
    margin-bottom: 4px;
}
blockquote {
    color: #9e9e9e;
    margin: 30px 7%;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}
address { margin-bottom: 20px }
blockquote:before,
blockquote:after,
q:before,
q:after { content: "" }
pre,
code {
    font: .9em/120% 'Courier New', Courier, monospace;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 30px 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
th { text-align: left }
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td { border-top: 0 }
table > tbody + tbody { border-top: 2px solid #dddddd }
img,
embed,
iframe,
object,
video { max-width: 100%; }
img { /* height: auto; */ display: block; }
/*.single-post article ul,
.single-post article ol {
    margin: 0 24px 30px 24px;
    padding: 0;
}
.single-post article ul li {
    list-style: disc;
    margin-bottom: 4px;
}
.single-post article ol li {
    list-style: decimal;
    margin-bottom: 4px;
}*/
::selection {
    background-color: #f66767;
    color: #fff;
}
.clear {
    float: left;
    clear: both;
    width: 100%;
}
.clearfix { *zoom: 1 }
.clearfix:before,
.clearfix:after,
article.hentry:after,
.row:after {
    display: table;
    content: "";
    width: 100%;
}
.clearfix:after { clear: both }
.clearfix {
    width: 100%;
    clear: both;
}
.thumbnail { position: relative }
.thumbnail img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    vertical-align: top;
    display: block;
}
.video-holder iframe,
.map-holder iframe {
    width: 100% !important ;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
}
.tablecell {
    display: table-cell;
    vertical-align: middle;
}
.container {
    width: 95%;
    max-width: 1180px;
    margin: 0 auto;
}
.map iframe {
    width: 100% !important;
}
.post-title {
    font-weight: 700;
}
/**
 * 2.1 Heading
 * ----------------------------------------------------------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 20px;
    font-family: Merriweather;
    font-weight: 700;
    font-style: normal;
    color: #000000;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.17em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; margin-bottom: 10px; }
h2.archive-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.single-post article h1,
.single-post article h2,
.single-post article h3,
.single-post article h4,
.single-post article h5,
.single-post article h6 {
    font-weight: bold;
    color: #000;
}
article.hentry h1,
article.hentry h2,
article.hentry h3,
article.hentry h4,
article.hentry h5,
article.hentry h6 {
    line-height: 130%;
    color: #000;
}
article.hentry h1.post-title
h1.page-title {
    margin-bottom: 30px;
}
h4.widget-title {
    position: relative;
    font-weight: normal;
    margin-bottom: 20px;
}
.page-title h1 {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 10px;
}
#maincontent h4.widget-title {
    margin-bottom: 30px;
}
h4.widget-title:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}
h4.widget-title span {
    background: #fff;
    padding-right: 20px;
}
/* -----------------------------------
    3.0 - Main Layout
-----------------------------------*/
#maincontent {
    padding-top: 10px;
}
body.home #maincontent,
body.page-template-page-home #maincontent {
    padding-top: 0;
}
#maincontent a:hover {
    color: #c51818;
}
.postid-1191 #maincontent .wp-block-quote a,
.postid-1191 #maincontent ol a{
    color: blue;
    text-decoration: underline;
}
#maincontent a {
    color: #000000;
}
#maincontent .post-category a:hover,
#footer-widgets .post-category a:hover,
#maincontent .post-category a,
#footer-widgets .post-category a {
    color: #e65100;
}
#scroll-top {
    color: #fff;
    background-color: #434343;
    font-size: 16px;
    position: fixed;
    right: 15px;
    bottom: 34px;
    z-index: 999;
    padding: 4px 10px;
    display: none;
    -webkit-transform: translate3d(0,0,0);
    transition: all 0.4s ease-in-out;
}
.home #maincontent,
.page-template-page-contact-php #maincontent {
    float: left;
    clear: both;
    width: 100%;
    padding: 0 0 40px 0;
}
.blog #maincontent {
    padding: 60px 0 60px 0 !important;
}
#primary {
    float: left;
    width: 66.66666%;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    padding: 0 15px;
    margin-left: -15px;
}
#primary.full-width {
    width: 100%;
    margin-right: 0;
}
#secondary-content {
    float: left;
    width: 33.333333%;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.rightcontent{ width: 28% !important; }
.leftcontent{ width: 70% !important; margin-right: 2%; }
.vc_vc_column .rightcontent { width: 100% !important; }
.vc_vc_column .leftcontent { width: 100% !important; }
.breadcrumbs {
    background: #cbcbcb;
    color: #4b4b4b;
    font: 12px/100% "Roboto", Helvetica, Arial, sasn-serif;
    font-weight: bold;
    font-style: italic !important;
    padding: 30px;
}
.breadcrumbs ul li {
    display: inline-block;
}
.breadcrumbs ul li span {
    padding-right: 10px;
}
.breadcrumbs ul li span:hover a {
    color: #000;
}
.contact-layout .contact-info {
    float: left;
    width: 50%;
}
.contact-info p { margin-bottom: 2em; }
.contact-info p.contact-list { margin-bottom: 0; }
#contact h2 {
    font-size: 32px;
    line-height: 180%;
}
#contact .wpb_gmaps_widget { margin-bottom: 28px; }
.contact-layout .contact-form {
    float: right;
    width: 40%;
}
form.block-form {
    width: 100%;
}
.form-group {
    float: left;
    margin-bottom: 10px;
    position: relative;
}
.form-submit.form-group {
    float: none;
}
.form-submit.form-group [type="submit"]{
    max-width: 114.14px;
    display: block;
    clear: both;
}

.form-group.col-60 {
    width: 60%;
}
.form-group.col-100 {
    width: 100%;
}
.form-group label span {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inset 1px 1px 5px #eee;
    -moz-box-shadow: inset 1px 1px 5px #eee;
    -webkit-box-shadow: inset 1px 1px 5px #eee;
    color: #000!important;
}
.form-group textarea {
    min-height: 150px;
}
#commentform .form-group{
	float:none;
}
/* -----------------------------------
    4.0 - Header
-----------------------------------*/
/**
 * 4.1 Header
 * ----------------------------------------------------------------------------
 */
header#masthead {
    background: #ffffff;
}
#top-header .container {
}
#top-header {
    text-align: right;
    color: #9e9e9e;
    text-transform: uppercase;
    font: 11px/150% "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #212121;
}
.current-date {
    float: left;
    padding: 15px 0;
}
/**
* 4.2 Menu Navigations
* ----------------------------------------------------------------------------
*/
.site-navigation ul {
    margin: 0;
}
.site-navigation ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}
.site-navigation ul li.menu-item-has-children ul.sub-menu {
    position: absolute;
    display: none;
    width: 220px;
    top: 100%;
    background: #c51818;
    z-index: 11;
    padding: 0 !important;
    background-color: #646464;
}
.site-navigation > ul > li.menu-item-has-children:hover:before {
    content: '';
    width: 1px;
    height: 1px;
    border-style: solid;
    position: absolute;
    top: 43px;
    left: 50%;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #646464 transparent;
}
.site-navigation ul li.menu-item-has-children ul.sub-menu li {
    display: block;
    width: 100%;
    margin-bottom: 0;
}
nav#main-menu.site-navigation ul li.menu-item-has-children ul.sub-menu li a {
    display: block;
    padding: 10px 20px;
    text-transform: none;
    color: #ffffff;
}
nav#main-menu.site-navigation ul li.menu-item-has-children ul.sub-menu li:hover a {
    background: #c51818;
}
.site-navigation ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
}
nav#top-navigation.site-navigation ul li a {
    padding: 15px;
    display: inline-block;
    font-size: 11px;
}
nav#top-navigation.site-navigation ul.sub-menu li {
    margin: 0 !important;
}
nav#top-navigation.site-navigation ul.sub-menu li a {
    display: block;
    padding: 15px;
}
nav#top-navigation.site-navigation ul.sub-menu li a:hover {
    background: #c51818;
}
nav#top-navigation.site-navigation ul li:hover a {
    color: #fff;
}
nav#top-navigation.site-navigation ul li:last-child:after {
    content: none;
}
nav#main-menu.site-navigation {
    float: right;
    padding: 43px 0;
}
.mobile-menu,
.mobile-top-menu,
.mobile-footer-menu {
    display: none;
}

.mobile-footer-menu {
    display: none !important;
}
nav#main-menu.site-navigation ul li a {
    font-family: Lato;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
}
nav#main-menu.site-navigation ul.main-menu > li:after {
    display: inline-block;
    content: '/';
    color: #999;
}
nav#main-menu.site-navigation ul.main-menu > li:last-child:after {
    content: none;
}
nav#main-menu.site-navigation > ul.main-menu > li:last-child a:after {
    content: '';
}
nav#main-menu.site-navigation ul li a .fa {
    margin-left: 10px;
}
nav#main-menu.site-navigation ul li:hover > a {
    color: #ccc;
}
nav#top-navigation.site-navigation ul.sub-menu {
    top: 50px;
    left: 0;
    width: 180px;
    text-align: left;
    margin-right: -50px;
}
nav#top-navigation.site-navigation ul.sub-menu li a {
    display: block;
}
.site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
    top: 0;
    left: 100%;
    background: #555;
    margin-bottom: 0;
}
nav#top-navigation.site-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
    right: 100%;
    margin-right: 0;
}
/**
* 4.3 Logo
* ----------------------------------------------------------------------------
*/
#logo {
    float: left;
    max-width: 250px;
    padding: 30px 0;
}
#logo a, #logo img {
    display: block;
}
/* -----------------------------------
    5.0 - Articles
-----------------------------------*/
/**
 * 5.1 Commons
 * ----------------------------------------------------------------------------
 */
.widget ul li .detail h3 {
    font-weight: 400;
}
.widget_categories ul li {
    margin: 0 0 2px 0;
    padding-left: 23px;
    font-size: 13px;
    position: relative;
}
.widget_categories ul li:before{
    display: inline-block;
    content: '\f07b';
    font-family: 'fontawesome';
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.widget_categories ul li {
    width: 45%;
    margin-right: 10%;
    float: left;
    list-style: none !important;
}
.widget_categories ul li:nth-child(2n+2),
.categories-widget ul li:nth-child(2n+2) {
    margin-right: 0;
}
.widget_categories ul li i.fa {
    margin-right: 15px;
}
.post-category,
#footer-widgets .post-category a {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    color: #c51818 !important;
    font-size: 10px;
    margin-bottom: 5px;
}
.post-category,#footer-widgets .post-category a {
    color: #c51818 !important;
}
.post-category .post-categories,
.post-category .post-categories li {
    list-style: none;
    margin: 0;
}
.single-post-header h3.post-title {
    font-size: 32px;
    text-overflow: inherit;
    overflow: inherit;
    white-space: inherit;
    margin: 0 0 30px 0;
}
#archive-page article.hentry.full-width-post.left-thumbnail h3.post-title {
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: inherit;
    white-space: inherit;
    margin-bottom: 5px;
}
.homepage-widget article.hentry h3,
#archive-page article.hentry.full-width-post.left-thumbnail h3.post-title {
    margin-bottom: 5px;
}
#maincontent article.hentry .format-icon,
#colofone article.hentry .format-icon {
    width: 50px;
    height: 50px;
    background-color: #e8c24f;
    color: #fff;
    padding: 15px 17px;
    position: absolute;
    left: 0;
    bottom: 0;
    vertical-align: middle;
    z-index: 9;
}
#maincontent article.hentry .format-icon:before,
#colofone article.hentry .format-icon:before {
    content: '\e01c';
    font-family: 'linecons';
    font-size: 20px;
    color: #fff;
    line-height: 23px;
    position: relative;
}
#maincontent article.format-video .format-icon:before,
body.term-post-format-video #maincontent h2.archive-title:before,
#colofone article.format-video .format-icon:before  {
    content: '\e005';
}
#maincontent article.format-audio .format-icon:before,
body.term-post-format-audio #maincontent h2.archive-title:before,
#colofone article.format-audio .format-icon:before {
    content: '\e022';
}
#maincontent article.format-image .format-icon:before,
body.term-post-format-image #maincontent h2.archive-title:before,
#colofone article.format-image .format-icon:before {
    content: '\e00b';
}
#maincontent article.format-gallery .format-icon:before,
body.term-post-format-gallery #maincontent h2.archive-title:before,
#colofone article.format-gallery .format-icon:before {
    content: '\e02b';
}
#maincontent article.format-status .format-icon:before,
body.term-post-format-status #maincontent h2.archive-title:before,
#colofone article.format-status .format-icon:before {
    content: '\e00f';
}
#maincontent article.format-link .format-icon:before,
body.term-post-format-link #maincontent h2.archive-title:before,
#colofone article.format-link .format-icon:before {
    content: '\e02f';
}
.entry-meta {
    margin-bottom: 20px;
}
.entry-meta, .entry-meta span, .entry-meta span a {
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 11px;
}
.entry-meta .author .avatar,
.entry-meta .author a {
    display: inline-block;
}
.entry-meta .author .avatar {
    width: 20px;
    margin: 1px 5px 0 0;
    border-radius: 50px;
    vertical-align: top;
}
.entry-meta span {
    margin-right: 15px;
    color: #000;
}
.entry-meta .fa {
    margin-right: 5px;
}
body.single .single-post-header .entry-meta,
body.single .single-post-header .entry-meta span,
body.single .single-post-header .entry-meta span a {
    font-size: 14px !important;
}
.single-post .single-post-header .entry-meta {
    border-top: 3px solid #ddd;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding: 10px 0;
}
.excerpt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.homepage-widget .entry-meta,
.related-post .entry-meta {
    margin: 5px 0 10px 0;
}`
.entry-meta span {
    font: 13px/100% "PT Serif", Georgia, serif;
    color: #777777;
    margin-right: 10px;
}
.slider-with-thumbnail .entry-meta span {
    color: #fff;
}
 article.hentry.square-thumb-post.two .thumbnail {
    float: left;
    width: 130px !important;
    height: 130px !important;
    margin-right: 20px;
    margin-bottom:  0;
 }
article.hentry.sticky {
    position: relative;
}
article.hentry.sticky:before {
    content: 'Sticky';
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    display: block;
    background-color: green;
    padding: 5px;
    z-index: 2;
    line-height: 10px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}
 article.hentry.full-width-post.left-thumbnail .thumbnail,
 article.hentry.full-width-post.left-thumbnail .entry-content {
    float: left;
    width: 50%;
}
  article.hentry.square-thumb-post .thumbnail {
    float: left;
    width: 130px;
    margin-right: 20px;
    margin-bottom:  0;
 }
article.hentry.square-thumb-post .entry-content {
    margin-left: 150px;
}
article.hentry.square-thumb-post {
    margin-bottom:  20px;
}
article.hentry.full-width-post .thumbnail,
.single-post .sidebar article.hentry.full-width-post .thumbnail,
.single-post .article-widget article.hentry.full-width-post .thumbnail {
   margin-bottom: 15px;
}
.single-post article.hentry.full-width-post .thumbnail {
    margin-bottom: 20px;
}
.single-post article.hentry .entry-content p {
    margin-bottom: 20px;
}
article.post-overlay {
    position: relative;
}
article.post-overlay .entry-content {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 20px 20px 0 20px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.slider-with-thumbnail article.post-overlay .entry-content{
    padding: 30px 30px 0 30px;
}
article.post-overlay .entry-content h3.post-title,
article.post-overlay .entry-content h3.post-title a {
    color: #fff !important;
    font-size: 13px;
}
article.post-overlay .entry-content h3.post-title {
}
.tags {
    margin: 50px 0;
}
.tags span {
    margin-right: 10px;
}
.tags span a {
    padding: 10px;
    background: #dcdcdc;
    line-height: 100%;
    font-size: 12px;
}
.tags span:hover a {
    background: #363636;
    color: #fff;
}
.slider-with-thumbnail article.post-overlay .entry-content h3.post-title {
    font-size: 24px;
}
article.post-overlay .entry-content .post-category {
    font-size: 10px;
}
/**
 * 5.2 Comments
 * ----------------------------------------------------------------------------
 */
.comments-list ul li:after,
.comment-form .form {
    display: table;
    content: "";
    width: 100%;
}
.author-wrapper .thumbnail,
.comments-list .thumbnail {
    float: left;
    width: 130px;
    height: 130px;
    margin-right: 20px;
    margin-bottom:  0;
 }
.comments-list ul li .thumbnail {
    width: 100px;
    height: 100px;
}
.about-author .detail,
.comments-list ul li .detail {
  /*  margin-left: 150px; */
}
.about-author .detail h5 {
    margin-bottom: 10px;
}
.comments-list ul li .detail .entry-meta {
    margin-bottom: 0;
}
.comments-list ul li {
    border-bottom: solid 1px #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.comments-list ul.children {
    margin-left: 150px;
}
.comment-form .form {
    max-width:  500px;
}
p.moderate {
    font-size: 12px;
    color: #9e9e9e;
}

/* -----------------------------------
    6.0 - Widgets
-----------------------------------*/
.widget ul,
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_rss ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    margin: 0 !important;
}
.widget ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_rss ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li {
    list-style: none;
    margin: 0 0 10px 0;
}
.widget_archive ul a,
.widget_categories ul a,
.widget_pages ul a,
.widget_rss ul a,
.widget_meta ul a,
.widget_nav_menu ul a,
.widget_recent_entries ul a {
    display: inline-block;
    width: 95%;
}
.sidebar-widget .widget-title {
    text-align: center;
}
/**
 * 6.1 Homepage Widget (Post Widget)
 * ----------------------------------------------------------------------------
 */
.homepage-widget {
    margin-bottom: 60px;
}
.row {
    width: 100%;
    overflow: hidden;
}
.row .column {
    float:  left;
    width: 100%;
    position: relative;
}
.row .column-2 {
    width: 50%;
}
.row .column-3 {
    width: 32%;
    margin-right: 2%;
}
.row .column-3:last-child {
  margin-right: 0;
}
.row .column-4 {
    width: 25%;

}

@media screen and (max-width: 1000px){
    .row .column-4:not(:first-of-type){
        margin-top: 30px;
    }
}


.row .column-4:first-child {
}
.row .column > .inner {
    padding-right: 20px;
}
.row .column-3 > .inner {
    padding-right: 10%;
}
.section-title {
    position: relative;
    margin-bottom: 30px;
}
.widget-title {
    display: block;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: solid 2px #ddd;
    min-height: 68px;
}

@media screen and (max-width: 1000px){
    .widget-title{
        min-height: 0;
    }
}

.widget-title:after {
    content: '';
    display: block;
    position: absolute;
    background: red;
    height: 2px;
    left: 22%;
    right: 22%;
    bottom: -2px;
}
.section-title h4 {
    display: block !important;
    margin-bottom: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
}
.section-title h4,
.widget-title h4 {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 20px;
}
.footer-widget .widget-title:after {
    z-index: 1;
}
.footer-widget .widget-title h4 {
    position: relative;
    z-index: 2;
}
#footer-bottom .footer-widgets .widget-title:after,
.footer-widget .widget-title:after {
    background: #aaa !important;
    left: 0;
    right: 40%;
}
#primary .widget-title:after {
    left: 0;
    right: 40%;
}
.footer-widgets .widget-title h4 {
    color: #fff;
}
.section-title h4 {
}
.widget-title h4 {
    font-size: 14px;
    padding-right: 0;
}
.section-title small.section-subtitle {
    text-transform: none;
    color: #707070;
    display: block;
}
.homepage-widget.widget-type-1 article.hentry.full-width-post,
article.hentry.full-width-post.left-thumbnail .thumbnail,
.homepage-widget.widget-type-5 article.hentry.full-width-post {
     display:  block;
     padding-right: 20px;
}
.homepage-widget.widget-type-5 article.hentry {
    visibility: visible !important;
}
article.hentry.full-width-post.left-thumbnail .thumbnail {
    margin-bottom: 0;
}
article.hentry.full-width-post.left-thumbnail {
    margin-bottom: 50px;
}
article.hentry.full-width-post.left-thumbnail .thumbnail,
article.hentry.full-width-post.left-thumbnail .entry-content {
    float: left;
    width: 50%;
}
.article-widget {
  margin-bottom: 70px;
}
.article-widget h3.post-title,
.post-widget h3.post-title,
.sidebar-widget h3.post-title,
.footer-widget h3.post-title  {
    margin: 0;
}
.footer-widget h3.post-title {
    font-size: 18px;
    font-weight: 400;
}
#footer-bottom h3.post-title {
    font-size: 14px;
    font-weight: 400;
}
.footer-widget article.hentry.square-thumb-post .thumbnail {
    width: 50px;
}
.footer-widget article.hentry.square-thumb-post .entry-content {
    margin-left: 0px;
}
.article-widget.post-navigation {
    padding: 40px 0;
    margin-bottom: 20px;
}
.article-widget.post-navigation ul {
    margin: 0;
}
.article-widget.post-navigation ul li {
    float: left;
    width: 45%;
    max-width: 300px;
    list-style: none;
}
.article-widget.post-navigation ul li:last-child {
    float: right;
}
.article-widget.post-navigation ul li:first-child {
    float: left;
}
.article-widget.post-navigation ul li article.hentry.square-thumb-post .thumbnail {
    width: 80px;
    height: 80px;
}
.article-widget.post-navigation ul li article.hentry.square-thumb-post .entry-content {
    margin-left: 100px;
}
.article-widget.post-navigation ul li:last-child article.hentry.square-thumb-post .thumbnail {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
.article-widget.post-navigation ul li:last-child article.hentry.square-thumb-post .entry-content {
    text-align: right;
    margin-right: 100px;
    margin-left: 0;
}
.article-widget.post-navigation ul li:last-child article.hentry.square-thumb-post .entry-content h3.post-title {
    float: right;
}
.article-widget.post-navigation ul li:first-child article.hentry.square-thumb-post .thumbnail {
    float: left;
    margin-right: 20px;
    margin-left: 0;
}
.article-widget.post-navigation ul li:first-child article.hentry.square-thumb-post .entry-content {
    text-align: left;
    margin-left: 100px;
    margin-right: 0;
}
.article-widget.post-navigation ul li article.hentry.square-thumb-post h3.post-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: inherit;
    white-space: inherit;
}
.article-widget.post-navigation h3.post-title {
    font-size: 16px;
}
.article-widget.related-post h3.post-title {
    font-size: 16px;
}
.widget-type-4 .post-list-style h3.post-title {
    font-size: 14px;
    font-weight: 400 !important;
    overflow: visible;
    white-space: normal;
    text-overflow: inherit;
}
.widget-type-4 article.hentry:after {
    content: none;
}
.widget-type-4 article.hentry .entry-content {
    margin-bottom: 40px;
}
.post-list-style ul {
    margin: 0;
    margin-top: 30px;
}
.post-list-style ul li {
    float: left;
    clear: both;
    width: 100%;
    list-style: none;
    margin-bottom: 15px;
    position: relative;
}
.post-list-style ul li .thumbnail {
    float: left;
    width: 50px;
}
.widget-type-4 .post-list-style ul li .thumbnail {
    width: 100px !important;
}
.post-list-style ul li h3.post-title {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-weight: 400;
    margin: 0 0 0 65px;
}
.post-list-style ul li h3 a {
    margin-top: -5px;
    display: block;
}
.post-list-style ul li a i.icon {
    margin-right: 5px;
    margin-left: 0;
    color: #c51818;
}
.widget-type-4 .post-list-style {
    margin-top: 40px;
    bottom: 0;
}
.tabs_container .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
}
.tabs_container .tab-content:first-child {
    display: block;
}
.tabs_container {
    position: relative;
}
ul.tab-nav {
    border-bottom: solid 1px #eee;
    margin: 0;
    margin-bottom: 40px;
}
ul.tab-nav li {
    display: inline-block;
    list-style: none;
    vertical-align: bottom;
    position: relative;
    margin-bottom: 0;
}
ul.tab-nav li a {
    background-color: #f9f9f9;
    padding: 10px 15px;
    border-right: 1px solid #cccccc;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: bottom;
}
ul.tab-nav li a.active {
    background-color: #212121;
    color: #fff !important;
    border-color: #c51818;
}
.article-tabs ul.tab-nav li a.active {
    background: #000;
    color: #fff !important;
}
.article-tabs ul.tab-nav li a.active {
    background: #000;
    color: #fff !important;
}
.article-tabs ul.tab-nav li a{
    background: none;
    border-bottom: none;
    font-size: 12px !important;
    padding: 15px 20px;
    color: #aaa;
}
/**
 * 6.2 Sliders and Carousels
 * ----------------------------------------------------------------------------
 */
 #mainslider {
    overflow: hidden;
    position: relative;
}
.preload {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(images/loader.gif) center no-repeat #fff;
}
article.hentry.slider-post {
    position: relative;
}
article.hentry.slider-post .thumbnail {
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
}
article.hentry.slider-post .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: #fff;
    text-align: center;
    min-height: 110px;
}
article.hentry.slider-post .entry-content .detail-post {
    overflow: hidden;
    height: 0;
}
article.hentry.slider-post .entry-content h3 {
    font-size: 18px;
}
article.hentry.slider-post .entry-content .detail-post.hover {
    max-height: 500px;
}
#mainslider .warrior-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.warrior-carousel.owl-carousel .owl-item {
    opacity: 0.3;
    transition: all ease-in 1s;
    -moz-transition: all ease-in 1s;
    -webkit-transition: all ease-in 1s;
}
.warrior-carousel.owl-carousel .owl-item.active {
    opacity: 1;
}
.warrior-carousel.owl-carousel .owl-nav .owl-prev {
    float: left;
    margin-right: 3%;
}
.warrior-carousel.owl-carousel .owl-nav .owl-next {
    float: right;
    margin-left: 3%;
}
.warrior-carousel.owl-carousel .owl-nav .owl-prev,
.warrior-carousel.owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    text-indent: 900px;
    overflow: hidden;
    position: absolute;
    top: 30%;
}
.slider-with-thumbnail-thumbnails .owl-item {
    transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    opacity: 0.5;
}
.slider-with-thumbnail-thumbnails .owl-item.flex-active,
.slider-with-thumbnail-thumbnails .owl-item:hover {
    opacity: 1;
}
.slider-with-thumbnail-thumbnails .owl-item.flex-active .thumbnail img {
    padding: 3px;
}
.slider-with-thumbnail-thumbnails .owl-item.flex-active .thumbnail {
    border: solid 1px #ccc;
}
.warrior-carousel.owl-carousel .owl-nav .owl-prev {
    right: 100%;
    text-align: right;
}
.warrior-carousel.owl-carousel .owl-nav .owl-next {
    left: 100%;
    text-align: left;
}
.flex-direction-nav a {
    top: 50% !Important;
    margin-top: -30px !important;
    color: #fff !important;
}
.warrior-carousel.owl-carousel .owl-nav .owl-prev:before,
.warrior-carousel.owl-carousel .owl-nav .owl-next:before {
    font-family: 'fontawesome';
    font-size: 60px;
    content: '\f105';
    float: right;
    text-indent: 0;
    color: #000;
    display: inline-block;
}
.warrior-carousel.owl-carousel .owl-nav .owl-next:before {
    float: left;
}
.warrior-carousel.owl-carousel .owl-nav .owl-prev:before {
    content: '\f104';
}
.owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #000;
    margin: 4px;
    border-radius: 50%;
    opacity: 0.5;
}
.owl-dot.active {
    opacity: 1;
}
.owl-dots {
    text-align: center;
}
.slider-with-thumbnail .owl-controls {
    display: none;
}
.slider-with-thumbnail {
    position: relative;
    margin-bottom: 70px;
}
/**
* 6.3 Search-widget
* ----------------------------------------------------------------------------
*/
#search-full {
    color: #ffffff;
    display: none;
    background: rgba(0,0,0, 0.8);
    color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}
#search-full .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}
#search-full form.search-form {
    display: table-cell;
    vertical-align: middle;
}
#search-full .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    max-width: 100%;
}
#search-full #search-form {
    display: table;
    width: 100%;
    height: 100%;
}
.search-full-container {
    display: flex;
    justify-content: center;
    margin: 0 20px;
}
#search-full .form-group {
    float: none;
    margin-bottom: 0;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 25;
    width: 100%;
}
#search-full input#s {
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 180px 10px 30px;
    width: 100%;
    border: 1px solid #aaa;
    height: 60px;
    line-height: 100%;
    border-radius: 50px;
}
#search-full input.search-submit {
position: absolute;right: 0;width: auto;border: none;border-radius: 50px;top: 0;bottom: 0;padding: 10px 50px !important;box-shadow: none;width: 170px;text-align: center;}
#close-search {
    display: block;
    cursor: pointer;
    font-size: 14px;
    color: #ddd;
    text-align: right;
    margin-top: 10px;
}
#close-search:hover {
    color: #db1515;
}
.livesearch {
    background: #fff;
}
.livesearch {
    border-top: none !important
}
.livesearch ul {
    margin: 0;
    list-style: none !important;
}
.livesearch {
    position: absolute;
    top: 100%;
    z-index: 2;
    color: #666;
    display: none;
}
.livesearch {
    left: 0;
    right: 0;
    padding: 0;
    text-align: left;
    z-index: 99;
    display: block;
}
.livesearch ul li {
    margin-bottom: 0;
    list-style: none !important;
}
.livesearch ul li {
    display: block
}
.livesearch ul > li a:before {
    display: inline-block;
    content: '\f0f6';
    font-family: 'fontawesome';
    font-size: 100%;
    margin-right: 15px;
    position: absolute;
    top: 13px;
    left: 20px;
}
.livesearch ul li a {
    display: block;
    color: #999;
    padding: 10px 20px 10px 50px;
    border: 1px solid #ddd;
    position: relative;
}
.livesearch ul li a:hover {
    background-color: #f9f9f9
}
.livesearch ul li a i {
    margin-right: 10px
}
#jquery-live-search {
    overflow: visible !important
}
#advanced-search-form { position: relative; }
#advanced-search-form #s {
    position: relative;
    -webkit-appearance: none;
}
#advanced-search-form i.live-search-reset {
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    color: #ccc;
    display: none;
    cursor: pointer;
    z-index: 8;
    margin-top: -12px;
}
#advanced-search-form #s.loading + i.live-search-reset {
    display: inline-block
}
#s::-webkit-search-cancel-button{
    cursor: pointer;

}
#advanced-search-form #s.loading {
    background-image: url(images/loading.gif);
    background-position: 10px 52%;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.textwidget{
    font-size: 14px;
}
#advanced-search-form button.searchbutton {
    border: none
}
#main-header .search-widget {
    float: right;
    padding: 40px 0 40px 50px;
    position: relative;
    margin-left: 20px;
}
a.search-trigger {
    line-height: 38px;
    width: 50px;
    height: 50px;
    background: #c51818;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 6px;
    position: absolute;
    top: 40px;
    left: 0;
    cursor: pointer;
    border-radius: 50px;
}
button.search-button i { line-height: 25px !important; }
#main-header .search-widget .input-wrapper {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    height: 50px;
    padding: 5px 0;
    margin-left: -4px;
    overflow: hidden;
    max-width: 0;
    transition: all ease-in 0.3s;
    width: 100%;
}
.search-widget .input-wrapper {
    margin-bottom: 0;
}
.search-widget .input-wrapper.active {
    max-width: 300px;
}
.search-widget .input-wrapper input {
    padding: 10px;
    height: 40px;
    border: none;
}
.sidebar-widget {
    margin-bottom: 40px;
    position: relative;
}
.sidebar-widget .ad-300x250 img {
    width: 100%;
}
.sidebar-widget.search-widget .search-button {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    border: none;
    color: #fff;
    padding: 0 !important;
    margin: 0;
    background: #c51818;
}
.search-wrapper {
    position: relative;
    border: solid 1px #dedede;
    padding-left: 40px;
}
.sidebar-widget.search-widget .input-wrapper input {
    width: 100%;
}
/**
 * 6.4 Sidebar Widget
 * ----------------------------------------------------------------------------
 */
 .sidebar-widget .post-widget article.hentry.square-thumb-post .thumbnail {
    width: 80px;
    height: 80px;
}
.sidebar-widget .post-widget article.hentry.square-thumb-post .entry-content {
    margin-left: 0;
}
.sidebar-widget.warrior_featured_video article.hentry .entry-content {
    text-align: center;
}
.categories ul {
    margin: 0;
}
.categories ul li {
    list-style: none;
    margin-bottom: 30px;
    position: relative;
}
.categories ul li:last-child {
    margin-bottom: 0;
}
.categories ul li:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height:1px;
    background-color: #eee;
    top: 50%;
}
.categories ul li .number {
    font-size: 30px;
    color: #000;
    width: 50px;
    text-align: center;
    background: #fff;
    height: 50px;
    line-height: 45px;
    border: solid 1px #eee;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 8;
}
.categories ul li .summary {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}
.categories ul li .summary a {
    font-size: 16px;
    margin: -5px;
    display: block;
}
.categories ul li .summary a small {
    font-size: 10px !important;
    display: block;
    text-transform: none;
    margin-top: 12px;
}
.categories ul li .summary:hover a small{
    text-decoration: underline;
}
.tweet-feeds ul {
    margin: 0;
}
.tweet-feeds ul li {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
.tweet-feeds ul li:before {
    float: left;
    content: '\f099';
    font: 14px/100% 'fontawesome';
    color: #4099ff;
    position: absolute;
    top: 10px;
    left: 0;
}
.tweet-feeds ul li p {
    margin-bottom: 0;
}
.tweet-feeds ul li p a {
    color: #dd3333;
    font-style: italic;
}
/**
* 6.6 Tags Cloud
* ----------------------------------------------------------------------------
*/
/**
* 6.7 Instagram Feeds Widget
* ----------------------------------------------------------------------------
*/
/**
* 6.8 Article Widget
* ----------------------------------------------------------------------------
*/
.social-share-widget {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}
.social-share-widget ul {
    margin: 0;
}
.social-share-widget ul li {
    float: left;
    list-style: none;
    width: 25%;
    text-align: center;
    border-top: 3px solid #000;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    list-style: none !important;
}
.social-share-widget ul li a {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
}
.social-share-widget ul li span.share-count {
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    line-height: 134%;
}
.social-share-widget ul li span.share-count:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    border-width: 4px 0 4px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
    margin-top: -5px;
}
.social-share-widget ul li.facebook a {
    color: #20579b;
}
.social-share-widget ul li.facebook span.share-count {
    background-color: #20579b;
}
.social-share-widget ul li.facebook span.share-count:after {
    border-left-color: #20579b;
}
.social-share-widget ul li.twitter a {
    color: #5fb9f1;
}
.social-share-widget ul li.twitter span.share-count {
    background-color: #20579b;
}
.social-share-widget ul li.twitter span.share-count:after {
    border-left-color: #20579b;
}
.social-share-widget ul li.google a {
    color: #9e1d1d;
}
.social-share-widget ul li.google span.share-count {
    background-color: #9e1d1d;
}
.social-share-widget ul li.google span.share-count:after {
    border-left-color: #9e1d1d;
}
.social-share-widget ul li.pinterest a {
    color: #c92727;
}
.social-share-widget ul li.pinterest span.share-count {
    background-color: #c92727;
}
.social-share-widget ul li.pinterest span.share-count:after {
    border-left-color: #c92727;
}
ul li.avatar {
    margin-left: 60px;
    list-style-type: none;
    margin-bottom: 20px;
}
ul li.avatar em a {
    font-style: normal;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #aaa !important;
}
ul li.avatar img {
    margin-left: -63px;
}
ul.tweets {
    margin: 0 0 0 3px;
}
.twitter-follow-button {
    margin: 40px auto;
    display: block;
}
/* -----------------------------------
    7.0 - Forms
-----------------------------------*/
/* -----------------------------------
    8.0 - Footer
-----------------------------------*/
#footer-widgets {
    float: left;
    clear: both;
    width: 100%;
    background: #f9f9f9;
    padding: 60px 0;
}
#colofone {
    float: left;
    clear: both;
    width: 100%;
}
#footer-menu-section {
    clear: both;
    background: #212121;
    color: #a2a2a2;
    padding: 15px 0;
}
#footer-logo {
    float: left;
    max-width: 150px;
    margin-right: 40px;
}
#footer-menu-section .social {
    float: left;
    padding-top: 14px;

	width: 190px;
}
#footer-menu-section .social span{
	float:left;

	margin-right: 5px;
}
#footer-menu-section .social ul {
    margin: 0;
}
.social ul li {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 0;
}
.social ul li:last-child {

	margin-right: 0px;

}
#footer-navigation {
    float: right;
}
#footer-navigation ul li a {
    padding: 10px;
}
#footer-bottom {
    background: #333;
    color: #a2a2a2;
    padding: 60px 0;
}
#footer-bottom a:hover, #footer-bottom ul li a:hover {
    color: #ffffff;
}
#footer-bottom a, #footer-bottom ul li a {
    color: #969696;
}
.categories-list ul li {
    float: left;
    width: 50%;
    font-size: 13px;
    font-weight: bold;
}
.categories-list ul li a {
    display: block;
    padding-right: 20px;
}
.categories-list ul li a i {
    font-size: 9px;
    margin-right: 15px;
}
.input-wrapper input.input{
    padding: 15px 10px;
    width: 100%;
    border: none;
}
p input[type="password"] {
    padding: 12px 10px;
    width: 100%;
    border: none;
}
p input[type="submit"] { margin-top: 20px; }
.button {
    padding: 15px 30px;
    border: none;
    text-align: center;
    font: 14px/100% 'Roboto', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    background: #c51818;
    color: #fff;
    display: inline-block;
}
.button .icon {
    margin-right: 15px;
}
.button.submit-button {
    background: #6dd087;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.input-wrapper {
    margin-bottom: 20px;
}
.search-wrapper .input-wrapper {
    margin-bottom: 0;
}
#site-info {
    padding: 20px 0;
}
#site-info .author {
    float: right;
}
#about-author h5, .comment h5 { font-weight: bold !important; }
.author-wrapper .thumbnail {
    overflow: hidden;
}
.author-box {
    display: block;
    margin-bottom: 4em;
}
#site-info .copyright { float: left;}
.search-trigger i.fa {
  line-height: inherit !important;
  margin-left: 0px !important;
  width: auto !Important;
  height: auto !important;
  vertical-align: inherit !important;
  display: block !important;
}
/* Custom VC element */
.compose-mode .vc_controls > .vc_controls-cc > :first-child .vc_btn-content {
    background-color: #afd23e;
}
.compose-mode .vc_controls > .vc_controls-cc > :last-child .vc_btn-content {
    background-color: #afd23e;
}
.compose-mode .vc_controls-container .vc_controls-out-tl > div .vc_btn-content {
    background-color: #afd23e;
    border-color: #afd23e;
}
.compose-mode .vc_controls-container .vc_controls-out-tl > div .vc_control-btn .vc_btn-content:hover {
    background-color: #669c22 !important;
}
.vc_warrior_vc_featured_slider .vc_controls > .vc_controls-out-tl,
.vc_warrior_vc_post_list_1 .vc_controls > .vc_controls-out-tl,
.vc_warrior_vc_post_list_2 .vc_controls > .vc_controls-out-tl,
.vc_warrior_vc_post_list_3 .vc_controls > .vc_controls-out-tl,
.vc_warrior_vc_post_list_4 .vc_controls > .vc_controls-out-tl {
    left: 40% !important;
    top: 50% !important;
}
.justified-gallery { margin-bottom: 28px; }
.scrolloff {
    pointer-events: none;
}
/* Pagination */
.pagination {
    float: left;
    clear: both;
    width: 100%;
    text-align: right;
    margin: 30px 0 80px 0;
}
.pagination a,
.pagination span.current {
    padding: 10px;
    display: inline-block;
    border: solid 1px #ddd;
    line-height: 100%;
    text-align: center;
    margin: 0 3px;
}
.pagination span.current {
    color: #ffffff;
    background: #c51818;
    border-color: #c51818;
}
.wp-pagenavi span {
  padding: 8px 10px;
}

.previouspostslink + .extend {
    display: none;
}

.extend:last-of-type {
    display: none;
}


/* -----------------------------------
    9.0 - Standard WordPress Styles
-----------------------------------*/
/* Post */
.aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left
}
.alignright {
    float: right
}
/*Widget*/
.sidebar-widget.row.widget_archive a {
    position: absolute;
    left: 0;
    text-align: left;
}
.sidebar-widget.row.widget_archive li,
.sidebar-widget.widget_categories ul li {
    text-align: right;
    border-bottom: solid 1px #ddd;
}
.sidebar-widget li {
    position: relative;
    padding-bottom: 10px;
}
.sidebar-widget ul.menu li,
.sidebar-widget ul.menu li > a {
    padding-bottom: 15px;
    margin-bottom: 0;
}
.sidebar-widget ul.menu li:last-child,
.sidebar-widget ul.menu li:last-child > a {
    padding-bottom: 0;0
}
.sidebar-widget ul.menu li ul {
    padding-left: 15px;
}
.sidebar-widget ul.menu li ul li {
    padding-bottom: 0;
    margin-bottom: 0;
}
.sidebar-widget ul.menu li ul li a {
    color: #aaa;
}
.sidebar-widget select {
    padding: 10px;
    display: block;
    width : 100%;
}
.sidebar-widget.widget_categories ul li {
    width: 100%;
    margin-right: 0;
    text-align: left;
}
.sidebar-widget.widget_categories ul li a {
    display: inline-block;
    width: auto;
}
.widget_recent_comments ul li span {
    float: left;
    clear: none;
    width: auto;
    margin-right: 4px;
    position: relative;
    top:2px;
}
.widget_recent_comments ul li > a {
    display: block;
    font-family: Merriweather;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    font-size: 16px;
    position: relative;
    top:0px;
    left: 2px;
}
.widget_recent_comments ul li {
    font-family: Lato;
    font-weight: 400;
    font-style: normal;
    color: #a9a9a9;
    font-size: 11px;
}
.widget_search .form-group {
    float: none;
    margin-bottom: 0;
}
.widget_search input#s {
    width: 100%;
}
.widget_search .search-submit {
    display: none;
}
/* Image */
.hentry img {
    max-width: 100%;
    height: auto;
}
img.size-full {
}
img.alignnone {
    display: inline
}
img.alignright {
    display: inline;
    margin-left: 20px;
    margin-bottom: 20px;
}
img.alignleft {
    display: inline;
    margin-right: 20px;
    margin-bottom: 20px;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
div.alignnone {
    margin: 0 0 20px 0
}
div.alignleft {
    margin: 0 20px 20px 0
}
div.alignright {
    margin: 0 0 20px 20px
}
div.aligncenter {
    margin: 20px auto
}
ul.sub-menu {
    margin-bottom: 0
}
.gallery {
    margin: 0 auto 18px
}
.post-content .gallery {
    margin: 20px auto !important
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery-columns-1 .gallery-item {
    margin-bottom: 20px
}
.gallery-columns-2 .gallery-item {
    width: 49% !important;
    margin: 0 1% 1% 0;
}
.gallery-columns-3 .gallery-item {
    width: 32% !important;
    margin: 0 1% 1% 0;
}
.gallery-columns-4 .gallery-item {
    width: 24% !important;
    margin: 0 1% 1% 0;
}
.gallery img {
    cursor: zoom-in;
    border: none !important;
}
.gallery img:hover {
    background: white
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 13px;
    margin: 0;
}
.gallery dl,
.gallery dt {
    margin: 0
}
.gallery br+br {
    display: none
}
.gallery-caption,
.entry-caption {
    float: left;
    clear: both;
    width: 100%;
    font-size: .8em;
    line-height: 120%;
    margin-top: 2px;
}
.wp-caption {
    max-width: 100%;
    color: #aaa;
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 1em;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    clear: both;
    font-size: 14px;
    font-style: normal;
    margin: 5px 0 0 0 !important;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.bypostauthor {}
.sticky {}
.fb-display
{
display:none;
}
.seo-text {
	font-size: 12.242424242424pt;
}
.seo-text p {
    margin-bottom: 10px;
    line-height: 22px;
}


.footerContainer {
    text-align: center;
}

img.footerImg {
    display:none!important;
}

.readMoreImg img{
    padding-top:10px;
    padding-bottom:10px;
    display: block;
}

.noscript{
    display: none!important;
    visibility: hidden!important;
}
.adText{
    font-size:13px;
    color="#666666"
}
