     ! Theme Name: handyman Theme URI: http: //underscores.me/
     Author: Underscores.me Author URI: http: //underscores.me/
     Description: Description Version: 1.0.0 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: handyman Tags: custom-background,
     custom-logo,
     custom-menu,
     featured-images,
     threaded-comments,
     translation-ready This theme,
     like WordPress,
     is licensed under the GPL. Use it to make something cool,
     have fun,
     and share what you've learned with others.
 handyman is based on Underscores https: //underscores.me/, (C) 2012-2017 Automattic, Inc.
     Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal https: //necolas.github.io/normalize.css/
     */
     /*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
     /*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
     /* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
     /* Document
	 ========================================================================== */
     /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
     
     html {
         line-height: 1.15;
         /* 1 */
         -webkit-text-size-adjust: 100%;
         /* 2 */
     }
     /* Sections
	 ========================================================================== */
     /**
 * Remove the margin in all browsers.
 */
     
     body {
         margin: 0;
     }
     /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
     
     h1 {
         /*font-size: 2em;*/
         /*margin: 0.67em 0;*/
     }
     /* Grouping content
	 ========================================================================== */
     /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
     
     hr {
         box-sizing: content-box;
         /* 1 */
         height: 0;
         /* 1 */
         overflow: visible;
         /* 2 */
     }
     /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
     
     pre {
         font-family: monospace, monospace;
         /* 1 */
         font-size: 1em;
         /* 2 */
     }
     /* Text-level semantics
	 ========================================================================== */
     /**
 * Remove the gray background on active links in IE 10.
 */
     
     a {
         background-color: transparent;
     }
     /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
     
     abbr[title] {
         border-bottom: none;
         /* 1 */
         text-decoration: underline;
         /* 2 */
         text-decoration: underline dotted;
         /* 2 */
     }
     /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
     
     b,
     strong {
         font-weight: bolder;
     }
     /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
     
     code,
     kbd,
     samp {
         font-family: monospace, monospace;
         /* 1 */
         font-size: 1em;
         /* 2 */
     }
     /**
 * Add the correct font size in all browsers.
 */
     
     small {
         font-size: 80%;
     }
     /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
     
     sub,
     sup {
         font-size: 75%;
         line-height: 0;
         position: relative;
         vertical-align: baseline;
     }
     
     sub {
         bottom: -0.25em;
     }
     
     sup {
         top: -0.5em;
     }
     /* Embedded content
	 ========================================================================== */
     /**
 * Remove the border on images inside links in IE 10.
 */
     
     img {
         border-style: none;
     }
     /* Forms
	 ========================================================================== */
     /**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
     
     button,
     input,
     optgroup,
     select,
     textarea {
         font-family: inherit;
         /* 1 */
         font-size: 100%;
         /* 1 */
         line-height: 1.15;
         /* 1 */
         margin: 0;
         /* 2 */
     }
     /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
     
     button,
     input {
         /* 1 */
         overflow: visible;
     }
     /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
     
     button,
     select {
         /* 1 */
         text-transform: none;
     }
     /**
 * Correct the inability to style clickable types in iOS and Safari.
 */
     
     button,
     [type="button"],
     [type="reset"],
     [type="submit"] {
         -webkit-appearance: button;
     }
     /**
 * Remove the inner border and padding in Firefox.
 */
     
     button::-moz-focus-inner,
     [type="button"]::-moz-focus-inner,
     [type="reset"]::-moz-focus-inner,
     [type="submit"]::-moz-focus-inner {
         border-style: none;
         padding: 0;
     }
     /**
 * Restore the focus styles unset by the previous rule.
 */
     
     button:-moz-focusring,
     [type="button"]:-moz-focusring,
     [type="reset"]:-moz-focusring,
     [type="submit"]:-moz-focusring {
         outline: 1px dotted ButtonText;
     }
     /**
 * Correct the padding in Firefox.
 */
     
     fieldset {
         padding: 0.35em 0.75em 0.625em;
     }
     /**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
     
     legend {
         box-sizing: border-box;
         /* 1 */
         color: inherit;
         /* 2 */
         display: table;
         /* 1 */
         max-width: 100%;
         /* 1 */
         padding: 0;
         /* 3 */
         white-space: normal;
         /* 1 */
     }
     /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
     
     progress {
         vertical-align: baseline;
     }
     /**
 * Remove the default vertical scrollbar in IE 10+.
 */
     
     textarea {
         overflow: auto;
     }
     /**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
     
     [type="checkbox"],
     [type="radio"] {
         box-sizing: border-box;
         /* 1 */
         padding: 0;
         /* 2 */
     }
     /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
     
     [type="number"]::-webkit-inner-spin-button,
     [type="number"]::-webkit-outer-spin-button {
         height: auto;
     }
     /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
     
     [type="search"] {
         -webkit-appearance: textfield;
         /* 1 */
         outline-offset: -2px;
         /* 2 */
     }
     /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
     
     [type="search"]::-webkit-search-decoration {
         -webkit-appearance: none;
     }
     /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
     
      ::-webkit-file-upload-button {
         -webkit-appearance: button;
         /* 1 */
         font: inherit;
         /* 2 */
     }
     /* Interactive
	 ========================================================================== */
     /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
     
     details {
         display: block;
     }
     /*
 * Add the correct display in all browsers.
 */
     
     summary {
         display: list-item;
     }
     /* Misc
	 ========================================================================== */
     /**
 * Add the correct display in IE 10+.
 */
     
     template {
         display: none;
     }
     /**
 * Add the correct display in IE 10.
 */
     
     [hidden] {
         display: none;
     }
     /*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
     
     body,
     button,
     input,
     select,
     optgroup,
     textarea {
         color: #404040;
         font-family: sans-serif;
         /*font-size: 16px;*/
         /*font-size: 1rem;*/
         line-height: 1.5;
     }
     
     h1,
     h2,
     h3,
     h4,
     h5,
     h6 {
         clear: both;
     }
     
     p {
         margin-bottom: 1.5em;
     }
     
     dfn,
     cite,
     em,
     i {
         font-style: italic;
     }
     
     blockquote {
         margin: 0 1.5em;
     }
     
     address {
         margin: 0 0 1.5em;
     }
     
     pre {
         background: #eee;
         font-family: "Courier 10 Pitch", Courier, monospace;
         font-size: 15px;
         font-size: 0.9375rem;
         line-height: 1.6;
         margin-bottom: 1.6em;
         max-width: 100%;
         overflow: auto;
         padding: 1.6em;
     }
     
     code,
     kbd,
     tt,
     var {
         font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
         font-size: 15px;
         font-size: 0.9375rem;
     }
     
     abbr,
     acronym {
         border-bottom: 1px dotted #666;
         cursor: help;
     }
     
     mark,
     ins {
         background: #fff9c0;
         text-decoration: none;
     }
     
     big {
         font-size: 125%;
     }
     /*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
     
     html {
         box-sizing: border-box;
     }
     
     *,
     *:before,
     *:after {
         /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
         box-sizing: inherit;
     }
     
     body {
         background: #fff;
         /* Fallback for when there is no custom background color defined. */
     }
     
     hr {
         background-color: #ccc;
         border: 0;
         height: 1px;
         margin-bottom: 1.5em;
     }
     
     ul,
     ol {
         /*margin: 0 0 1.5em 3em;*/
     }
     
     ul {
         list-style: disc;
     }
     
     ol {
         list-style: decimal;
     }
     
     li>ul,
     li>ol {
         margin-bottom: 0;
         margin-left: 1.5em;
     }
     
     dt {
         font-weight: bold;
     }
     
     dd {
         margin: 0 1.5em 1.5em;
     }
     
     img {
         height: auto;
         /* Make sure images are scaled correctly. */
         max-width: 100%;
         /*width: 100%;*/
         /* Adhere to container width. */
     }
     
     figure {
         margin: 1em 0;
         /* Extra wide images within figure tags don't overflow the content area. */
     }
     
     table {
         margin: 0 0 1.5em;
         width: 100%;
     }
     /*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
     
     button,
     input[type="button"],
     input[type="reset"],
     input[type="submit"] {
         border: 1px solid;
         border-color: #ccc #ccc #bbb;
         border-radius: 3px;
         background: #e6e6e6;
         color: rgba(0, 0, 0, 0.8);
         font-size: 12px;
         font-size: 0.75rem;
         line-height: 1;
         padding: .6em 1em .4em;
     }
     
     button:hover,
     input[type="button"]:hover,
     input[type="reset"]:hover,
     input[type="submit"]:hover {
         border-color: #ccc #bbb #aaa;
     }
     
     button:active,
     button:focus,
     input[type="button"]:active,
     input[type="button"]:focus,
     input[type="reset"]:active,
     input[type="reset"]:focus,
     input[type="submit"]:active,
     input[type="submit"]:focus {
         border-color: #aaa #bbb #bbb;
     }
     
     input[type="text"],
     input[type="email"],
     input[type="url"],
     input[type="password"],
     input[type="search"],
     input[type="number"],
     input[type="tel"],
     input[type="range"],
     input[type="date"],
     input[type="month"],
     input[type="week"],
     input[type="time"],
     input[type="datetime"],
     input[type="datetime-local"],
     input[type="color"],
     textarea {
         color: #666;
         border: 1px solid #ccc;
         border-radius: 3px;
         padding: 3px;
     }
     
     input[type="text"]:focus,
     input[type="email"]:focus,
     input[type="url"]:focus,
     input[type="password"]:focus,
     input[type="search"]:focus,
     input[type="number"]:focus,
     input[type="tel"]:focus,
     input[type="range"]:focus,
     input[type="date"]:focus,
     input[type="month"]:focus,
     input[type="week"]:focus,
     input[type="time"]:focus,
     input[type="datetime"]:focus,
     input[type="datetime-local"]:focus,
     input[type="color"]:focus,
     textarea:focus {
         color: #111;
     }
     
     select {
         border: 1px solid #ccc;
     }
     
     textarea {
         width: 100%;
     }
     /*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
     /*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
     /*a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
*/
     /*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
     
     .main-navigation {
         clear: both;
         display: block;
         float: left;
         width: 100%;
     }
     
     .main-navigation ul {
         display: none;
         list-style: none;
         margin: 0;
         padding-left: 0;
     }
     
     .main-navigation ul ul {
         box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
         float: left;
         position: absolute;
         top: 100%;
         left: -999em;
         z-index: 99999;
     }
     
     .main-navigation ul ul ul {
         left: -999em;
         top: 0;
     }
     
     .main-navigation ul ul li:hover>ul,
     .main-navigation ul ul li.focus>ul {
         left: 100%;
     }
     
     .main-navigation ul ul a {
         width: 200px;
     }
     
     .main-navigation ul li:hover>ul,
     .main-navigation ul li.focus>ul {
         left: auto;
     }
     
     .main-navigation li {
         float: left;
         position: relative;
     }
     
     .main-navigation a {
         display: block;
         text-decoration: none;
     }
     /* Small menu. */
     
     .menu-toggle,
     .main-navigation.toggled ul {
         display: block;
     }
     
     @media screen and (min-width: 37.5em) {
         .menu-toggle {
             display: none;
         }
         .main-navigation ul {
             display: block;
         }
     }
     
     .site-main .comment-navigation,
     .site-main .posts-navigation,
     .site-main .post-navigation {
         margin: 0 0 1.5em;
         overflow: hidden;
     }
     
     .comment-navigation .nav-previous,
     .posts-navigation .nav-previous,
     .post-navigation .nav-previous {
         float: left;
         width: 50%;
     }
     
     .comment-navigation .nav-next,
     .posts-navigation .nav-next,
     .post-navigation .nav-next {
         float: right;
         text-align: right;
         width: 50%;
     }
     /*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
     /* Text meant only for screen readers. */
     
     .screen-reader-text {
         border: 0;
         clip: rect(1px, 1px, 1px, 1px);
         clip-path: inset(50%);
         height: 1px;
         margin: -1px;
         overflow: hidden;
         padding: 0;
         position: absolute !important;
         width: 1px;
         word-wrap: normal !important;
         /* Many screen reader and browser combinations announce broken words as they would appear visually. */
     }
     
     .screen-reader-text:focus {
         background-color: #f1f1f1;
         border-radius: 3px;
         box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
         clip: auto !important;
         clip-path: none;
         color: #21759b;
         display: block;
         font-size: 14px;
         font-size: 0.875rem;
         font-weight: bold;
         height: auto;
         left: 5px;
         line-height: normal;
         padding: 15px 23px 14px;
         text-decoration: none;
         top: 5px;
         width: auto;
         z-index: 100000;
         /* Above WP toolbar. */
     }
     /* Do not show the outline on the skip link target. */
     
     #content[tabindex="-1"]:focus {
         outline: 0;
     }
     /*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
     
     .alignleft {
         display: inline;
         float: left;
         margin-right: 1.5em;
     }
     
     .alignright {
         display: inline;
         float: right;
         margin-left: 1.5em;
     }
     
     .aligncenter {
         clear: both;
         display: block;
         margin-left: auto;
         margin-right: auto;
     }
     /*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
     
     .clear:before,
     .clear:after,
     .entry-content:before,
     .entry-content:after,
     .comment-content:before,
     .comment-content:after,
     .site-header:before,
     .site-header:after,
     .site-content:before,
     .site-content:after,
     .site-footer:before,
     .site-footer:after {
         content: "";
         display: table;
         table-layout: fixed;
     }
     
     .clear:after,
     .entry-content:after,
     .comment-content:after,
     .site-header:after,
     .site-content:after,
     .site-footer:after {
         clear: both;
     }
     /*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
     
     .widget {
         margin: 0 0 1.5em;
         /* Make sure select elements fit in widgets. */
     }
     
     .widget select {
         max-width: 100%;
     }
     /*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
     /*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
     
     .sticky {
         display: block;
     }
     
     .post,
     .page {
         /*margin: 0 0 1.5em;*/
     }
     
     .updated:not(.published) {
         display: none;
     }
     
     .page-content,
     .entry-content,
     .entry-summary {
         /*margin: 1.5em 0 0;*/
     }
     
     .page-links {
         clear: both;
         margin: 0 0 1.5em;
     }
     /*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
     
     .comment-content a {
         word-wrap: break-word;
     }
     
     .bypostauthor {
         display: block;
     }
     /*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
     /* Globally hidden elements when Infinite Scroll is supported and in use. */
     
     .infinite-scroll .posts-navigation,
     .infinite-scroll.neverending .site-footer {
         /* Theme Footer (when set to scrolling) */
         display: none;
     }
     /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
     
     .infinity-end.neverending .site-footer {
         display: block;
     }
     /*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
     
     .page-content .wp-smiley,
     .entry-content .wp-smiley,
     .comment-content .wp-smiley {
         border: none;
         margin-bottom: 0;
         margin-top: 0;
         padding: 0;
     }
     /* Make sure embeds and iframes fit their containers. */
     
     embed,
     iframe,
     object {
         max-width: 100%;
     }
     /* Make sure logo link wraps around logo image. */
     
     .custom-logo-link {
         display: inline-block;
     }
     /*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
     
     .wp-caption {
         /*margin-bottom: 1.5em;*/
         max-width: 100%;
     }
     
     .wp-caption img[class*="wp-image-"] {
         display: block;
         margin-left: auto;
         margin-right: auto;
     }
     
     .wp-caption .wp-caption-text {
         margin: 0.8075em 0;
     }
     
     .wp-caption-text {
         text-align: center;
     }
     /*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
     
     .gallery {
         margin-bottom: 1.5em;
     }
     
     .gallery-item {
         display: inline-block;
         text-align: center;
         vertical-align: top;
         width: 100%;
     }
     
     .gallery-columns-2 .gallery-item {
         max-width: 50%;
     }
     
     .gallery-columns-3 .gallery-item {
         max-width: 33.33%;
     }
     
     .gallery-columns-4 .gallery-item {
         max-width: 25%;
     }
     
     .gallery-columns-5 .gallery-item {
         max-width: 20%;
     }
     
     .gallery-columns-6 .gallery-item {
         max-width: 16.66%;
     }
     
     .gallery-columns-7 .gallery-item {
         max-width: 14.28%;
     }
     
     .gallery-columns-8 .gallery-item {
         max-width: 12.5%;
     }
     
     .gallery-columns-9 .gallery-item {
         max-width: 11.11%;
     }
     
     .gallery-caption {
         display: block;
     }
     /*===================================================================================*/
     /*NEW CSS HANDYMAN WEBSITE*/
     
     @font-face {
         font-family: Comic Sans MS;
         src: url(fonts/comicssans/ComicSansMS3.ttf);
     }
     
     @font-face {
         font-family: Calibri Regular;
         src: url(fonts/Calibri Regular.ttf);
     }
     
     @font-face {
         font-family: Calibri;
         src: url(fonts/Calibri.woff);
     }
     
     @font-face {
         font-family: Calibri;
         src: url(fonts/Calibri.woff2);
     }
     
     @font-face {
         font-family: Calibri;
         src: url(fonts/Calibri.eot);
     }
     
     @font-face {
         font-family: Calibri;
         src: url(fonts/Calibri.svg#Calibri);
     }
     
     @font-face {
         font-family: Calibri;
         src: url(fonts/Calibri.eot?#iefix);
     }
     
     @font-face {
         font-family: Calibri;
         src: url(fonts/Calibri.ttf);
     }
     
     body {
         font-family: 'Open Sans', sans-serif;
     }
     /*HEADER*/
     
     .site-header {
         background: #414042;
         width: 100%;
     }
     
     #menu-top-header-menu li:last-child a {
         border: none;
     }
     
     .menu-item a {
         color: #fff;
         text-decoration: none;
         line-height: 24px;
     }
     
     ul#menu-top-header-menu li {
         display: inline-block;
     }
     
     .site-branding {
         max-width: 1210px;
         margin: 0 auto;
     }
     
     .mainMenu {
         clear: both;
         display: inline-block;
         width: 100%;
         background: #000;
         border-top: 1px solid #414042;
         border-bottom: 2px solid #414042;
         float: left;
     }
     
     form.search-form input[type=search] {
         border-radius: 7px;
         border: none;
         height: 30px;
         width: 238px;
         padding-left: 10px;
         padding-right: 30px;
         margin-top: 10px;
         font-size: 13px;
     }
     
     form.search-form {
         position: relative;
         display: inline-block;
         float: right;
     }
     
     form.search-form input[type=submit] {
         background: url(images/search-icon_submit.png) center center no-repeat;
         text-indent: 100px;
         width: 16px;
         height: 24px;
         overflow: hidden;
         position: absolute;
         border: none;
         top: 14px;
         right: 5px;
     }
     
     .menu-main-menu-container {
         max-width: 1200px;
         margin: auto;
     }
     
     .header_1 .sfsi_plus_widget {
         width: 1200px!important;
         float: right!important;
     }
     
     .top-header-menu-class {
         float: right;
         width: 100%;
         margin: 0;
         padding: 0;
         text-align: center;
     }
     
     #menu-top-header-menu li a {
         float: left;
         margin-top: 6px;
         padding: 0px 10px 0px 6px;
         line-height: 1;
         border-right: 1px solid #6F6E6E;
         font-size: 13px;
         text-transform: uppercase;
         font-weight: 400;
         color: #CBC9C9;
     }
     
     #menu-top-header-menu li.current-menu-item a,
     #menu-top-header-menu li:hover a {
         color: #fff
     }
     
     #menu-top-header-menu li a.active {
         color: #fff;
     }
     
     header.entry-header {
         display: none;
     }
     /*HEADER*/
     
     .sfsi_plus_wicons {
         padding-top: 16px;
     }
     
     #region-branding p {
         margin-bottom: 40px!important;
     }
     
     .mainMenu {
         clear: both;
         display: block;
         float: left;
         width: 100%;
         background: #000;
         border-top: 1px solid #414042;
     }
     
     nav.main-navigation ul li a {
         display: inline-block;
         color: #fff;
         padding: 15px 12px;
         font-weight: bold;
         text-transform: uppercase;
         font-size: 16px;
         font-family: 'Open Sans Condensed', sans-serif;
         padding: 12px 24px;
     }
     
     .logoSection {
         float: left;
         width: auto;
         display: inline-block;
         width: 690px;
         padding-top: 16px;
         padding-left: 30px;
         margin-bottom: 20px;
     }
     
     .mainMenuInner {
         max-width: 1210px;
         margin: 0 auto;
         padding-bottom: 54px;
     }
     
     .topMenu_Social .header_1 .sfsi_plus_holders {
         display: none;
     }
     
     .topMenu_Social {
         float: left;
         width: 520px;
         display: inline-block;
     }
     
     .sfsiplus_norm_row.sfsi_plus_wDiv>div {
         margin-left: 10px!important;
     }
     
     .topMenu_Social p.site-title,
     .topMenu_Social .site-description {
         display: none;
     }
     
     .topMenu_Social .header_1 {
         display: inline-block;
         float: right;
     }
     
     .topMenu_Social .header_1 .sfsi_plus_widget {
         width: 100%!important;
         display: inline-block;
     }
     /*header social icons*/
     
     .social_links_header .social_icons {
         width: 30px;
         margin-top: 15px;
         margin-right: 5px;
     }
     
     .site-branding .social_links_header {
         text-align: right;
     }
     /*header social icons*/
     
     div#n2-ss-2 .n2-font-160f3fbf4fe58b5a701ceff068b6fb4d-simple {
         font-family: 'Open Sans Condensed'!important;
         color: #ffffff;
         font-size: 19.5px!important;
         text-shadow: none;
         font-weight: 700!important;
         line-height: 1.3;
         font-weight: normal;
         font-style: normal;
         text-decoration: none;
         text-align: left;
         letter-spacing: normal;
         word-spacing: normal;
         text-transform: none;
         vertical-align: middle;
     }
     
     .slider-section .wpb_column.vc_column_container.vc_col-sm-8 {
         width: 875px;
         float: left;
     }
     
     .slider-section .wpb_column.vc_column_container.vc_col-sm-4>.vc_column-inner {
         padding-right: 0;
     }
     
     .slider-section .wpb_column.vc_column_container.vc_col-sm-4 {
         width: 324px;
         float: left;
         padding-left: 5px;
     }
     
     .slider-section .wpb_column.vc_column_container.vc_col-sm-8>.vc_column-inner {
         padding-right: 0;
     }
     
     body {
         background: #eee;
         overflow-x: hidden;
     }
     
     .topMenu_Social .header_1 .sfsi_plus_widget .sfsiplus_norm_row.sfsi_plus_wDiv {
         position: static!important;
         width: auto!important;
     }
     /*.home */
     
     .entry-content .wpb_column.vc_column_container.vc_col-sm-12 {
         width: 100%;
         background: #eee;
         /*margin-bottom: 35px; */
         margin-top: 10px;
     }
     
     .home .entry-content .wpb_column.vc_column_container.vc_col-sm-12 {
         margin-top: 0px;
     }
     
     .topMenu_Social ul#menu-top-header-menu {
         text-align: right;
         margin-top: 10px;
     }
     
     .site-content {
         max-width: 1200px;
         margin: auto;
     }
     
     .entry-content.wpb_column.vc_column_container.vc_col-sm-8 {
         width: 880px;
     }
     
     .entry-content .posts {
         margin-top: 30px;
     }
     
     .vc_row.wpb_row.vc_row-fluid.slider-section {
         position: relative;
         float: left;
         width: 100%;
         background: #fff;
         padding-top: 40px;
         padding-bottom: 15px;
         margin: 0;
         margin-top: 16px;
     }
     
     .vc_row.wpb_row.vc_row-fluid.slider-section:before {
         position: absolute;
         top: 0;
         width: 300%;
         left: -300%;
         background: white;
         height: 100%;
         display: inline-block;
     }
     
     .vc_row.wpb_row.vc_row-fluid.slider-section:after {
         position: absolute;
         top: 0;
         width: 300%;
         right: -300%;
         background: #ffffff;
         height: 100%;
         z-index: 5;
         display: inline-block;
     }
     
     .entry-content .post-area1 {
         margin-top: 10px;
         float: left;
         width: 100%;
         box-sizing: border-box;
         margin-left: 0;
         margin-right: 0;
     }
     
     .entry-content .post-area1>div .vc_column-inner,
     .entry-content .post-area>div .vc_column-inner {
         background: #fff;
         height: 890px;
     }
     
     .entry-content .post-area2>div {
         /*height: 875px;*/
         height: 695px;
     }
     
     .entry-content .post-area2 {
         /*background: #fff;*/
         margin-top: 15px;
         float: left;
         width: 100%;
         /*padding: 15px;*/
         box-sizing: border-box;
         margin-left: 0;
         margin-right: 0;
     }
     
     .side-bar .wpb_column.vc_column_container.vc_col-sm-4 {
         padding: 10px;
         background: #fff;
         padding: 10px;
     }
     
     .side-bar-fb.wpb_column.vc_column_container.vc_col-sm-4 {
         padding: 15px 0px 0px 0px;
         /*background: #fff;*/
         /*margin-top: 10px;*/
         width: 300px;
         height: auto;
         margin-left: 10px;
         overflow: hidden;
     }
     
     .side-bar1 .vc_column_container>.vc_column-inner {
         padding-right: 0;
     }
     
     .home .wpb_text_column.wpb_content_element h2 {
         background: #414042;
         color: #fff;
         padding-left: 8px;
         padding-bottom: 5px;
         font-family: Open Sans Condensed;
         font-size: 26px;
         text-transform: uppercase;
         font-weight: 700;
     }
     
     .features-section .vc_gitem-zone-a .vc_gitem-row-position-bottom,
     .vc_gitem-zone-b .vc_gitem-row-position-bottom {
         position: static!important;
     }
     
     .features-section .vc-gitem-zone-height-mode-auto:before {
         content: "";
         display: block;
         padding-top: 0px!important;
     }
     
     .features-section .vc_gitem_row .vc_gitem-col {
         box-sizing: border-box;
         background-repeat: no-repeat;
         background-position: 50% 50%;
         background-size: cover;
         padding-top: 5px;
         padding-left: 0px;
         padding-right: 0px;
     }
     
     .blog-section .vc_gitem_row .vc_gitem-col {
         box-sizing: border-box;
         background-repeat: no-repeat;
         background-position: 50% 50%;
         background-size: cover;
         padding-top: 5px;
         padding-left: 0px;
         padding-right: 0px;
     }
     
     .features-section .wpb_single_image.wpb_content_element.vc_align_ {
         margin-bottom: 0px;
     }
     
     .features-section h3 {
         margin-top: 0px;
     }
     
     .features-section a {
         font-family: Open Sans Condensed;
         font-weight: 700;
         font-size: 18.2px;
         text-transform: uppercase;
         color: #222!important;
     }
     
     .features-section a :hover {
         color: #b70000;
     }
     
     .features-section a:before {
         content: url(images/front_article.gif);
         display: block;
         float: left;
         margin-top: 2px;
     }
     
     .features-section .vc_grid.vc_row .vc_grid-item .wpb_content_element {
         margin-bottom: 0;
     }
     
     .features-section .wpb_single_image.wpb_content_element.vc_align_ a:before {
         content: none;
     }
     
     .all-post-container .vc_column_container>.vc_column-inner {
         box-sizing: border-box;
         padding-left: 15px!important;
         padding-right: 15px!important;
         width: 100%;
     }
     
     .garden-section .vc_column-inner {
         height: 769px;
     }
     
     .all-post-container .wpb_column.vc_column_container.vc_col-sm-6 {
         width: 48.5%;
         margin-right: 3%;
         background: #fff;
     }
     
     .all-post-container .advertisements {
         background: #fff;
         padding: 15px;
         margin-top: 25px;
     }
     
     .blog-right.wpb_column.vc_column_container.vc_col-sm-6 {
         margin-right: 0px;
     }
     
     .features-section.vc_grid-container.vc_clearfix.wpb_content_element.vc_basic_grid.features-section {
         margin-bottom: 0px;
     }
     
     .features-section .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
         padding-bottom: 0px;
     }
     
     .all-post-container .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_visible-item.fadeIn.animated {
         padding-right: 0px;
         padding-bottom: 0px;
     }
     
     .features-bottom .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
         margin: 0;
     }
     
     .all-post-container .vc_gitem_row .vc_gitem-col {
         padding-right: 0px;
         padding-left: 0px;
     }
     
     .vc-gitem-zone-height-mode-auto:before {
         content: "";
         display: block;
         padding-top: 0!important;
     }
     
     .vc_gitem-zone-a .vc_gitem-row-position-top,
     .vc_gitem-zone-b .vc_gitem-row-position-top {
         position: static!important;
         left: 0;
         right: 0;
         top: 0;
     }
     
     .features-bottom a.vc_gitem-link {
         font-size: 14.3px;
         font-family: Open Sans Condensed;
         font-weight: 700;
         line-height: 21.45px;
         color: #222!important;
     }
     
     .features-bottom a.vc_gitem-link:hover {
         color: #b70000!important;
     }
     
     .features-bottom .vc_grid.vc_row .vc_grid-item .wpb_content_element {
         margin-bottom: 0px;
     }
     
     .features-bottom h3 {
         margin-top: 0px;
         margin-bottom: 0px;
         line-height: 0px;
     }
     
     .features-bottom .vc_gitem-post-data {
         margin-bottom: 0px;
     }
     /*.features-bottom a.vc_gitem-link:before
{content: url(images/front_article.gif);
    display: block;
    float: left;
    margin-top: 2px;}
*/
     
     .features-bottom h3:before {
         content: url(images/front_article.gif);
         display: block;
         float: left;
         margin-top: 2px;
     }
     
     .blogs-bottom a.vc_gitem-link {
         font-size: 14.3px;
         font-family: Open Sans Condensed;
         font-weight: 700;
         line-height: 21.45px;
         color: #222!important;
     }
     
     .blogs-bottom a.vc_gitem-link:hover {
         color: #b70000!important;
     }
     
     .blog-section p {
         font-size: 13px;
         font-weight: 400;
         line-height: 23.998px;
         margin-bottom: 0px;
         margin-top: 0px;
     }
     
     .blog-section .vc_gitem-post-data {
         margin-bottom: 0px;
     }
     
     .blog-section .vc_grid-item.vc_clearfix.vc_col-sm-12.vc_visible-item.fadeIn.animated {
         padding-bottom: 0px;
     }
     
     .blogs-bottom h3 {
         margin-bottom: 0px;
         margin-top: 0px;
         line-height: 20px;
     }
     
     .blog-right .wpb_single_image .vc_figure,
     .blog-right .wpb_single_image .vc_figure a,
     .blog-right .wpb_single_image .vc_figure a img {
         width: 100%;
     }
     
     .side-bar1 .vc_grid-item.vc_clearfix.vc_col-sm-6 {
         padding-left: 20px;
     }
     
     .blogs-bottom,
     .features-bottom {
         margin-left: -20px;
     }
     
     .blogs-bottom .vc_gitem-post-data {
         margin-bottom: 0px;
     }
     
     .blogs-bottom .wpb_content_element {
         margin-bottom: 0px!important;
     }
     
     .blog-section a.vc_gitem-link {
         font-size: 18.2px;
         font-family: Open Sans Condensed;
         font-weight: 700;
         line-height: 21.84px;
         color: #222!important;
         text-transform: uppercase;
     }
     
     .blog-section .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h3:before {
         content: url(images/purple.gif);
         display: block;
         float: left;
         margin-top: 0px;
     }
     
     .blog-section a.vc_gitem-link:hover {
         color: #b70000!important;
     }
     
     .blog-section .wpb_content_element {
         margin-bottom: 0px!important;
     }
     
     .blog-section h3 {
         margin-top: 0px;
         margin-bottom: 3px;
     }
     
     .blogs-bottom .vc_custom_heading .vc_gitem-link:before {
         content: url(images/purple.gif);
         display: block;
         float: left;
         margin-top: 4px;
     }
     
     .projects-section.wpb_column.vc_column_container.vc_col-sm-6 {
         float: left;
         margin-right: 0;
     }
     
     .features-bottom a.vc_gitem-link {
         font-size: 14.3px;
         font-family: Open Sans Condensed;
         font-weight: 700;
         line-height: 21.84px;
         color: #222!important;
     }
     
     .garden-section a.vc_gitem-link:hover {
         color: #b70000!important;
     }
     
     .garden-section h3 {
         margin-bottom: 0px;
         margin-top: 0px;
     }
     
     .garden-section .wpb_single_image.wpb_content_element.vc_align_ {
         margin-bottom: 0px!important;
     }
     
     .garden-section p {
         font-size: 13px;
         font-weight: 400;
         line-height: 23.998px;
         margin-top: 0px;
         margin-bottom: 0px;
     }
     
     .garden-section .vc_gitem-post-data {
         margin-bottom: 0px;
     }
     
     .garden-section .vc_grid-item.vc_clearfix.vc_col-sm-12.vc_visible-item.fadeIn.animated {
         padding-bottom: 0px;
     }
     
     .features-section .vc_custom_heading a:hover {
         color: #b70000!important;
     }
     
     .garden-top a.vc_gitem-link {
         font-size: 18.2px;
         font-family: Open Sans Condensed;
         font-weight: 700;
         line-height: 21.84px;
         color: #222!important;
         text-transform: capitalize;
     }
     
     .garden-top a.vc_gitem-link:hover {
         color: #b70000!important;
     }
     /*.garden-top a.vc_gitem-link:before
{content: url(images/front_article.gif);
    display: block;
    float: left;
    margin-top: 2px;}*/
     
     .garden-top .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title a:before {
         content: url(images/front_article.gif);
         display: block;
         float: left;
         margin-top: 5px;
     }
     
     .project-top h3 {
         margin-bottom: 0px;
         margin-top: 0px;
     }
     
     .project-top .wpb_single_image.wpb_content_element.vc_align_ {
         margin-bottom: 0px!important;
     }
     
     .project-top a.vc_gitem-link {
         font-size: 18.2px;
         font-family: Open Sans Condensed;
         font-weight: 700;
         line-height: 21.84px;
         color: #222!important;
         text-transform: capitalize;
     }
     
     .project-top a.vc_gitem-link:hover {
         color: #b70000!important;
     }
     
     .project-top p {
         margin-bottom: 0px;
         margin-top: 0px;
         font-size: 13px;
         font-weight: 400;
         line-height: 23.998px;
     }
     
     .project-top .vc_gitem-post-data {
         margin-bottom: 0px;
     }
     
     .project-top .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
         padding-bottom: 0px;
     }
     
     .project-top .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title a:before {
         content: url(images/purple.gif);
         display: block;
         float: left;
         margin-top: 5px;
     }
     
     .Maincontent h3 {
         font-size: 18.2px;
         font-family: "Open Sans Condensed";
         color: #333;
         font-weight: 700;
     }
     
     .video-template-default .Maincontent a {
         text-decoration: none;
         color: #b70000;
         font-family: "Open Sans Condensed";
         font-size: 20.8px;
     }
     
     .projects-template-default .Maincontent a {
         text-decoration: none;
         color: #b70000;
         font-family: "Open Sans Condensed";
         font-size: 20.8px;
         text-align: center;
     }
     
     #main .steps_container .step_container {
         width: 30%;
         display: inline-block;
     }
     
     .step_container {
         overflow: hidden;
         border: 1px solid #d1cfcf;
         padding: 5px;
         -webkit-box-shadow: -1px 0px 5px 0px rgba(196, 196, 196, 1);
         -moz-box-shadow: -1px 0px 5px 0px rgba(196, 196, 196, 1);
         box-shadow: -1px 0px 5px 0px rgba(196, 196, 196, 1);
         height: 450px;
         padding-bottom: 20px;
         margin-left: 13px;
         margin-bottom: 13px;
     }
     
     .step_title {
         font-weight: 700;
         font-size: 16.9px;
     }
     /*HOME PAGE*/
     /*magazine section*/
     
     .PIN_1568096871888_bd {
         max-width: 720px;
     }
     /*magazine section*/
     /*TABS*/
     
     .diy-tabs ul li.vc_tta-tab.vc_active {
         box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.3);
         position: relative;
         top: 5px;
         z-index: 2;
     }
     
     ul.vc_tta-tabs-list .vc_active span {
         font-size: 17.16px;
     }
     
     .vc_tta-tabs-list .vc_tta-tab span {
         font-size: 14.3px;
     }
     
     .diy-tabs .vc_tta-panel-body {
         box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
         background: #fff!important;
     }
     
     @font-face {
         font-family: verdanaRegular;
         src: url(fonts/verdana.ttf);
     }
     
     .diy-tabs .vc_tta-container .vc_tta-panels .vc_active .vc_tta-panel-title a {
         text-transform: uppercase;
         font-family: verdanaRegular;
         font-size: 17.16px;
         font-weight: 600;
     }
     
     .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
         border-color: #e3e3e3;
         background-color: #EBEBEB;
         color: #777;
         font-weight: 600;
         font-family: verdanaRegular;
         font-size: 17.16px;
         text-transform: uppercase;
     }
     
     .vc_tta-tabs-list .vc_tta-tab.vc_active span {
         color: #000;
     }
     /*
.vc_row.wpb_row.vc_row-fluid.diy-tabs .pciwgas-title {
   	text-align: left;
    font-size: 14.9435px;
    font-weight: 700;
    font-family: Open Sans Condensed;
    padding: 10px 5px 5px 0px;
}
*/
     /*.pciwgas-cat-wrap .pciwgas-title a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    line-height: normal;
    text-align: left!important;
      font-weight: 700;
    font-family: Open Sans Condensed;
}
*/
     
     .pciwgas-cat-wrap .pciwgas-title a {
         font-size: 14.943px;
         color: #000;
         text-decoration: none;
         line-height: normal;
         text-align: left;
         font-family: Open Sans Condensed;
         font-weight: 700;
     }
     
     .pciwgas-title {
         text-align: left!important;
     }
     
     .vc_row.wpb_row.vc_row-fluid.diy-tabs .pciwgas-title a:before {
         content: url(images/orange.gif);
         display: block;
         float: left;
         margin-top: 6px;
         margin-left: -16px;
     }
     
     .vc_row.wpb_row.vc_row-fluid.diy-tabs .vc_tta-panels .vc_tta-panel:nth-child(2) .pciwgas-title a:before {
         content: url(images/purple.gif);
     }
     
     .vc_row.wpb_row.vc_row-fluid.diy-tabs .vc_tta-panels .vc_tta-panel:nth-child(3) .pciwgas-title a:before {
         content: url(images/front_project.gif);
     }
     
     .vc_row.wpb_row.vc_row-fluid.diy-tabs .vc_tta-panels .vc_tta-panel:nth-child(4) .pciwgas-title a:before {
         content: url(images/front_article.gif);
     }
     
     .vc_row.wpb_row.vc_row-fluid.diy-tabs .vc_tta-panels .vc_tta-panel:nth-child(5) .pciwgas-title a:before {
         content: url(images/purple.gif);
     }
     
     .main-navigation ul ul.sub-menu li:hover a {
         color: #fff;
     }
     
     .main-navigation ul ul.sub-menu li:hover {
         background: #B9B9BA;
     }
     
     .pciwgas-post-cat-inner {
         color: #333;
         font-size: 12.87px;
         font-weight: 400;
         line-height: 1.8;
     }
     
     .pciwgas-description {
         padding-top: 3px;
     }
     /*.vc_tta-panel-body {
    margin-bottom: 22px;
}*/
     /*.entry-content .pciwgas-cat-desc {
    display: none;
}*/
     
     .vc_tta-panel-body {
         margin-top: 4px;
     }
     
     .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
         border-color: #e3e3e3;
         background-color: #f8f8f8!important;
         color: #666;
     }
     
     .vc_row.wpb_row.vc_row-fluid.diy-tabs {
         padding-left: 10px;
     }
     /*TABS*/
     /*FOOTER*/
     
     html {
         /* overflow-x: hidden; */
     }
     
     .site-footer .footer_7 ul {
         margin-bottom: 10px;
         padding-top: 10px;
         padding-bottom: 10px;
     }
     
     .site-footer .footer_7 ul li:first-child {
         padding-left: 0;
     }
     
     .site-footer .footer_7 ul li a {
         font-size: 12px;
         line-height: 1;
     }
     
     .site-footer .footer_1 {
         width: 160px;
         padding-right: 15px;
         box-sizing: border-box;
     }
     
     .site-footer .footer_2 {
         width: 194px;
         padding-right: 10px;
         box-sizing: border-box;
     }
     
     .site-footer .footer_3 {
         width: 194px;
         padding-right: 10px;
         box-sizing: border-box;
     }
     
     .site-footer .footer_4 {
         width: 164px;
         padding-right: 10px;
         box-sizing: border-box;
     }
     
     .site-footer .footer_5 {
         width: 196px;
         padding-right: 10px;
         box-sizing: border-box;
     }
     
     .site-footer .footer_6 {
         width: 181px;
         padding-right: 15px;
         box-sizing: border-box;
     }
     
     footer#colophon {
         background: #414042;
         padding: 25px 15px 15px 23px;
         box-sizing: border-box;
     }
     
     .site-footer h1 {
         color: #fff;
     }
     
     .site-footer ul {
         padding-left: 0px;
         margin-top: 0px;
     }
     
     .site-footer .footer_1,
     .footer_2,
     .footer_3,
     .footer_4,
     .footer_5,
     .footer_6 {
         display: inline-block;
         vertical-align: top;
     }
     
     .site-footer h1 {
         margin-bottom: 0px;
         margin-top: 0px;
         font-family: 'Open Sans', sans-serif;
         font-size: 13px;
         font-weight: 700;
         text-transform: uppercase;
     }
     
     .terms_conditions li {
         display: inline-block;
         padding-right: 11px;
         border-right: 1px solid #fff;
         line-height: 1;
         padding-left: 11px;
     }
     /*.site*/
     
     .footer-logo-container {
         display: inline-block;
         background: #000;
         color: #fff;
         width: 100%;
         padding: 7px 0px 7px 12px;
         /*text-align: center;*/
         margin-bottom: -7px;
     }
     
     .diy-tabs .wpb_wrapper {
         background: #fff;
         padding: 3px;
         box-sizing: border-box;
     }
     
     .wpb-js-composer .diy-tabs .vc_tta.vc_general ul li.vc_tta-tab a {
         padding: 6px 20px;
         border: none;
     }
     
     .footer-logo-container .footer_icon.icon_3 {
         display: inline-block;
     }
     
     .wpb-js-composer .diy-tabs .vc_tta-tabs.vc_tta-tabs-position-top ul.vc_tta-tabs-list,
     .wpb-js-composer .diy-tabs .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
         overflow: visible;
     }
     
     .wpb-js-composer .diy-tabs .vc_tta.vc_general ul li.vc_tta-tab.vc_active a {
         box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.3);
         padding: 11px 20px;
         max-height: 42px;
     }
     
     .wpb-js-composer .diy-tabs .vc_tta.vc_general ul li.vc_tta-tab a {
         background-color: #fcfcfc!important;
         max-height: 37px;
     }
     
     .footerSection {
         max-width: 1210px;
         margin: auto;
         margin-top: 15px;
     }
     
     .menu-footer-1-container ul {
         list-style-type: none;
     }
     
     #menu-footer-1 {
         font-family: 'Open Sans', sans-serif;
         font-size: 13px;
     }
     
     .site-footer li {
         font-family: 'Open Sans', sans-serif;
         font-size: 13px;
     }
     /*.site*/
     
     .footerSection div {
         display: inline-block;
     }
     
     .footerSection a.footer_icons {
         display: inline-block;
         vertical-align: middle;
         text-decoration: none;
     }
     
     .footer-logo-container .facebook-icon {
         width: 32%;
         float: left;
         margin-right: 1%;
     }
     
     .footer-logo-container .pintrest-icon {
         width: 32%;
         float: left;
         margin-right: 1%;
     }
     
     .footer-logo-container .insta-icon {
         width: 32%;
         float: left;
         margin-right: 1%;
     }
     
     .site-footer>div ul li>a:before {
         content: url(images/footer.gif);
     }
     
     .site .footerSection div.footer_7 ul li>a:before {
         content: none;
     }
     
     .footerSection img.sfcm.sfsi_wicon {
         margin-right: 10px;
     }
     
     span.footer_icon_text {
         font-family: "Comic Sans MS";
         font-size: 19.5px;
         color: #fff;
         font-weight: 400;
         position: relative;
         top: 0px;
         vertical-align: top;
     }
     
     #menu-item-7924 a:last-child {
         border: none;
     }
     
     .copy_right_txt {
         font-family: 'Open Sans', sans-serif;
         font-size: 11.05px;
         color: #404040;
         display: inline-block;
         float: right;
         margin-bottom: 40px;
     }
     
     .terms_conditions li:last-child {
         border: none;
     }
     /*FOOTER*/
     
     .home #main {
         padding-top: 0px;
     }
     
     #main .contentMain .title-single-article {
         margin-bottom: 15px;
         /*padding-left: 15px; */
     }
     
     .fixed-bottom {
         position: fixed;
         right: 0;
         bottom: 0;
         left: 0;
         z-index: 1030;
     }
     
     .mobile-sticky-ad-space {
         background-color: #fff;
         box-shadow: 0 0 0.5rem #666;
     }
     /*BUILD PAGE*/
     /*.category-build*/
     
     #main {
         padding-top: 10px;
     }
     
     .ad-slug.text-center.visible-lg {
         font-size: 9.1px;
         text-align: center;
     }
     
     .site-content #home-crumbs {
         float: left;
         margin-right: 6.5px;
     }
     
     .contentMain {
         background: #fff;
         width: 880px;
         float: left;
     }

     .taboola-container {
         padding-top: 15px;
     }
     
     .tg-container.categorySection .subcategory_grid .pciwgas-img-wrapper.subcategory_img_wrapper img {
         width: 100%;
     }
     
     .tg-container.categorySection .subcategory_grid {
         border: 1px solid #f0eded;
         display: inline-block;
         width: calc(100% / 3 - 8px);
         margin-bottom: 5px;
         padding: 7px;
         height: 390px;
         min-height: 200px;
         overflow: hidden;
         margin-right: 5px;
     }
     
     .contentAreaRight>div {
         background: #fff;
         padding: 15px;
         box-sizing: border-box;
         overflow: hidden;
         margin-bottom: 0px;
     }
     
     .contentAreaRight {
         width: 319px;
         float: left;
         padding-left: 20px;
         display: inline-block;
     }
     
     #main .vote_share_container {
         background: #fff;
         padding: 0px 20px 40px 0px;
         /*display: inline-block;*/
         /*  width: 100%;*/
     }
     
     .page_default_body-class .vote_share_container {
         background: #fff;
         padding: 0px 20px 40px 20px;
         /* display: inline-block; width: 100%;*/
     }
     
     .contentAreaRight .widget_text.right_content_siderbar {
         margin-top: 20px;
     }
     
     .contentAreaRight .widget_text.right_content_siderbar:first-child {
         margin-top: 0;
     }
     
     .side-bar1 .wpb_column.vc_column_container.vc_col-sm-8 {
         width: 880px;
         margin-right: 10px;
         margin-left: 10px;
     }
     /*.copy_right_txt {
    padding-bottom: 40px;}*/
     
     .wpb-js-composer .diy-tabs .vc_tta.vc_general .vc_tta-tabs-container {
         background: #fcfcfc;
         margin-right: 0;
         border: 1px solid #e8e8e8;
         border-top-left-radius: 5px;
         border-top-right-radius: 5px;
     }
     
     .wpb-js-composer .diy-tabs .pciwgas-cat-wrap .pciwgas-title {
         padding-top: 0;
         padding-bottom: 10px;
     }
     
     .vc_row.wpb_row.vc_inner.vc_row-fluid.magazine-section {
         display: inline-block;
         width: 100%;
         background: #fff;
         padding-right: 10px;
         margin: 25px 0 0;
         padding-bottom: 23px;
         margin-bottom: 30px;
     }
     /*.vc_row.wpb_row.vc_inner.vc_row-fluid.magazine-section .apsp-widget-free>span {
    max-width: 100%!important;}*/
     
     .magazine-section .vc_column_container>.vc_column-inner {
         box-sizing: border-box;
         padding-left: 0px!important;
         width: 100%;
     }
     
     .diy-tabs .vc_tta-panel-body {
         margin-top: 2.5px;
     }
     
     .site-main article#post-5157 {
         margin-bottom: 0px;
     }
     
     .vc_row.wpb_row.vc_inner.vc_row-fluid.magazine-section .wpb_column>.vc_column-inner {
         padding: 0;
         background: #fff;
     }
     
     .main-navigation ul ul.sub-menu {
         background-color: #dcddde;
         color: #000;
         width: 165px;
     }
     
     .main-navigation ul ul.sub-menu li a {
         color: #000;
         font-size: 13px;
         text-transform: capitalize;
     }
     
     .main-navigation ul ul.sub-menu li {
         border-bottom: 1px solid #adadad;
         width: 100%;
     }
     
     .main-navigation ul ul.sub-menu li:last-child {
         border-bottom: none;
     }
     
     .magazine-section .wpb_widgetised_column.wpb_content_element {
         margin-bottom: 0;
     }
     
     .slider-section .nextend-arrow-previous,
     .slider-section .nextend-arrow-next {
         height: 40px!important;
         width: 40px!important;
         content: ".";
         background-color: #333333;
         opacity: 0.5;
         border-radius: 20px;
         box-sizing: border-box;
     }
     
     .contentMain {
         padding: 30px 30px 30px 15px;
         box-sizing: border-box;
         margin-bottom: 0px;
     }
     /*.diy-videos .contentMain {padding: 30px 30px 30px 15px!important; box-sizing: border-box;}*/
     /*.page_default_body-class .contentMain{padding: 30px 30px 30px 30px;    box-sizing: border-box; margin-bottom: 40px;}*/
     
     .contentMain .entry-title h3 {
         font-family: "Open Sans Condensed", Arial;
         font-size: 23.4px;
         color: #222;
         margin-bottom: 15px;
         line-height: 25px;
         margin-top: 25px;
     }
     
     .right_content_siderbar iframe,
     .right_content_siderbar .fb-page.fb_iframe_widget>span {
         width: 100%!important;
     }
     
     .pciwgas-title a {
         font-weight: bold;
         text-transform: uppercase;
         color: #222;
         text-decoration: none;
         font-size: 14px;
         font-family: "Open Sans Condensed", Arial;
     }
     
     .contentMain img.pciwgas-cat-img {
         /*margin-bottom: -10px;*/
     }
     
     .pciwgas-title a:hover {
         color: #b70000;
     }
     
     .slide-image figure#attachment_3391 {
         margin-top: 0px;
         margin-bottom: 0px;
         text-align: center;
     }
     
     .slide-show .slide-title {
         margin-top: 13px;
         margin-bottom: 3.38px;
     }
     
     .slide-image figcaption.wp-caption-text {
         font-size: 7.8px;
         text-transform: uppercase;
         color: #999;
         text-align: right;
         vertical-align: baseline;
         margin-bottom: 0px;
     }
     
     .slide .slide-description p {
         font-weight: 400;
         font-size: 13.68px!important;
         color: #333;
         margin-bottom: 40px;
     }
     
     ul.story-ssp.pagination-lg.pull-right.pagination a:hover {
         color: #666666;
     }
     
     .at-resp-share-element .at-share-btn:focus,
     .at-resp-share-element .at-share-btn:hover {
         transform: none!important;
     }
     /*Build page details*/
     
     .contentMain .row.article-list {
         width: 30%;
     }
     
     .article-list .postTitle .field-content a {
         text-transform: uppercase;
         color: #222;
         text-decoration: none;
         font-family: "Open Sans Condensed";
         /*font-size: 13.585px;*/
         font-size: 14.585px;
         font-weight: 700;
         font-stretch: 100%;
     }
     
     .contentMain .row.article-list {
         width: 100%;
         min-height: 200px;
         position: relative;
         margin-bottom: 10px;
         height: 470px;
         overflow: hidden;
         max-height: 450px;
         margin-right: 1%;
         border: 1px solid #f0eded;
         padding: 7px;
     }
     
     .views-row.views-row-1.views-row-odd.views-row-first {
         margin-right: 1%;
         padding: 1px;
         height: 100%;
         margin-bottom: 10px;
         max-height: 490px;
         margin-bottom: 20px;
         min-height: 200px;
         position: relative;
         margin-bottom: 0px;
         height: 454px;
         overflow: hidden;
         box-sizing: border-box;
     }
     
     .content-area.contentAreaLeft article {
         display: inline-block;
         width: calc(33% - 1px);
     }
     
     .article-list .postTitle h3 {
         margin-top: 0px;
         margin-bottom: 0px;
     }
     
     .article-list .postTitle {
         line-height: 19px;
     }
     
     .row.article-list p {
         margin-bottom: 0px;
         margin-top: 0px;
     }
     
     .article-list .field-content.postExcerpt {
         font-family: 'Open Sans', sans-serif;
         font-size: 13px;
         color: #333;
         font-weight: normal;
         line-height: 23.998px;
     }
     
     .tg-container.categoryHeaderSectioin h3.entry-sub-title {
         background: #fff;
         padding: 20px 0px 0px 30px;
         max-width: 880px;
         box-sizing: border-box;
         margin-bottom: 0px;
     }
     
     h3.entry-sub-title a {
         text-decoration: none;
     }
     
     #home-crumbs span.delimiter {
         /*    display: none;*/
     }
     
     .entry-sub-title #home-crumbs a {
         font-family: "Open Sans Condensed";
         color: #222;
         /*font-size: 26px;*/
         font-size: 20px;
         margin-right: 3.5px;
     }
     
     .entry-sub-title span {
         font-family: 'Open Sans', sans-serif;
         text-transform: uppercase;
         font-size: 13px;
         color: #333;
         font-weight: 400;
     }
     
     h3.entry-sub-title span a {
         color: #b70000;
         margin-right: 3.5px;
     }
     /*.page_default_body-class .footerSection {
    width: 1210px;
    margin: auto;
}
*/
     
     .article-list .postTitle h3:before {
         content: url(images/front_article.gif);
         display: block;
         float: left;
         margin-top: 2px;
     }
     /*.contentMain .entry_breadcrumbs {
    margin: 0px 0 10px 20px;
}*/
     
     .contentMain .title-single-article h3 {
         color: #222;
         font-weight: bold;
         line-height: 1.3333;
         font-family: "Open Sans Condensed";
         font-size: 26px;
         margin-top: 0px;
         margin-bottom: 0px;
     }
     
     .clearfix .contentMain .postIntro {
         font-family: "Open Sans Condensed";
         font-weight: 700;
         color: #333;
         margin-bottom: 27px;
         line-height: 23.998px;
         padding-top: 7px;
     }
     
     .contentMain .detailPageHeader .author {
         font-size: 13px;
         font-family: 'Open Sans', sans-serif;
         font-weight: 400;
         color: #333;
     }
     
     .clearfix .contentMain p {
         font-size: 13px;
         margin-top: 0px;
         float: left;
     }
     
     .contentMain .slide-show .slide-title {
         color: #888;
         font-size: 16.9px;
         font-weight: 400;
     }
     
     .contentMain .ssp-div {
         background: #eee;
         margin-top: 15px;
         display: inline-block;
         width: 100%;
     }
     
     .ssp-div .story-ssp.pagination-lg.pull-right.pagination li {
         list-style-type: none;
     }
     
     ul.story-ssp.pagination-lg.pull-right.pagination a {
         text-decoration: none;
         color: #b70000;
         float: right;
         font-size: 13px;
         padding: 9px 13px;
     }
     
     ul.story-ssp.pagination-lg.pull-right.pagination .prev a:before {
         width: 20px;
         content: ".";
         color: #ffffff;
         background-color: #b70000;
         background-image: url(images/arrow_left.png);
         background-repeat: no-repeat;
         background-position: center center;
         padding: 0.3em 1.2em;
         border-radius: 4px;
         margin-left: 5px;
         margin-right: 5px;
     }
     
     ul.story-ssp.pagination-lg.pull-right.pagination .next a:after {
         width: 20px;
         content: ".";
         color: #ffffff;
         background-color: #b70000;
         background-image: url(images/arrow_right.png);
         background-repeat: no-repeat;
         background-position: center center;
         padding: 0.3em 1.2em;
         border-radius: 4px;
         margin-left: 5px;
     }
     
     .ssp-div .main-box .pages-box {
         color: #666;
         font-size: 13px;
         font-weight: 700;
         padding: 4px 13px;
         display: inline-block;
         padding: 9px 0px 9px 0px;
     }
     
     .ssp-div .main-box {
         padding: 0px 13px;
         box-sizing: border-box;
         text-align: center;
     }
     
     .slide-show-box .main-box {
         text-align: center;
     }
     
     .view_full_post_box {
         display: inline-block;
     }
     
     .view_full_post_box a {
         text-decoration: none;
         font-size: 13px;
         color: #888;
         padding: 4px 13px;
     }
     
     .view_full_post_box a:hover {
         text-decoration: underline;
         color: #666;
     }
     
     .vote_share_container .vote_up_container {
         margin-top: 25px;
         position: relative;
         display: inline-block;
         width: 100%;
     }
     
     .vote_share_container .loading_img {
         position: relative;
         top: 11px;
         left: 0;
         float: right;
     }
     /*{ position: absolute; top: 25px; left: 72px; }*/
     
     .vote_container.active {
         background: transparent;
     }
     
     .vote_container button {
         outline: none;
     }
     
     .vote_share_container .vote_up_txt {
         font-size: 13px;
         font-weight: 700;
         padding-left: 20px;
         margin-bottom: 10px;
     }
     
     .vote_share_container button#vote_up_btn {
         margin-left: 42px;
     }
     
     .vote_share_container button#vote_up_btn {
         margin-top: 0px;
         background: none;
         border: none;
         /* border-right: 1px solid #999999;*/
         border-radius: 0px;
         cursor: pointer;
         padding: 5px;
         margin-top: 5px;
     }
     
     .page_default_body-class button#vote_up_btn {
         float: left;
     }
     
     .page_default_body-class .vote_up_count {
         display: inline-block;
         width: 100%;
     }
     
     .contentMain .rtecenter {
         font-size: 13px;
         text-align: center;
     }
     
     .share-buttons .at-share-btn-elements {
         padding-right: 53px;
     }
     
     .at-resp-share-element .at-share-btn .at-label {
         font-family: 'Open Sans', sans-serif;
         /*font-family: helvetica neue,helvetica,arial,sans-serif;*/
         padding: 0px 0px 0px 0px!important;
         margin: 0px 0px 0px 0px!important;
         background: none;
     }
     
     .vote_up_container .vote_up_count {
         font-size: 13px;
         padding-left: 25px;
     }
     
     .vote_up_count span.count {
         font-weight: 700;
     }
     
     .vote_share_container .share-buttons {
         float: right;
     }
     /*handy tips*/
     
     nav.navigation.posts-navigation {
         padding-top: 20px;
     }
     
     .nav-links {
         text-align: center;
     }
     
     .nav-links .dots {
         border: 1px solid #DCDACE;
         padding: 7px 13px;
         text-decoration: none;
         color: #b70000;
         margin-left: 7px;
         margin-right: 0px;
         font-size: 13px;
     }
     
     .nav-links .page-numbers {
         border: 1px solid #DCDACE;
         padding: 7px 13px;
         text-decoration: none;
         color: #b70000;
         margin-left: 7px;
         margin-right: 0px;
         font-size: 13px;
     }
     
     a.page-numbers.prev {
         border: 1px solid #DCDACE;
         padding: 8px 16px;
         text-decoration: none;
         color: #b70000;
         margin-left: 7px;
     }
     
     a.page-numbers.next {
         border: 1px solid #DCDACE;
         padding: 7px 13px;
         text-decoration: none;
         color: #b70000;
         margin-left: 7px;
         font-size: 13px;
     }
     
     .item-list .pager-item {
         text-align: center;
         float: none;
         border: 1px solid #DCDACE;
         color: #fff;
     }
     
     a.page-numbers.current {
         background: #b70000;
         border: 1px solid #b70000;
         color: #fff;
         text-decoration: none;
         padding: 7px 13px;
         font-size: 13px;
     }
     
     .ssp-ul-div.slide-button-box.slide-button-box1 {
         background: #eee;
         margin-top: 15px;
     }
     
     ul#slide-show-pagination {
         list-style-type: none;
         margin: 0;
         position: relative;
     }
     
     ul#slide-show-pagination li.next {
         position: absolute;
         right: 0;
         top: 0;
     }
     
     ul#slide-show-pagination li.prev {
         position: absolute;
         left: 0;
         top: 0;
     }
     
     .slide-show-box .main-box .pages-box {
         color: #666;
         font-size: 13px;
         font-weight: 700;
         text-align: center;
         /*padding: 9px 13px;*/
         padding: 9px 0px 9px 90px;
         display: inline-block;
     }
     
     .view_full_post_box {
         display: inline-block;
     }
     /*diy videos page*/
     
     .page_default_body-class main#main {
         /*width: 880px;*/
         float: left;
     }
     
     .tg-container.categorySection {
         display: inline-block;
         float: left;
     }
     
     .widget-area {
         padding: 15px;
         background: #fff;
         width: 319px;
         float: left;
     }
     
     .page-template-default .contentMain {
         padding-top: 0px;
     }
     
     .wpb_text_column.wpb_content_element {
         margin-bottom: 0px;
     }
     
     .page-template-default .wpb_column.vc_column_container.vc_col-sm-12 {
         background: #fff;
         max-width: 880px;
         display: inline-block;
         float: left;
         margin-bottom: 0px;
         /* font-size: 26px;*/
         text-transform: uppercase;
         font-weight: 700;
         font-family: "Open Sans Condensed";
     }
     
     .content-area.contentAreaLeft .more_link a {
         font-family: 'Open Sans', sans-serif;
         text-decoration: none;
         color: #b70000;
         font-size: 13px;
         font-weight: 400;
     }
     
     .articles-template-default .site-main {
         background: #fff;
         padding: 15px;
         max-width: 880px;
         box-sizing: border-box;
         float: left;
     }
     /*.category_title .content-area .entry-content	{
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #333;
    font-weight: 400;
}
*/
     
     .articles-template-default .widget-area {
         width: 319px;
         float: left;
         background: #fff;
         padding: 15px;
     }
     
     .articles-template-default .post-thumbnail img {
         width: 100%;
     }
     
     .articles-template-default .nav-links div {
         font-family: "Open Sans Condensed";
         text-align: left;
         font-size: 14px;
         text-transform: uppercase;
         color: #222;
         font-weight: 700;
     }
     
     .content-area.contentAreaLeft .category_title h2 {
         font-family: "Open Sans Condensed";
         font-size: 26px;
         text-transform: uppercase;
         background: #414042;
         color: #fff;
         padding-left: 8px;
     }
     
     .content-area.contentAreaLeft .pciwgas-post-cat-inner.subcategory_container .pciwgas-title a:before {
         content: url(images/purple.gif);
         display: block;
         float: left;
         margin-top: 2px;
     }
     
     #page .content-area {
         float: left;
     }
     
     .widget-area {
         padding: 15px;
         margin-top: 15px;
     }
     
     .page_default_body-class .widget-area {
         margin-top: 25px;
     }
     
     .content-area.contentAreaLeft .more_link {
         margin-bottom: 0px;
     }
     
     .page-template .categoryHeader {
         background: #fff;
         max-width: 880px;
     }
     
     .page-template .categoryHeader h2 {
         font-family: "Open Sans Condensed";
         font-size: 26px;
         font-weight: 700;
         color: #222;
         padding: 10px 3px 9px;
         margin-bottom: 0px;
         text-transform: uppercase;
     }
     /*video listing page*/
     
     .video-template-default .site-content .site-main {
         padding: 30px;
         width: 880px;
         background: #fff;
     }
     
     .video-template-default .post-thumbnail {
         display: none;
     }
     
     .embed-responsive.embed-responsive-16by9 {
         position: relative;
         padding-bottom: 56.25%;
         padding-top: 25px;
         height: 0;
         margin-bottom: 36px;
     }
     
     iframe.embed-responsive-item {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
     }
     
     .video-template-default .entry-content h3 {
         font-family: "Open Sans Condensed";
         font-size: 18.2px;
         font-weight: 700;
         color: #333;
     }
     
     .video-template-default .rtecenter a {
         text-decoration: none;
         color: #b70000;
     }
     
     .video-template-default .rtecenter {
         text-align: center;
         font-family: "Open Sans Condensed";
         font-size: 20.8px;
         font-weight: 700;
     }
     
     .video-template-default .content-area a {
         text-decoration: none;
         color: #b70000;
     }
     
     .video-template-default .entry-content h2 {
         text-align: center;
         font-family: "Open Sans Condensed";
         font-size: 20.8px;
         font-weight: 700;
     }
     
     .handy_tips-template-default .site-main {
         max-width: 880px;
         padding: 30px;
         background: #fff;
     }
     
     .handy_tips-template-default .post-thumbnail {
         text-align: center;
     }
     
     .handy_tips-template-default .entry-content h3 {
         text-align: center;
     }
     
     body .site-main nav.navigation.posts-navigation {
         overflow: visible;
     }
     
     .handy_tips-class .entry_breadcrumbs {
         display: none;
     }
     /*.handy_tips-class #main {
    padding-top: 0px;
}
*/
     
     .handy_tips-class .categoryHeader h2 {
         text-transform: capitalize;
         font-family: "Open Sans Condensed";
         color: #222;
         font-size: 26px;
         font-weight: 700;
     }
     
     .handy_tips-class .contentMain {
         padding-top: 0px;
     }
     
     .handy_tips-class .advertisements {
         display: inline-block;
         width: 100%;
     }
     
     .handy_tips-class .field-content.postExcerpt {
         font-family: 'Open Sans', sans-serif;
         font-size: 13px;
         color: #333;
         font-weight: 400;
         font-style: normal;
         line-height: 23.998px;
         color: #333;
     }
     
     .handy_tips-class .article-list .postTitle h3:before {
         content: none;
     }
     
     .handy_tips-class .article-list .postTitle .field-content a {
         text-transform: uppercase;
         color: #222;
         text-decoration: none;
         font-family: "Open Sans Condensed";
         font-size: 14.3px;
         font-weight: 700;
         font-stretch: 100%;
         line-height: 26.3978px;
     }
     /*section#media_image-2 {
    background: #fff;
    /*padding: 15px;
}
*/
     
     body .side-bar-fb section {
         background: #fff;
         padding: 15px;
     }
     
     body .side-bar-fb .vc_column-inner {
         padding-left: 0!important;
     }
     
     .side-bar-fb .widget {
         margin: 0;
     }
     
     section#simple_facebook_page_feed_widget-8 {
         margin-bottom: 15px;
     }
     
     .contentAreaRight h1 {
         background: #414042;
         color: #fff;
         margin-top: 0px;
         font-family: "Open Sans Condensed";
         font-size: 26px;
         text-transform: uppercase;
         padding-bottom: 5px;
         padding-left: 8px;
     }
     
     .contentAreaRight .post_contaner {
         display: inline-block;
         float: left;
     }
     
     .contentAreaRight .post_contaner .post-image {
         float: left;
         margin-right: 15px;
         margin-top: 7px;
     }
     
     .contentAreaRight .post_contaner a {
         text-decoration: none;
         font-weight: 700;
         font-size: 14.3px;
         color: #222;
         font-family: "Open Sans Condensed";
     }
     
     .contentAreaRight .post_excerpt {
         font-size: 13px;
         font-weight: 400;
         line-height: 23.998px;
         color: #333;
         font-family: 'Open Sans', sans-serif;
     }
     
     .contentAreaRight .post_contaner {
         float: left;
         width: 100%;
         padding-bottom: 15px;
         margin-bottom: 10px;
         border-bottom: 1px solid #ddd;
     }
     
     .contentMain p a {
         text-decoration: none;
         color: #b70000;
     }
     
     body.single.single-projects #primary .Maincontent strong,
     body.single.single-projects #primary .Maincontent p,
     body.single.single-video #primary .Maincontent p {
         padding-left: 0px;
     }
     
     body.single.single-video #primary {
         padding: 30px 15px 30px 15px;
     }
     
     body.single.single-projects .site-content .contentMain .imgContent .thumbImg,
     body.single.single-projects .site-content .contentMain .imgContent .thumbImg img {
         width: 100%;
     }
     
     body.single.single-video #primary .Maincontent {
         padding: 0px 15px;
     }
     /*fixed*/
     
     .lightbox-processed .field-name-field-intro h2 {
         font-size: 13px;
         font-family: "Open Sans Condensed", sans-serif;
         font-weight: 700;
         display: block;
     }
     
     .page_default_body-class .Maincontent p.p2.rtecenter {
         text-align: center;
         width: 100%;
     }
     
     .page_default_body-class p.p2.rtecenter {
         width: 100%;
     }
     
     .home .site-main .side-bar-fb section#media_image-2 {
         padding-bottom: 0px;
     }
     
     .home .entry-content p {
         margin-bottom: 0px;
     }
     
     div#n2-ss-2-arrow-next {
         opacity: .5;
     }
     
     div#n2-ss-2-arrow-previous {
         opacity: .5;
     }
     
     .home .entry-content div#n2-ss-2-arrow-previous:hover {
         opacity: .75;
     }
     
     .home .entry-content div#n2-ss-2-arrow-next:hover {
         opacity: .75;
     }
     
     .page_default_body-class #slide-show-box-id .slide-image figure {
         margin-top: 0px;
     }
     
     .page_default_body-class #test .slide-image figure#attachment_2866 {
         margin-block-end: 0px;
     }
     
     .page_default_body-class .contentMain .slide-show-box .slide-show .slide-image {
         padding-left: 25px;
         padding-right: 25px;
     }
     
     div#n2-ss-2 .n2-style-0dfcc93d26ded644e92fb1d300cbbfe1-simple {
         padding: 7px!important;
     }
     
     .site-content .categoryHeader .entry_title h2 {
         margin-block-start: 0px;
     }
     
     .logged-in .contentMain .row.article-list {
         min-height: 200px;
     }
     
     .vote_share_container button#vote_up_btn img {
         display: none;
     }
     
     .vote_share_container button#vote_up_btn {
         background-image: url(images/thumb-up.png);
         background-color: #fff;
         background-repeat: no-repeat;
         background-size: 26px;
         width: 33px;
         height: 31px;
     }
     
     .vote_share_container button#vote_up_btn:hover {
         background-image: url(images/thumb-up-hover.png);
         background-color: #fff;
         background-repeat: no-repeat;
         background-size: 26px;
         width: 33px;
         height: 31px;
     }
     
     .archive #main .contentMain .row.article-list {
         max-height: 357px;
     }
     /*on 31-10-19 for decks page*/
     
     .archive #main .contentMain .views-row.views-row-1.views-row-odd.views-row-first {
         height: 360px;
     }
     /*on 31-10-19 for decks page*/
     
     #main .contentMain .row.article-list {
         max-height: 467px;
         /*394px;*/
     }
     
     #main .contentMain .views-row.views-row-1.views-row-odd.views-row-first {
         height: 471px;
         /*396px;*/
     }
     
     .entry_breadcrumbs h3.entry-sub-title {
         padding-left: 25px;
     }
     
     .site-content .contentMain .imgContent .thumbImg {
         text-align: left;
         padding-left: 18px;
     }
     
     .site-content .contentMain .Maincontent p {
         padding-left: 15px;
     }
     
     #primary .Maincontent strong {
         padding-left: 15px;
     }
     
     .blog .article-list .postTitle h3:before {
         content: none;
     }
     
     .vc_row.wpb_row.vc_row-fluid.bottom-ad {
         padding-left: 12px;
         padding-right: 4px;
     }
     
     .home #page .footerSection {
         padding: 14px;
         margin-top: 0px;
         padding-top: 0px;
     }
     
     .home .vc_column_container>.vc_column-inner {
         box-sizing: border-box;
         padding-left: 13px;
         /*padding-right: 21px;*/
         width: 100%;
     }
     /*.home .ad-slug.text-center.visible-lg {background: #fff;}*/
     
     .category-build .site-content .contentMain .entry_breadcrumbs h3.entry-sub-title {
         padding-left: 10px;
         margin-top: 0px;
     }
     
     .home span.n2-font-160f3fbf4fe58b5a701ceff068b6fb4d-simple.n2-ow {
         font-family: "Open Sans Condensed"!important;
         font-weight: 700!important;
         font-size: 19.5px!important;
     }
     
     .home div#n2-ss-3 .n2-style-0dfcc93d26ded644e92fb1d300cbbfe1-simple {
         padding: 10px 0px 10px 21px;
     }
     
     .handy_tips-template-default .postIntro {
         padding-left: 19px;
     }
     
     .handy_tips-template-default .contentMain .imgContent .thumbImg {
         text-align: center;
     }
     
     .advertise-with-us .ad-title h1.vc_custom_heading {
         margin-top: 0px;
     }
     
     .term-conditions .entry-content .wpb_column.vc_column_container.vc_col-sm-12 {
         background: none;
     }
     
     .term-conditions .node-not-sticky .field-item.even p {
         font-family: open sans;
         font-size: 13px;
         font-weight: 400;
     }
     
     .the-best-plants-for-indoors .categorySection .Maincontent ul {
         font-size: 13px;
         display: grid;
         margin-bottom: 23px;
     }
     
     .the-best-plants-for-indoors .clearfix .contentMain p {
         float: none;
     }
     
     .the-best-plants-for-indoors .categorySection .Maincontent .rtecenter {
         padding-left: 15px;
     }
     
     .how-to-build-a-steel-framed-composite-deck .site-content .contentMain .Maincontent h2 {
         padding-left: 15px;
     }
     
     .region-inner .content.clearfix {
         padding-left: 15px;
     }
     
     .right-siderbar-2 .show-posts .post_contaner:last-child {
         border-bottom: none;
     }
     
     .win .contentMain .entry-content .vc_col-has-fill>.vc_column-inner {
         padding-top: 0px;
     }
     
     .win .contentMain .entry-content h1.vc_custom_heading {
         margin-top: 8px;
         font-size: 26px;
         font-family: "Open Sans Condensed";
         font-weight: 700;
         color: #222!important;
         padding-left: 9px;
     }
     
     .win .entry-content .wpb_column.vc_column_container.vc_col-sm-12 {
         background: none;
     }
     
     .site-content #main .contentMain .comment_form_blog {
         font-size: 13px;
         float: right;
         color: #333;
         padding-right: 15px;
     }
     
     .site-content #main .contentMain .comment_form_blog a {
         font-size: 13px;
         color: #b70000;
         text-decoration: none;
     }
     
     #main .entry-content h1.page_title_diy {
         padding-left: 15px;
     }
     
     #main .entry-content .category_title {
         padding-left: 15px;
     }
     
     .entry-content .contentAreaLeft .main-wrapper {
         padding-left: 15px;
     }
     
     .home #main .entry-content .category_title {
         padding-left: 0px;
     }
     
     #main .contentMain .steps_container {
         display: inline-block;
     }
     
     .contentMain .step_container .step_content {
         font-size: 13px;
         font-weight: 400;
         display: block;
     }
     
     #main .row.article-list .field-content img.attachment-thumb_246X246.size-thumb_246X246.wp-post-image {
         width: 100%;
     }
     
     .vote_container {
         border-right: 1px solid #999999;
         display: inline-block;
     }
     
     .contentMain .show-slideshow {
         text-align: center;
         background-color: #eee;
         font-size: 13px;
         padding-top: 4.9px;
         padding-bottom: 4.9px;
         margin-top: 7.5px;
     }
     
     .contentMain .show-slideshow a {
         text-decoration: none;
         color: #b70000;
     }
     
     .adams-workshop-overhaul .site-content .contentMain .Maincontent p {
         padding-left: 0px;
     }
     
     .adams-workshop-overhaul #primary .Maincontent strong {
         padding-left: 0px;
     }
     /*.team-up-with-your-dog-and-fight-the-war-on-waste*/
     
     .articles-template-default .clearfix .contentMain p {
         float: none;
     }
     /*how-to-paint-neat-edges */
     
     #main #primary .Maincontent h2.rtecenter a {
         text-decoration: none;
         font-size: 20.8px;
         font-family: "Open Sans Condensed";
         font-weight: 700;
         color: #b70000;
     }
     
     #main #primary .Maincontent h2.rtecenter {
         margin-top: 0px;
     }
     
     .logged-in .site-content #main .contentMain .comment_form_blog,
     .logged-in .site-content #main .contentMain .comment_form_blog textarea,
     .logged-in .site-content #main .contentMain .comment_form_blog p {
         display: inline-block;
         width: 100%;
     }
     
     .logged-in .site-content #main .contentMain .comment_form_blog textarea {
         height: 70px;
     }
     
     .comment-form .form-submit #submit {
         background: #b70000;
         color: #fff;
         font-size: 12px;
         font-weight: 700;
         margin: 2px;
         border-radius: 0px;
         padding-bottom: 12px;
         padding-left: 18px;
         padding-right: 18px;
         padding-top: 12px;
         text-transform: uppercase;
     }
     
     .contentMain .rtecenter p {
         width: 100%;
         display: inline-block;
     }
     
     p.rtecenter {
         width: 100%;
         display: inline-block;
     }
     /*fixed*/
     
     .articles-template-default .clearfix .contentMain .postIntro {
         font-family: 'Open Sans', sans-serif;
         font-size: 13px;
     }
     
     .articles-template-default .site-content .contentMain .imgContent .thumbImg {
         text-align: left;
         padding-left: 0px;
     }
     
     .articles-template-default .contentMain .detailPageHeader .author {
         margin-bottom: 10px;
     }
     
     .articles-template-default #primary .Maincontent strong {
         padding-left: 0px;
     }
     
     .articles-template-default .site-content .contentMain .Maincontent p {
         padding-left: 0px;
     }
     
     .articles-template-default .categorySection .imgContent {
         margin-bottom: 25px;
     }
     
     .articles-template-default .site-content .contentMain .Maincontent p {
         line-height: 23.998px;
     }
     /*project slider*/
     
     .mySlides {
         display: none
     }
     
     .mySlides img {
         vertical-align: middle;
     }
     
     .categorySection .dot_container {
         text-align: center;
     }
     
     .dot_container div {
         display: inline-block;
         text-align: center!important;
         margin: 0 2px;
     }
     
     span.dot.active {
         display: inline-block;
         text-align: center;
         background: #e6624d;
     }
     
     .dot_container span {
         width: 11px;
         height: 11px;
         background: #00000080;
     }
     
     .dot_container span:hover {
         background: #000000b3;
     }
     
     .mySlides.fade img {
         margin-bottom: 12px;
     }
     
     h3.rtecenter a {
         font-size: 18.2px!important;
     }
     
     .contentMain .imgContent .thumbImg {
         text-align: center;
     }
     /* Slideshow container */
     
     .slideshow-container {
         max-width: 1000px;
         position: relative;
         margin: auto;
     }
     /* Next & previous buttons */
     
     .slider-prev,
     .slider-next {
         cursor: pointer;
         position: absolute;
         top: 50%;
         width: auto;
         padding: 16px;
         margin-top: -22px;
         color: white;
         font-weight: bold;
         font-size: 18px;
         transition: 0.6s ease;
         border-radius: 0 3px 3px 0;
         user-select: none;
     }
     /* Position the "next button" to the right */
     
     .slider-next {
         right: 0;
         border-radius: 3px 0 0 3px;
     }
     /* On hover, add a black background color with a little bit see-through */
     
     .slider-prev:hover,
     .slider-next:hover {
         background-color: rgba(0, 0, 0, 0.8);
     }
     /* Caption text */
     
     .text {
         color: #f2f2f2;
         font-size: 15px;
         padding: 8px 12px;
         position: absolute;
         bottom: 8px;
         width: 100%;
         text-align: center;
     }
     /* Number text (1/3 etc) */
     
     .numbertext {
         color: #f2f2f2;
         font-size: 12px;
         padding: 8px 12px;
         position: absolute;
         top: 0;
     }
     /* The dots/bullets/indicators */
     
     .dot {
         cursor: pointer;
         height: 15px;
         width: 15px;
         margin: 0 2px;
         background-color: #bbb;
         border-radius: 50%;
         display: inline-block;
         transition: background-color 0.6s ease;
     }
     
     .active,
     .dot:hover {
         background-color: #717171;
     }
     /* Fading animation */
     
     .fade {
         -webkit-animation-name: fade;
         -webkit-animation-duration: 1.5s;
         animation-name: fade;
         animation-duration: 1.5s;
     }
     
     @-webkit-keyframes fade {
         from {
             opacity: .4
         }
         to {
             opacity: 1
         }
     }
     
     @keyframes fade {
         from {
             opacity: .4
         }
         to {
             opacity: 1
         }
     }
     /* On smaller screens, decrease text size */
     
     @media only screen and (max-width: 300px) {
         .slider-prev,
         .slider-next,
         .text {
             font-size: 11px
         }
     }
     /*contact us page*/
     
     .wpb_text_column.wpb_content_element.print-solutions {
         margin-bottom: 35px;
     }
     
     .source_txt {
         font-size: 13px;
         color: #333;
     }
     
     .advertise-with-us.page-template .contentMain {
         padding-left: 30px;
         padding-right: 30px;
         padding-bottom: 30px;
         padding-top: 25px;
     }
     
     .single.single-projects .contentMain {
         padding-left: 30px;
         padding-right: 30px;
         padding-top: 30px;
         padding-bottom: 0px;
     }
     
     .project_slider .navigation_icons_slider {
         opacity: 0;
         transition: .5s all linear;
     }
     
     .project_slider:hover .navigation_icons_slider {
         opacity: 1;
     }
     
     .project_slider .navigation_icons_slider a.slider-prev {
         left: 10px;
     }
     
     .project_slider .navigation_icons_slider a.slider-next {
         right: 10px;
     }
     
     .project_slider .navigation_icons_slider a.slider-next:hover,
     .project_slider .navigation_icons_slider a.slider-prev:hover {
         background: rgba(138, 137, 134, 1);
     }
     
     .project_slider .navigation_icons_slider a {
         padding: 0;
         font-size: 24px;
         width: 40px;
         height: 40px;
         background: rgba(138, 137, 134, 0.66);
         color: #333;
         text-align: center;
         line-height: 40px;
     }
     
     .project_slider {
         position: relative;
         border: 1px solid #f0eded;
         padding: 5px;
         margin-bottom: 20px;
     }
     
     .contact .gform_wrapper .gform_footer {
         width: 82px;
     }
     
     .contact .vc_column_container>.vc_column-inner {
         padding-left: 30px!important;
         padding-right: 30px!important;
     }
     
     .gform_wrapper ul.gform_fields li.gfield {
         padding-right: 0px!important;
     }
     /*.contact h1.vc_custom_heading, h2.vc_custom_heading, h3.vc_custom_heading { padding-left: 25px; padding-right: 25px; font-size: 23.4px; }*/
     
     .contact .entry-content p {
         font-size: 13px;
         padding-left: 25px;
         padding-right: 25px;
     }
     
     .contact .entry-content .vc_column-inner.vc_custom_1569324151214 {
         padding: 15px;
         width: 100%;
     }
     
     .contact .entry-content h1.vc_custom_heading {
         margin-bottom: 32px;
     }
     
     .wpb_column.vc_column_container.vc_col-sm-12.vc_col-has-fill {
         margin-top: 0px;
     }
     
     h3.gform_title {
         font-size: 26px!important;
         color: #222;
         font-weight: 700;
         font-family: 'Open Sans Condensed', sans-serif;
         text-transform: capitalize;
     }
     
     .gform_body label.gfield_label {
         font-size: 15px!important;
         font-size: 13px!important;
         font-family: 'Open Sans', sans-serif;
         font-weight: 700;
     }
     
     .entry-content .gform_wrapper {
         margin: 0px 0!important;
         max-width: 100%;
     }
     
     li#field_1_1 {
         margin-top: 58px;
     }
     /*label.gfield_label {padding-left: 22px;}*/
     
     select#input_1_1,
     select#input_1_16,
     select#input_1_10 {
         width: 149px;
         margin-left: 23px;
         height: 23.3906px;
         font-size: 13px;
         font-weight: 400;
         color: #000;
         font-family: Arial;
     }
     
     body .gform_wrapper .top_label div.ginput_container {
         margin-top: 0px!important;
     }
     
     textarea#input_1_2 {
         height: 200px;
         width: 393.594px;
         margin-left: 22px;
     }
     
     input#input_1_3,
     input#input_1_24,
     input#input_1_25,
     input#input_1_23,
     input#input_1_18,
     input#input_1_19,
     input#input_1_20,
     input#input_1_21,
     input#input_1_22 {
         margin-left: 20px;
         padding-left: 15px;
         height: 30px;
         width: 468px;
     }
     
     li#field_1_22 {
         margin-top: 0px;
     }
     
     div#gfield_description_1_22 {
         padding-top: 0px;
         font-size: 11.05px;
         color: #333;
         font-weight: 400;
     }
     
     input#gform_submit_button_1 {
         background: #b70000;
         color: #fff;
         font-size: 12px;
         font-weight: 700;
         margin: 2px;
         border-radius: 0px;
         padding-bottom: 12px;
         padding-left: 18px;
         padding-right: 18px;
         padding-top: 12px;
         text-transform: uppercase;
         margin-left: 20px;
     }
     
     .gform_footer.top_label {
         margin-top: 0px!important;
     }
     
     .gform_footer.top_label {
         padding-bottom: 42px!important;
     }
     
     article#post-7870 {
         margin-bottom: 40px;
     }
     
     .contact #primary {
         width: 100%;
     }
     
     body.contact form input,
     body.contact form textarea,
     body.contact form select {
         width: 100%/*!important*/
         ;
         margin-left: 0!important;
         height: 45px/*!important*/
         ;
     }
     
     .contact .gform_body select#input_1_1,
     select#input_1_16,
     select#input_1_10 {
         width: 468px;
         height: 31px;
     }
     
     .contact .gform_body textarea#input_1_2 {
         width: 468px;
     }
     /*contact us page*/
     /*Terms Of Use*/
     
     .terms-of-use .entry-content h1.vc_custom_heading {
         font-size: 26px;
         font-weight: 700;
         font-family: "Open Sans Condensed";
         color: #222;
         margin-top: 10px;
         margin-bottom: 11px;
     }
     
     .terms-of-use .entry-content h2.vc_custom_heading {
         font-size: 20.8px;
         font-weight: 700;
         font-family: "Open Sans Condensed";
         color: #333;
         margin-top: 0px;
         margin-bottom: 25px;
     }
     
     .entry-content p {
         font-size: 13px;
         margin-bottom: 23.998px;
         line-height: 23.998px;
         margin-top: 0px;
     }
     
     .page-template .contentMain {
         margin-bottom: 40px;
         padding: 15px 15px 30px 15px;
     }
     
     .site-main .vc_column-inner.vc_custom_1569314803695 {
         padding-top: 0px;
     }
     /*Terms Of Use*/
     /*Privacy Policy*/
     
     .vc_column-inner.vc_custom_1569319185593 {
         padding-top: 0px!important;
     }
     
     h3.vc_custom_heading {
         font-size: 18.2px;
         font-family: "Open Sans Condensed";
         margin-top: 0px;
         margin-bottom: 26.8814px;
         margin-top: 23.998px;
     }
     
     .entry-content .wpb_wrapper ol {
         font-size: 13px;
         padding-left: 55px;
     }
     
     .contentMain .show-au p {
         margin-bottom: 0px;
     }
     
     .privacy-policy-2 h1.vc_custom_heading {
         font-family: "Open Sans Condensed";
         font-size: 26px;
         color: #222;
         font-weight: 700;
         margin-top: 12px;
         margin-bottom: 0;
     }
     
     .privacy-policy-2 h2.vc_custom_heading {
         font-family: "Open Sans Condensed";
         font-size: 20.8px;
         color: #333;
         font-weight: 700;
         margin-top: 9px;
         margin-bottom: 25px;
     }
     
     .privacy-policy-2 .status-publish .vc_column_container>.vc_column-inner {
         box-sizing: border-box;
         padding-left: 30px;
         padding-right: 30px;
         width: 100%;
     }
     /*Privacy Policy*/
     /*Advertise With Us*/
     
     .advertise-with-us .vc_column-inner.vc_custom_1569317090437 {
         padding-top: 0px!important;
     }
     
     .advertise-with-us .entry-content .vc_row-has-fill>.vc_column_container>.vc_column-inner {
         padding-top: 0px;
     }
     
     .entry-content .wpb_single_image.wpb_content_element.vc_align_left {
         margin-bottom: 0px;
     }
     
     .wpb_column.vc_column_container.vc_col-sm-3 p {
         line-height: 11.4075px;
         font-size: 8.45px;
         text-align: center;
     }
     
     .vc_row-has-fill h2.vc_custom_heading {
         border-bottom: 1px solid #e0e0e0;
         margin-bottom: 10px;
     }
     
     .advertise-with-us .entry-content h3.vc_custom_heading {
         margin-top: 0px;
         font-style: italic;
         font-weight: 700;
         margin-bottom: 0px;
         outline-color: #333;
         color: #333;
     }
     
     .vc_row-has-fill ul {
         margin-top: 0px;
     }
     
     .vc_row-has-fill li {
         font-size: 13px;
         color: #333;
         line-height: 23.998px;
     }
     
     .ad-opp.vc_custom_1571137464611.vc_row-has-fill {
         padding-top: 29px;
     }
     
     .detail-table th {
         background-color: #f7f7f7;
         font-size: 14.3px;
         font-weight: 700;
         padding: 10.725px;
         text-transform: uppercase;
         color: #333;
         font-family: "Open Sans Condensed";
         border-bottom: 2px solid #e0e0e0;
     }
     
     .detail-table strong {
         font-size: 13px;
         color: #333;
     }
     
     .detail-table td {
         font-size: 13px;
         line-height: 23.998px;
         border-bottom: 1px solid #e0e0e0;
         padding: 9.75px;
     }
     
     .detail-table a {
         text-decoration: none;
         color: #b70000;
     }
     
     .au-text {
         font-size: 13px;
     }
     
     .au-text a {
         text-decoration: none;
         color: #b70000;
     }
     
     .vc_column_container.intro-box>.vc_column-inner {
         padding-left: 0!important;
     }
     
     .ad-title {
         font-family: "Open Sans Condensed";
         color: #222;
         /* font-size: 19px!important;*/
         font-weight: 700;
     }
     
     .advertise-with-us .vc_col-has-fill>.vc_column-inner {
         padding-top: 0px;
     }
     
     .ad-title h1.vc_custom_heading {
         margin-top: 10px;
         margin-bottom: 15px;
     }
     
     .print-solutions ul {
         margin-left: 12px;
     }
     
     .ad-opp h2.vc_custom_heading {
         font-family: "Open Sans Condensed";
         font-size: 20.8px;
     }
     
     .digital-solutions ul {
         margin-left: 12px;
     }
     
     .advertise-with-us .vc_column-inner.vc_custom_1569317065090 {
         padding-right: 30px!important;
     }
     
     .detail-table {
         padding-right: 30px;
     }
     
     .director-image img {
         width: 150px;
     }
     
     .ad-title h1.vc_custom_heading {
         font-size: 26px;
     }
     
     .get-the-mag .vc_column_container.issue-text>.vc_column-inner {
         padding-left: 0px!important;
     }
     
     .get-the-mag .vc_column_container.issue-text>.vc_column-inner {
         padding-left: 0px!important;
     }
     
     .advertise-with-us .detail-table {
         padding-bottom: 50px;
     }
     /*Advertise With Us*/
     
     .blogs-bottom .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
         margin-right: 0px;
     }
     /*contact*/
     
     .contact .content-area .gform_wrapper form {
         max-width: 550px;
     }
     /*contact*/
     /*search*/
     
     .search-results .footerSection {
         margin-top: 0px;
     }
     
     .search-results main#main {
         width: 880px;
         max-width: 880px;
         float: left;
         background: #fff;
         padding-left: 30px;
         padding-right: 30px;
         padding-bottom: 37px;
         padding-top: 0px;
         margin-top: 10px;
         margin-bottom: 40px;
     }
     
     .search-results h1.page-title {
         margin-top: 23px;
         margin-bottom: 0px;
         font-family: "Open Sans Condensed";
         font-size: 26px;
         font-weight: 700;
         color: #222;
     }
     
     .search-results .search-form_page {
         float: left;
     }
     
     .search-results .search-form_page form.search-form input[type=search] {
         border-radius: 0px;
         height: 30px;
         width: 328px;
         padding-left: 10px;
         padding-right: 30px;
         margin-top: 10px;
         font-size: 13px;
         border: 1px solid #ccc;
         background: none;
         margin-bottom: 23px;
     }
     
     .search-results h2.page-sub-title {
         font-size: 20.8px;
         font-family: "Open Sans Condensed";
         font-weight: 700;
         color: #333;
         margin-bottom: 27px;
     }
     
     .search-results .site-main li {
         font-size: 13px;
     }
     
     .search-results .entry-summary a {
         font-size: 15.6px;
         font-family: "Open Sans Condensed";
         font-weight: 700;
         color: #b70000;
         text-decoration: none;
     }
     
     .search-results .entry-summary {
         font-size: 13px;
         color: #333;
         font-family: 'Open Sans', sans-serif;
         line-height: 23.998px;
         word-break: break-all;
     }
     
     .search-results .site-main ol {
         padding-left: 23px;
     }
     /*.search-results .search-form_page input.search-submit { display: none; }*/
     
     .search-results .content-area span.comments-link a {
         text-decoration: none;
         padding-left: 5px;
         color: #333;
     }
     
     .search-results .content-area span.comments-link a:hover {
         text-decoration: underline;
         padding-left: 5px;
         color: #333;
     }
     
     .search-results .status-publish h3 {
         margin-block-end: 0px;
     }
     
     .search-results .entry-summary p {
         margin-block-start: 0px;
     }
     
     .search-results .site-main .search-form_page span.label_seach {
         font-size: 13px;
         font-family: 'Open Sans', sans-serif;
         color: #333;
         padding-top: 14px;
         font-weight: 700;
         margin-right: 10px;
         display: inline-block;
     }
     
     a.url.fn.n {
         font-size: 11.05px;
         color: #b70000;
         text-decoration: none;
     }
     
     footer.entry-footer {
         margin-top: 25px;
         margin-bottom: 15px;
     }
     
     span.posted-on_date {
         font-size: 11.05px;
         font-weight: 400;
         color: #333;
     }
     
     span.posted-on_time {
         font-size: 11.05px;
         font-weight: 400;
         color: #333;
     }
     
     .search-form_page form.search-form input[type=submit] {
         text-indent: inherit;
         background-image: none;
         width: auto;
         position: absolute;
         right: -90px;
         background: #b70000;
         border-radius: 0px;
         color: #fff;
         padding-top: 16px;
         padding-bottom: 25px;
         padding-left: 18px;
         padding-right: 18px;
         top: 5px;
         font-size: 12px;
         text-transform: uppercase;
         font-weight: 700;
         cursor: pointer;
     }
     /*search*/
     /*no search reasults*/
     
     .search-no-results .content-area h1.page-title {
         font-size: 26px;
         font-family: "Open Sans Condensed";
         font-weight: 700;
         color: #222;
     }
     
     .search-no-results span.label_seach {
         font-size: 13px;
         font-weight: 700;
         font-family: "Open Sans";
         color: #333;
     }
     
     .search-no-results .content-area form.search-form {
         float: none;
     }
     /*no search reasults*/
     /*404*/
     
     .search-no-results section.content-area {
         min-width: 880px;
         background: #fff;
         padding-left: 30px;
         padding-right: 30px;
         padding-top: 7px;
         margin-top: 10px;
         margin-bottom: 40px;
     }
     
     .search-no-results section.no-results.not-found h1.page-title {
         font-family: "Open Sans Condensed";
         font-size: 20.6px;
         color: #333;
         font-weight: 700;
         padding-top: 9px;
     }
     
     .search-no-results h1.page-title {
         margin-block-start: 0px;
         margin-block-end: 0px;
     }
     
     .search-no-results .site-main .page-content p {
         font-size: 13px;
         margin-top: 29px;
     }
     
     .search-no-results form.search-form input[type=search] {
         border-radius: 0px;
         border: 1px solid #ccc;
         margin-bottom: 13px;
     }
     
     .error404 h1.page-title {
         font-size: 26px;
         color: #222;
         font-family: "Open Sans Condensed";
         font-weight: 700;
     }
     
     .error404 .page-content h4 {
         font-size: 15.6px;
         font-family: "Open Sans Condensed";
         font-weight: 700;
         color: #333;
     }
     
     .error404 .page-content p {
         font-size: 13px;
         color: #333;
         font-family: 'Open Sans', sans-serif;
         font-weight: 400;
     }
     
     .error404 .page-content li {
         font-size: 13px;
         font-family: 'Open Sans', sans-serif;
         font-weight: 400;
     }
     
     .error404 .page-content a {
         text-decoration: none;
         color: #b70000;
     }
     
     .error404 section.error-404.not-found h1.page-title {
         margin-block-end: 0px;
         margin-block-start: 0px;
     }
     
     .error404 .contentMain {
         padding: 25px 15px 50px 25px;
     }
     
     .error404 .page-content h4 {
         margin-block-end: 0px;
         margin-block-start: 0px;
         padding-top: 15px
     }
     
     .error404 .field-item p {
         margin-block-end: 0px;
         margin-block-start: 0px;
     }
     
     .error404 .error-404.not-found .page-content p {
         margin-bottom: 27px;
         margin-top: 0px;
     }
     
     .error404 .page-content h4 {
         padding-bottom: 17px;
     }
     
     .not-found .page-content ul {
         margin-block-end: 0px;
         margin-block-start: 0px;
         line-height: 23.998px;
         padding-left: 60px;
         font-size: 13px;
         padding-bottom: 50px;
         margin-top: 27px;
     }
     /*404*/
     /*nothing found*/
     
     .section.no-results.not-found .page-content {
         margin-top: 27.7326px;
     }
     /*nothing found*/
     /*Check out the latest issue*/
     
     .bottom_section .bottom_section_inner .vc_column-inner {
         padding-left: 0!important;
     }
     
     .vc_row.wpb_row.vc_inner.vc_row-fluid.bottom_section_inner {
         margin: 0;
     }
     
     .get-the-mag h1.vc_custom_heading {
         margin-top: 10px;
         margin-bottom: 38px;
     }
     
     .get-the-mag .vc_col-has-fill>.vc_column-inner {
         padding-top: 0px;
     }
     
     .get-the-mag h1.vc_custom_heading {
         font-size: 26px;
         font-family: "Open Sans Condensed";
         font-weight: 700;
         color: #222;
     }
     /*.get-the-mag .vc_column_container>.vc_column-inner { padding-left: 21px!important;}*/
     
     .get-the-mag .issue-text p.p1 {
         font-size: 12px;
         line-height: normal;
         font-family: Calibri;
         line-height: 17px;
         color: #000;
         margin-bottom: 15px;
     }
     
     .get-the-mag .issue-text .p1 {
         font-family: Calibri;
         font-size: 12px;
     }
     
     .get-the-mag .issue-text-box {
         width: 521px;
     }
     
     .get-the-mag .right-box.wpb_column.vc_column_container.vc_col-sm-6 {
         width: 320px;
         padding-left: 0px;
         font-weight: 400;
     }
     
     .side-image .vc_single_image-wrapper.vc_box_border_grey,
     .side-image .vc_single_image-wrapper.vc_box_border_grey img,
     .side-image .vc_column-inner .wpb_single_image .vc_figure {
         width: 100%;
     }
     
     .side-image.wpb_column.vc_column_container.vc_col-sm-6 {
         padding-right: 10px;
     }
     
     .get-the-mag .vc_column_container.right-box>.vc_column-inner {
         padding-left: 0px!important;
     }
     
     .top-box .intro-images.wpb_column.vc_column_container.vc_col-sm-3 {
         min-width: 150px;
     }
     
     .vc_row.wpb_row.vc_row-fluid.top-box {
         display: flex;
     }
     
     .top-box .intro-box.vc_col-sm-9 {
         width: 100%;
         padding-left: 20px;
     }
     
     body .vc_column_container.intro-images>.vc_column-inner {
         padding-left: 0!important;
     }
     
     .vc_row.wpb_row.vc_row-fluid.top-box {
         margin: 0;
     }
     
     .detail-table table {
         border-collapse: collapse;
     }
     
     .get-the-mag .contentMain {
         margin-bottom: 40px;
         padding: 15px 15px 30px 30px;
     }
     /*Check out the latest issue*/
     /*signup*/
     
     .sign-up .content-area {
         float: left;
         width: 880px;
     }
     
     .sign-up .data-container h2.vc_custom_heading.heading-text {
         font-size: 20.8px;
         font-weight: 700;
         font-family: "Open Sans Condensed";
         color: #333;
         text-align: center!important;
     }
     
     .sign-up .entry-content .vc_custom_1569388878370 .wpb_content_element {
         margin-bottom: 0px;
     }
     
     .sign-up .entry-content .vc_custom_1569388878370 .vc_col-has-fill>.vc_column-inner {
         padding-top: 0px;
     }
     
     .sign-up .vc_col-has-fill>.vc_column-inner {
         padding-top: 0px;
     }
     
     .sign-up .vc_row.wpb_row.vc_row-fluid {
         padding-left: 30px;
         padding-right: 30px;
     }
     
     .sign-up .orange-bg.wpb_column.vc_column_container.vc_col-sm-12.vc_col-has-fill {
         padding-top: 30px;
         background: #fff;
     }
     
     .sign-up .site-main .entry-content h2.vc_custom_heading {
         margin-top: 10.4px;
         margin-bottom: 0px;
     }
     
     .sign-up .content-area .data-container .gform_body {
         padding-left: 15px;
     }
     
     .sign-up .content-area .data-container h3.gform_title {
         display: none;
     }
     
     .sign-up .content-area .data-container .gform_wrapper .gfield_radio li {
         margin: 0 0 0px;
     }
     
     .sign-up .content-area .data-container .gform_wrapper ul.gfield_radio {
         margin: 0px 0;
     }
     
     .sign-up .ginput_container.ginput_container_text input {
         height: 30px;
         padding-left: 15px;
         text-shadow: none;
     }
     
     .sign-up .content-area .data-container .gform_body select#input_2_10 {
         font-size: 13px;
         font-weight: 400;
         font-family: Arial, sans-serif;
         color: #000;
         width: 78px;
     }
     
     .sign-up .content-area .data-container .gform_body select#input_2_18_1 {
         font-size: 13px;
         font-weight: 400;
         font-family: Arial, sans-serif;
         color: #000;
         width: 62px;
     }
     
     .sign-up .content-area .data-container .gform_body select#input_2_18_2 {
         font-size: 13px;
         font-weight: 400;
         font-family: Arial, sans-serif;
         color: #000;
         width: 49px;
     }
     
     .sign-up .content-area .data-container .gform_body select#input_2_18_3 {
         font-size: 13px;
         font-weight: 400;
         font-family: Arial, sans-serif;
         color: #000;
         width: 54px;
     }
     
     .sign-up .content-area .data-container .gform_body div#gfield_description_2_18 {
         font-size: 10px;
         font-weight: 400;
         color: #333;
     }
     
     .sign-up .content-area .data-container input#input_2_19 {
         height: 30px;
         padding-left: 15px;
         text-shadow: none;
         width: 100%;
     }
     
     .sign-up .content-area .data-container .gform_footer.top_label input#gform_submit_button_2 {
         margin-left: 15px;
     }
     
     .sign-up .content-area .data-container div#gfield_description_2_19 {
         padding-top: 0px;
     }
     
     .sign-up .content-area .data-container .gform_footer.top_label input#gform_submit_button_2 {
         margin-left: 15px;
         background: none repeat scroll 0 0 #b70000;
         border: none;
         color: #fffefe;
         text-transform: uppercase;
         border-radius: 0;
         text-shadow: none;
         padding-bottom: 12px;
         padding-top: 12px;
         padding-left: 12px;
         padding-right: 12px;
         font-size: 12px;
         height: 38px;
         width: 85.3438px;
         font-weight: 700;
     }
     
     .sign-up .content-area .data-container div#gfield_description_2_19 {
         font-size: 11.05px;
         color: #333;
     }
     
     .sign-up .site-main .entry-content .vc_column-inner.vc_custom_1569388878370 {
         margin-bottom: 25px;
     }
     
     .captcha_label {
         position: relative;
     }
     
     body .gform_wrapper .captcha_label .gfield_captcha_container img.gfield_captcha {
         padding-bottom: 19px!important;
         display: inline-block;
     }
     
     .captcha_label>label.gfield_label {
         position: absolute;
         top: 47px;
         left: 0px;
     }
     
     .captcha_label label.gfield_label:after {
         content: " *";
         color: #790000;
     }
     /*signup*/
     /*Terms And Conditions*/
     
     .term-conditions .contentMain .entry-content .terms-title {
         margin-top: 0px;
         font-size: 26px;
         font-family: "Open Sans Condensed";
         color: #222;
         font-weight: 700;
         padding-left: 15px;
         margin-bottom: 10px;
     }
     
     .term-conditions .contentMain .entry-content .vc_col-has-fill>.vc_column-inner {
         padding-top: 0px;
     }
     
     .term-conditions #main .field-type-text-with-summary strong {
         font-size: 12px;
         color: #333;
     }
     
     .term-conditions .node-published .field-items {
         padding-left: 15px;
     }
     
     .term-conditions #main .field-type-text-with-summary .field-item.even a {
         color: blue;
         font-size: 12px;
         font-weight: 400;
         text-decoration: underline;
         font-family: 'Open Sans', sans-serif;
     }
     
     .term-conditions #main .field-type-text-with-summary .field-item.even a:visited {
         color: purple;
         font-size: 12px;
         font-weight: 400;
         text-decoration: underline;
         font-family: 'Open Sans', sans-serif;
     }
     /*Terms And Conditions*/
     /*see also*/
     
     #main .tg-container.categorySection.categorySectionBottom {
         background: #fff;
         padding-left: 30px;
         padding-right: 30px;
         box-sizing: border-box;
         width: 880px;
     }
     
     #main .secondSectionInner .show-posts h2.block-title {
         background: #414042;
         color: #fff;
         text-transform: uppercase;
         font-size: 26px;
         font-family: "Open Sans Condensed";
         padding-left: 8px;
         font-weight: 700;
     }
     
     #main .show-posts .post_contaner {
         display: inline-block;
         width: 100%;
     }
     
     .post_contaner .tg-column-12 {
         width: 50%;
         float: left;
         margin-bottom: 15px;
         padding-right: 20px;
     }
     
     .site-content .contentAreaLeft .post_contaner .tg-column-12 .post-title a {
         font-family: "Open Sans Condensed";
         font-size: 14.3px;
         text-decoration: none;
         color: #222;
         font-weight: 700;
     }
     
     .post-title .post_excerpt {
         font-size: 13px;
         line-height: 23.998px;
     }
     
     .site-content .contentAreaLeft .post_contaner .tg-column-12 .post-image {
         float: left;
         margin-right: 20px;
     }
     /*see also*/
     /*How to increase the curb appeal of your home in a weekend*/
     
     .post-template-default div#primary .Maincontent h3 {
         padding-left: 15px;
     }
     
     .post-template-default div#primary .Maincontent li {
         font-size: 13px;
     }
     
     .post-template-default #primary .Maincontent strong {
         padding-left: 0px;
         font-weight: 400;
     }
     
     .post-template-default div#primary .Maincontent h3.rtecenter a {
         text-decoration: none;
         color: #b70000;
     }
     
     .post-template-default div#primary .Maincontent strong {
         color: #333;
         font-weight: 700;
         font-size: 13px;
         font-family: 'Open Sans', sans-serif;
     }
     
     .post-template-default .categorySection .Maincontent h3.rtecenter {
         margin-bottom: 20px;
     }
     
     .post-template-default div#primary .Maincontent ul {
         padding-left: 65px;
     }
     /*How to increase the curb appeal of your home in a weekend*/
     /*=================================responsive=================================*/
     
     .all-post-container .wpb_single_image figure,
     .all-post-container .wpb_single_image figure a,
     .all-post-container .wpb_single_image figure a img {
         width: 100%;
     }
     
     @media only screen and (max-width: 1200px) {
         /*see also*/
         #main .secondSectionInner .show-posts h2.block-title {
             font-size: 19.5px;
             padding-left: 8px;
             font-weight: 700;
         }
         .post_contaner .tg-column-12 {
             padding-right: 15px;
         }
         #main .tg-container.categorySection.categorySectionBottom {
             width: 70%;
         }
         /*see also*/
         .sign-up .vc_row.wpb_row.vc_row-fluid {
             padding-left: 25px;
             padding-right: 25px;
         }
         .sign-up .orange-bg.wpb_column.vc_column_container.vc_col-sm-12.vc_col-has-fill {
             padding-left: 20px;
             padding-right: 20px;
         }
         .sign-up .content-area {
             max-width: 700px;
         }
         .sign-up .content-area .data-container .gform_body {
             padding-left: 40px;
             padding-right: 40px;
         }
         body .heading_text .vc_column_container .vc_column-inner {
             padding-left: 30px!important;
         }
         .get-the-mag .right-box.wpb_column.vc_column_container.vc_col-sm-6 {
             padding-left: 30px;
         }
         body .vc_column_container.issue-text-box>.vc_column-inner {
             padding-left: 30px!important;
             padding-right: 30px!important;
         }
         .get-the-mag .issue-text-box {
             width: 100%;
         }
         .diy-videos .entry-content .tg-container.categorySection.contentMain {
             width: 100%;
         }
         .contentMain {
             width: 70%;
         }
         .contentAreaRight {
             width: 30%;
         }
         .vc_row.wpb_row.vc_row-fluid.slider-section {
             padding-left: 15px;
             padding-right: 15px;
             box-sizing: border-box;
         }
         .slider-section .wpb_column.vc_column_container.vc_col-sm-8 {
             width: 70%;
         }
         .slider-section .wpb_column.vc_column_container.vc_col-sm-4 {
             width: 30%;
             padding-left: 20px;
         }
         .advertise-with-us .site-content .entry-content .au-text {
             padding-left: 30px;
         }
         .advertise-with-us .detail-table {
             padding-left: 30px;
             overflow: scroll;
         }
         .advertise-with-us .ad-opp.vc_custom_1571137464611.vc_row-has-fill {
             padding-top: 29px;
             margin: auto;
             padding-left: 15px;
         }
         .advertise-with-us .ad-title h1.vc_custom_heading {
             padding-left: 27px;
         }
         .advertise-with-us .contentAreaRight {
             width: 30%;
         }
         .advertise-with-us .contentMain {
             width: 70%
         }
         .advertise-with-us #content #main {
             padding-left: 15px;
             padding-right: 15px;
             box-sizing: border-box;
         }
         .search-results section.content-area {
             padding-left: 10px;
             padding-top: 10px;
             padding-right: 10px;
         }
         .search-results form.search-form {
             display: block;
         }
         .search-results .search-form_page form.search-form input[type=search] {
             width: 100%;
         }
         .search-results #content #main {
             margin-bottom: 40px;
         }
         .terms-of-use #content #main {
             padding-left: 10px;
             padding-right: 10px;
         }
         .contact #content #main {
             padding-left: 25px;
             padding-right: 25px;
         }
         .terms-of-use .vc_row.wpb_row.vc_row-fluid.terms-text {
             padding-left: 30px;
             padding-right: 30px;
         }
         .privacy-policy-2 #content #main {
             padding-left: 10px;
             padding-right: 10px;
         }
         .privacy-policy-2 .vc_row.wpb_row.vc_row-fluid.privacy-text {
             padding-left: 30px;
             padding-right: 30px;
         }
         /*.contentMain{width: 70%;}
.contentAreaRight {
    width: 30%;}*/
         .tg-container.categorySection {
             padding-left: 15px;
             padding-right: 15px;
             box-sizing: border-box;
         }
         .tg-container.categorySection {
             padding-left: 15px;
             padding-right: 15px;
             box-sizing: border-box;
         }
         .slider-section .wpb_column.vc_column_container.vc_col-sm-8>.vc_column-inner {
             padding-left: 0;
         }
         .logoSection {
             width: 350px;
             padding-top: 40px;
         }
         .topMenu_Social {
             float: right;
             padding-right: 30px;
         }
         .sfsi_plus_wicons {
             padding-top: 0px;
         }
         .site-branding {
             display: inline-block;
             width: 100%;
             padding-left: 60px;
             padding-right: 90px;
             box-sizing: border-box;
         }
         .mainMenu {
             padding-left: 50px;
             padding-right: 120px;
             box-sizing: border-box;
         }
         nav.main-navigation ul li a {
             padding: 12px;
         }
         .content-area {
             max-width: 1100px;
             margin: 0 auto;
             /*padding: 0 15px;*/
         }
         .side-bar1 .vc_column_container>.vc_column-inner {
             padding-left: 0;
         }
         .side-bar1 .wpb_column.vc_column_container.vc_col-sm-8 {
             width: 100%;
             margin-right: 0;
             margin-left: 0;
             padding-left: 15px;
             padding-right: 15px;
         }
     }
     
     .subcategory_grid a {
         display: inline-block;
         width: 100%;
     }
     
     .subcategory_grid .subcategory_img_wrapper a {
         display: inline-block;
         width: 100%;
         line-height: 0;
     }
     
     .subcategory_grid .pciwgas-img-wrapper.subcategory_img_wrapper {
         line-height: 0;
     }
     
     .page_default_body-class.archive.category .contentMain,
     .page_default_body-class.single.single-articles .contentMain {
         padding: 30px;
     }
     
     .archive.category .contentMain .entry-title h3 {
         margin-top: 0;
     }
     /*.single.single-articles .contentMain .postIntro { font-size: 13px; font-family: 'Open Sans', sans-serif; font-weight: 700;}*/
     
     .single.single-articles .contentMain img.wp-post-image,
     .single.single-articles .contentMain img.wp-image {
         width: 100%;
     }
     /*.single.single-articles .contentMain .entry-sub-title img {
    width: 13px;}*/
     
     @media only screen and (max-width: 1100px) {
         .topMenu_Social {
             width: 480px;
         }
         nav.main-navigation ul li a {
             padding: 12px 5px;
             font-size: 14px;
         }
     }
     
     @media only screen and (max-width: 990px) {
         body .heading_text .vc_column_container .vc_column-inner {
             padding-left: 15px!important;
         }
         body .vc_column_container.issue-text-box>.vc_column-inner {
             padding-left: 15px!important;
             padding-right: 15px!important;
         }
         .main-navigation ul ul.sub-menu li {
             text-align: left;
         }
         .projects-section .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
             margin-right: 0;
         }
         .projects-section .vc_grid-item.vc_clearfix.vc_col-sm-6 {
             padding-left: 20px;
         }
         .entry-content .post-area2 {
             background: #fff;
         }
         .home .wpb_text_column.wpb_content_element h2.category_title {
             font-size: 17px;
         }
         .features-section a,
         .blog-section a.vc_gitem-link {
             font-size: 16px;
         }
         .home .wpb_text_column.wpb_content_element h2.category_title {
             font-size: 17px;
         }
         .all-post-container .wpb_column.vc_column_container.vc_col-sm-6 {
             width: 50%;
             margin-right: 0;
         }
         .site-branding .social_links_header {
             text-align: center;
         }
         .slider-section .wpb_column.vc_column_container.vc_col-sm-8,
         .slider-section .wpb_column.vc_column_container.vc_col-sm-4 {
             width: 100%;
         }
         .slider-section .wpb_column.vc_column_container.vc_col-sm-4 {
             margin-top: 30px;
         }
         .slider-section .wpb_column.vc_column_container.vc_col-sm-4 figure.wpb_wrapper.vc_figure,
         .slider-section .wpb_column.vc_column_container.vc_col-sm-4 a {
             width: 100%;
             text-align: center;
         }
         .advertise-with-us .contentMain,
         .advertise-with-us .contentAreaRight {
             width: 100%;
         }
         .tg-container.categorySection .subcategory_grid {
             width: calc(100% / 2 - 8px);
             height: inherit;
             vertical-align: top;
         }
         .mainMenu {
             padding-right: 50px;
         }
         .menu-main-menu-container {
             width: 100%;
             display: inline-block;
             text-align: center;
         }
         .main-navigation>ul {
             display: inline-block;
         }
         .logoSection {
             width: 100%;
             text-align: center;
         }
         .topMenu_Social {
             width: 100%;
             padding: 0;
             text-align: center;
         }
         nav.main-navigation ul li a {
             padding: 12px;
             font-size: 14px;
         }
         .topMenu_Social .top-header-menu-class {
             display: none;
         }
         .topMenu_Social .header_1 {
             float: none;
         }
         form.search-form {
             max-width: 238px;
             margin: 0 auto;
             float: none;
             display: block;
         }
         form.search-form input[type=search] {
             margin-bottom: 10px;
             margin-top: 0px;
         }
         form.search-form input[type=submit] {
             top: 4px;
         }
         .footer-logo-container .facebook-icon,
         .footer-logo-container .pintrest-icon,
         .footer-logo-container .insta-icon {
             width: 100%;
             float: left;
             margin-right: 0;
         }
         span.footer_icon_text {
             font-size: 15.5px;
         }
         body .site footer.site-footer>div,
         .copy_right_txt {
             display: none;
         }
         body .site footer.site-footer>div.terms_conditions {
             display: block;
         }
         /*.copy_right_txt {    padding-bottom: 20px;}*/
         footer#colophon {
             padding: 15px;
         }
     }
     
     @media only screen and (max-width: 767px) {
         .contact .gform_body select#input_1_1,
         select#input_1_16,
         select#input_1_10 {
             width: 100%;
             /*height: 45px; */
         }
         .contact .gform_body select#input_1_1,
         select#input_1_16,
         select#input_1_10 {
             width: 100%;
         }
         .contact .gform_body input#input_1_3,
         input#input_1_24,
         input#input_1_25,
         input#input_1_23,
         input#input_1_18,
         input#input_1_19,
         input#input_1_20,
         input#input_1_21,
         input#input_1_22 {
             width: 100%;
         }
         .contact .gform_body textarea#input_1_2 {
             width: 100%;
         }
         .single.single-projects #main .vote_share_container {
             padding: 0px 0px 40px 0px;
             display: inline-block;
             width: 100%;
         }
         .share-buttons .at-share-btn-elements {
             padding-right: 0;
         }
         .advertise-with-us .entry-content p {
             line-height: 20px;
             margin-bottom: 18.998px;
         }
         .advertise-with-us .top-box .intro-box.vc_col-sm-9 {
             padding-left: 0px;
         }
         .advertise-with-us .top-box .intro-images.wpb_column.vc_column_container.vc_col-sm-3 {
             min-width: auto;
             float: left;
             width: 52%;
         }
         .advertise-with-us .vc_row.wpb_row.vc_row-fluid.top-box {
             display: block;
         }
         .advertise-with-us .entry-content .intro-images .director-image img {
             width: 90%;
         }
         .get-the-mag .right-box.wpb_column.vc_column_container.vc_col-sm-6 {
             padding-left: 0px;
         }
         .get-the-mag .right-box .wpb_wrapper {
             display: block;
             width: 100%;
         }
         .get-the-mag .right-box .wpb_single_image.wpb_content_element.vc_align_left figure.wpb_wrapper.vc_figure {
             width: 100%!important;
         }
         .get-the-mag .right-box .wpb_wrapper {
             padding-right: 0px!important;
         }
         .get-the-mag .issue-text-box {
             width: 100%;
         }
         .issue-text-box .vc_row.wpb_row.vc_inner.vc_row-fluid {
             max-width: 100%;
             margin: 0px;
         }
         .get-the-mag .vc_column_container>.vc_column-inner {
             padding-left: 0px!important;
         }
         .main-navigation ul ul.sub-menu li {
             text-align: center;
         }
         .copy_right_txt {
             padding-bottom: 0px;
         }
         .entry-content .post-area1>div .vc_column-inner,
         .entry-content .post-area>div .vc_column-inner,
         .garden-section .vc_column-inner,
         .entry-content .post-area2>div {
             height: auto;
         }
         body .main-navigation ul {
             display: none
         }
         body .main-navigation.toggled ul,
         body .menu-toggle {
             display: block;
         }
         .projects-section .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
             padding-right: 0px;
         }
         .terms-of-use .contentMain {
             width: 100%;
         }
         .terms-of-use .wpb_wrapper {
             padding-left: 10px;
             padding-right: 10px;
         }
         .terms-of-use h2.vc_custom_heading {
             padding-left: 0px;
         }
         .terms-of-use .entry-content .vc_row.wpb_row.vc_row-fluid {
             padding-left: 25px;
             padding-right: 25px;
         }
         img.pciwgas-cat-img {
             width: 100%;
         }
         .all-post-container .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_visible-item.fadeIn.animated {
             padding-right: 8px;
         }
         .vc_grid-item.vc_clearfix.vc_col-sm-6.vc_visible-item.fadeIn.animated {
             width: 50%;
             display: inline-block;
             margin-left: 0px;
         }
         .features-section a {
             font-size: 17.2px;
         }
         .all-post-container .wpb_column.vc_column_container.vc_col-sm-6 {
             width: 100%;
             margin-right: 0;
             background: #fff;
         }
         .vc_column_container>.vc_column-inner {
             padding-right: 0px!important;
             padding-left: 0px!important;
         }
         .contentAreaRight {
             padding-left: 0;
             margin-top: 20px;
         }
         .contentMain {
             padding: 15px;
         }
         .contentMain,
         .contentAreaRight {
             width: 100%;
         }
         .slider-section .wpb_column.vc_column_container.vc_col-sm-4>.vc_column-inner {
             padding-right: 15px;
         }
         .diy-tabs .vc_tta-container .vc_tta-panels .vc_active .vc_tta-panel-title a {
             text-transform: capitalize;
             font-size: inherit;
             font-weight: 600;
         }
         body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
             border-color: #414042!important;
             background-color: #414042!important;
         }
         .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 a {
             color: #fff!important;
             font-size: 14px!important;
         }
         .main-navigation ul ul.sub-menu {
             position: static;
             float: none;
             width: 100%;
         }
         .mainMenu {
             padding-right: 15px;
             padding-left: 15px;
         }
         .site-branding {
             padding-left: 15px;
             padding-right: 15px;
         }
         .logoSection {
             padding-left: 0;
             padding-top: 20px;
         }
         .vc_row.wpb_row.vc_row-fluid.slider-section {
             margin: 0;
             float: none;
             display: inline-block;
             width: 100%;
         }
         .vc_row.wpb_row.vc_row-fluid.slider-section:before,
         .vc_row.wpb_row.vc_row-fluid.slider-section:after {
             content: none;
         }
         .slider-section .wpb_column.vc_column_container.vc_col-sm-4 {
             margin-top: 30px;
             padding-left: 0;
         }
         .slider-section .vc_col-sm-4 .wpb_single_image .vc_figure,
         .slider-section .vc_col-sm-4 .wpb_single_image .vc_figure a,
         .slider-section .vc_col-sm-4 .wpb_single_image .vc_figure a img,
         .side-bar-fb.wpb_column.vc_column_container.vc_col-sm-4 {
             width: 100%;
         }
         .fb-page.fb_iframe_widget.fb_iframe_widget_fluid>span,
         .fb-page.fb_iframe_widget.fb_iframe_widget_fluid>span iframe {
             width: 100%!important;
         }
         form.search-form {
             display: none
         }
         .main-navigation button.menu-toggle {
             width: 100%;
             height: 40px;
             margin-top: 5px;
             margin-bottom: 3px;
             ;
         }
         .main-navigation li {
             float: none;
         }
         .menu-main-menu-container {
             display: block;
         }
         .main-navigation button.menu-toggle {
             background-image: url(images/menuIcon.svg);
             background-repeat: no-repeat;
             background-position: center;
             font-size: 0;
             background-size: 31px;
         }
     }
     
     @media only screen and (max-width: 600px) {
         .tg-container.categorySection .subcategory_grid {
             width: 100%;
         }
     }
     
     @media only screen and (max-width: 1200px) {
         .diy-videos .tg-container.categorySection .subcategory_grid {
             width: calc(100% / 3 - 8px);
         }
         /*.get-the-mag .contentAreaRight { width: 100%; }*/
         .get-the-mag .content-area .site-main {
             padding-left: 10px;
             padding-right: 10px;
         }
         .get-the-mag .right-box.wpb_column.vc_column_container.vc_col-sm-6 {
             width: 100%;
         }
         .get-the-mag .right-box .wpb_single_image.wpb_content_element.vc_align_left figure.wpb_wrapper.vc_figure {
             width: 50%;
         }
         .get-the-mag .right-box .wpb_wrapper {
             display: inline-block;
             float: left;
             width: 100%;
             padding-right: 25px;
         }
         .main-navigation ul ul a {
             width: 100%;
         }
         body.post,
         body.page {
             margin-bottom: 0
         }
         /*body.home .entry-content>.vc_row {margin: 0;}*/
         .diy-videos main#main {
             padding-left: 0px!important;
             padding-right: 0px!important;
         }
         .page_default_body-class main#main {
             padding-left: 15px;
             padding-right: 15px;
         }
         .archive.category .tg-container.categorySection {
             padding-left: 0px;
             padding-right: 15px;
         }
         .tg-container.categorySection {
             padding-left: 0;
             padding-right: 0;
         }
     }
     
     @media only screen and (max-width: 1024px) {
         .diy-videos h1.page_title_diy {
             padding-left: 15px;
         }
         .search-results div#content {
             width: 700px;
             float: left;
         }
         .privacy-policy-2 .contentMain {
             width: 67%;
         }
         .terms-of-use .contentMain {
             width: 67%;
         }
         .page_default_body-class.single.single-articles .contentMain#primary {
             padding: 30px;
         }
         /*div#primary { padding-left: 0px; padding-right: 0px; }*/
         .vc_column_container>.vc_column-inner {
             box-sizing: border-box;
             padding-left: 0px!important;
             padding-right: 0px!important;
         }
         .tg-container.categoryHeaderSectioin h3.entry-sub-title {
             margin: 0px auto;
             max-width: 100%;
             padding-right: 15px;
             padding-left: 15px;
         }
         #content #main {
             max-width: 100%;
             margin: auto;
             /*  padding-left: 15px;
    padding-right: 15px;*/
         }
         .content-area.contentAreaLeft article {
             display: inline-block;
             width: calc(33% - 2px);
         }
         .entry_breadcrumbs {
             padding-left: 15px;
             padding-right: 15px;
         }
     }
     
     @media only screen and (max-width: 1023px) {
         .single.single-projects .contentMain,
         .single.single-projects .contentAreaRight {
             width: 100%;
         }
         .single.single-projects .tg-container.categorySection {
             padding-left: 0px;
             padding-right: 0px;
         }
         .single.single-projects .contentAreaRight {
             padding-left: 0;
         }
         .single.single-projects .advertisements {
             padding-left: 15px;
             padding-right: 15px;
         }
     }
     
     @media only screen and (max-width: 812px) {
         /*see also*/
         #main .tg-container.categorySection.categorySectionBottom {
             width: 100%;
         }
         .post_contaner .tg-column-12 {
             width: 100%;
         }
         /*see also*/
         .sign-up .content-area {
             max-width: 100%;
         }
         .get-the-mag .content-area .contentMain {
             width: 100%;
             padding-left: 30px;
             padding-right: 30px;
         }
         .get-the-mag .content-area .contentAreaRight {
             width: 100%;
             padding-left: 0px;
         }
         .search-results div#content {
             width: 100%;
         }
         .privacy-policy-2 .contentMain {
             width: 100%;
         }
         .terms-of-use .contentMain {
             width: 100%;
         }
         .terms-of-use .contentAreaRight {
             padding-left: 0px;
             width: 100%;
         }
         .privacy-policy-2 .contentAreaRight {
             padding-left: 0px;
             width: 100%;
         }
         /*	.entry-content .vc_row.wpb_row.vc_row-fluid { padding-left: 25px; padding-right: 25px; }*/
         .vc_column_container>.vc_column-inner {
             box-sizing: border-box;
             padding-left: 0px!important;
             padding-right: 0px!important;
         }
         /*.blogs-bottom .vc_gitem_row.vc_row.vc_gitem-row-position-top {
    margin-right: 10px;
}*/
         .blogs-bottom .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
             margin-right: 0px!important;
         }
         .features-bottom .vc_grid.vc_row .vc_grid-item {
             margin-bottom: 0px;
             padding-left: 10px;
         }
         .features-bottom {
             margin-left: -7px;
         }
         .contentMain {
             max-width: 100%;
             margin: 0 auto;
             padding: 0 15px;
         }
         .content-area {
             max-width: 100%;
             padding: 0px;
         }
         .field-content img {
             width: 100%;
         }
         .content-area.contentAreaLeft article {
             display: inline-block;
             width: calc(50% - 3px);
         }
         .views-row.views-row-1.views-row-odd.views-row-first {
             padding: 0px;
         }
         .entry_breadcrumbs {
             padding-left: 15px;
             padding-right: 15px;
         }
     }
     
     @media only screen and (max-width: 768px) {
         /*see also*/
         #main .tg-container.categorySection.categorySectionBottom {
             width: 100%;
         }
         .post_contaner .tg-column-12 {
             width: 100%;
         }
         /*see also*/
         .sign-up .content-area {
             max-width: 100%;
         }
         .advertise-with-us .site-content .contentainer_area_main .contentAreaRight {
             padding-left: 0px;
         }
         /*.get-the-mag .content-area .contentMain { width: 100%; padding-left: 45px; padding-right: 30px; }*/
         .diy-videos h1.page_title_diy {
             padding-left: 30px;
         }
         .diy-videos .contentAreaRight {
             width: 100%;
             padding-top: 15px;
             padding-left: 0px;
         }
         .diy-videos .content-area .contentMain {
             width: 100%;
         }
         .get-the-mag .site-main .contentAreaRight {
             width: 100%;
             padding-left: 0px;
         }
         .get-the-mag .content-area .contentMain {
             width: 100%;
         }
         .get-the-mag #main .contentMain .entry-content {
             width: 70%;
         }
         .privacy-policy-2 .contentMain {
             width: 100%;
         }
         .terms-of-use .contentAreaRight {
             padding-left: 0px;
             width: 100%;
         }
         .terms-of-use .contentMain {
             width: 100%;
         }
         .contentMain {
             max-width: 100%;
             margin: 0 auto;
             padding: 0 15px;
         }
         .content-area {
             max-width: 100%;
             /* padding: 0 15px;*/
         }
         .content-area.contentAreaLeft article {
             display: inline-block;
             width: calc(50% - 3px);
             vertical-align: top;
         }
         .tg-container.categorySection {
             padding-left: 15px;
             padding-right: 15px;
             box-sizing: border-box;
         }
         /*#content #main
{
	padding-left: 0px;
	padding-right: 0px;
}*/
     }
     
     @media only screen and (max-width: 440px) {
         .vote_share_container .share-buttons {
             float: none;
         }
         .contentMain {
             max-width: 100%;
             margin: 0 auto;
             padding: 0 15px;
         }
         .content-area {
             max-width: 100%;
             padding: 0px;
         }
         .content-area.contentAreaLeft article {
             display: inline-block;
             width: 100%;
         }
         .contentAreaLeft .field-content img {
             width: 100%;
         }
         .entry_breadcrumbs {
             padding-left: 15px;
             padding-right: 15px;
         }
     }
     
     @media only screen and (max-width: 320px) {
         .single.single-projects .contentMain {
             padding: 15px;
         }
     }
     
     h3.rtecenter a {
         color: #b70000;
         text-decoration: none;
     }
     
     .rtecenter a {
         color: #b70000;
         text-decoration: none;
     }