/*
Theme Name: Security Electronics and Networks
Theme URI: http://www.gluedigital.com.au
Description: The Security Electronics and Networks is a theme that support a Redux Framework (<a href='https://reduxframework.com/' target='_blank'>reduxframework.com</a>). Implemented a bootstrap for the responsive design. This theme is a project of Glue Digital (<a href='http://gluedigital.com.au/' target='_blank'>http://gluedigital.com.au/</a>).
Author: Glue Digital
Author URI: http://www.gluedigital.com.au
Version: 1.0
Tags: light, three-columns, right-sidebar, flexible-width, custom-colors, custom-header, custom-background, custom-menu, theme-options, threaded-comments, sticky-post, translation-ready, security, electronics, networks, reduxframework, redux-framework, gd
License: GNU/GPL Version 2 or later
License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url('vc_templates/style.css');
@import url('css/universal-style.css');

/**************************************************
FONTS
**************************************************/

@font-face {
    font-family: 'CocoGothic';
    src: url('fonts/CocoGothic.ttf');
}

/**************************************************
HEADER
**************************************************/
#page .position-fixed .logo-wrap a{
    z-index: 999;
    padding: 5px 0;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
}
#page .position-fixed .logo-wrap a img{
	

}
#page #logo{
    box-sizing: border-box;
    text-align: center;
}
#page p{
	margin-bottom:20px;
}
#page .header-01{
	padding:10px 0 0;
}
header .header-00 #social-icons, header .header-00 .header-content{
    padding: 10px 0 9px;
}
header .header-00 .header-content{
	display:inline-block;
}
#page header .header-00 .top-button{
	display:inline-block;
	background-color:#ffb406;
	color:#111;
	padding: 10px 15px 9px;
	font-weight:800;
	margin-left:15px;
}
#page header .header-00 .top-button:hover{
	background-color:#f9c447;
}
#page header .header-00 .header-content a{
	color:#ffb406;
}
header .header-00 .get-a-appointment{
    padding: 10px 20px;
}
header .header-00 .get-a-appointment, header .header-00 #social-icons{
	float:right;
}
header .header-01 #logo .logo {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 380px;
	margin-top:5px;
	margin-bottom:5px;
}
header .my-main-header #main-navigation a{
    display: block;
    font-size: 14px;
    color: #3D3D3D;
    text-transform: uppercase;
	line-height:inherit;
	font-family: 'CocoGothic';
}
header .my-main-header #main-navigation li{
    position: relative;
    padding: 0;
    display: inline-block;
	margin-bottom:0;
}
header .my-main-header #main-navigation ul{
	margin-bottom:0;
}
header .my-main-header #main-navigation ul ul{
    display: none;
	background-color:#fff;
    position: absolute;
    top: 100%;
    font-size: 90%;
    left: 0;
    padding: 0;
    z-index: 1;
}
header .my-main-header #main-navigation ul ul li {
    float: none;
    text-align: left;
    width: 260px;
    border-right: 0px;
    padding: 0px;
    margin-left: 0px;
    background-color: #6692C3;
	border-bottom:1px solid #004C9A;
}
header .my-main-header #main-navigation ul ul li:hover{
    background-color: #004C9A;
}
header .my-main-header #main-navigation ul ul li a{
	font-weight:500;
	padding:10px 20px !important;
	text-transform:capitalize  !important;
	color:#fff !important;
}
header .header-03.position-fixed{
    background-color:#fff;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 5px 0 rgba(0,0,0,0.06), 0 1px 10px 0 rgba(0,0,0,0.08);
}
header .header-02{
    padding: 4px 0;
	text-transform:uppercase;
}
header .header-02 .my-main-header #main-navigation a{
	padding:9px 38px !important;
    font-weight: 600;
}
header .header-03{
	display:none;
}
header .other-top-function .cart-icon{
    background: no-repeat center center #fff;
    background-image: url(images/cart.jpg);
    background-size: 25px auto;
	width:45px;
	height:45px;
	border:1px solid #E7E7E7;
    float: left;
}
#page header .other-top-function .cart-total{
    height: 45px;
    float: left;
    color: #fff;
    padding-top: 14px;
    padding-left: 12px;
    font-weight: 600;
    font-size: 14px;
}
header .other-top-menu a{
	padding-left:5px;
	padding-right:5px;
	text-transform:uppercase;
    font-weight: 600;
}


/**************************************************
FOOTER
**************************************************/

#page footer .footer-02{
	position:relative;
    padding: 35px 0 35px;
}
#page footer .logo{
	width: 160px;
}
#page footer .footer-01 p{
    font-size:14px;
}
#page footer .menu-footer-menu-container ul{
	margin-bottom:0;
	margin-top:55px;
}
#page footer .menu-footer-menu-container ul li {
	margin-bottom:0;
    display: inline-block;
}
#page footer .menu-footer-menu-container ul li a{
	color: #ffffff;
}
#page footer .menu-footer-menu-container ul li a:after{
	content: " | ";
    display: inline-block;
	margin-left:10px;
	margin-right:10px;
	color: #858585 !important;
}
#page footer .menu-footer-menu-container ul li:last-child a:after{
	content:'';
}
#page #footer-copyright{
    padding-top: 5px;
    padding-bottom: 5px;
}
#page footer b{
	color:#fff;
}
#page footer a{
	color:#858585;
}
#page footer a:hover, #page footer .menu-footer-menu-container ul li a:hover{
    color: #3590d6;
}
#page footer .short-content{
    line-height: 23px;
}
#page footer .contact-details{
	padding-top:35px;
	padding-bottom:35px;
    line-height: 23px;
}
#page footer .menu-features-menu-container li{
	margin-bottom:5px;
	line-height: 15px;
}
#page footer #mc_signup_form .mc_var_label, #page footer #mc_display_rewards{
	display:none;
}
#page footer #mc_mv_EMAIL{
    width: 300px;
    padding: 10px 15px;
	margin-top: 15px;
}
#page footer #mc_mv_EMAIL::-webkit-input-placeholder, #page footer #mc_mv_EMAIL:-moz-placeholder, #page footer #mc_mv_EMAIL::-moz-placeholder, #page footer #mc_mv_EMAIL:-ms-input-placeholder {
    text-align:center;
}
#page footer #mc_signup_submit{
	background-color: transparent;
    border: 2px solid;
    width: 200px;
    font-size: 13px;
    padding: 13px 10px 10px;
    letter-spacing: 1px;
    margin-top: 0;
}


/**************************************************
HOME PAGE
**************************************************/

#page #home_ls{
	padding-bottom:45px;
}
#page h3.latest-stories{
	font-weight:400;
	font-family: 'Poppins';
	margin-bottom:35px;
    position: relative;
}
#page h3.latest-stories:after{
	content:' ';
	background-image:url('images/line-hr2.png');
	background-repeat:no-repeat;
	width:803px;
	position:absolute;
	height:11px;
    top: 7px;
    left: 165px;
}
#page #latest-stories .hls-container{
	margin-bottom:15px;
}
#page #latest-stories .hls-title{
    color: #111;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Poppins';
    display: inline-block;
}
#page #latest-stories .hls-content{
    color: #333;
    font-size: 14px;
	line-height:22px;
    height: 70px;
    overflow: hidden;
}
#page #latest-stories a.hls-url{
    background-color: transparent;
    color: #111;
    padding: 7px 25px;
    text-transform: uppercase;
    margin-top: 25px;
    display: inline-block;
    font-size: 12px;
    border: 2px solid #111;
    font-family: 'Poppins';
}
#page .ad-main-resize{
	min-height:60px;
	margin-bottom:10px;
}
#page .ad-side-resize{
	min-height:180px;
	margin-bottom:10px;
}
#page .ad-main-row{
	margin-left:-5px;
	margin-right:-5px;
}
#page .ad-main-row .col-sm-6{
	padding-left:5px;
	padding-right:5px;
}
#page .most-view-container .thumbnail-side-bar{
    height: 75px;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	margin: 0 auto 1em;
}
#page .most-view-container .date{
    font-size: 10px;
}
#page .most-view-container h3{
    font-weight: 400;
    font-family: 'Poppins';
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    font-size: 18px;
    text-align: left;
}
#page .most-view-container .text-title{
	display: block;
    overflow: hidden;
    max-height: 54px;
}
#page .side-ad .ads_image img{
	height:auto;
}


/**************************************************
INNER PAGE
**************************************************/

#page #pages, #page #posts{
	padding-top:0px;
    background-color: #fff;
    position: relative;
}
#page h1, #page h2, #page h3, #page h4, #page h5, #page h6{
	font-size:36px;
	line-height:40px;
	margin-top:0;
	font-weight:bold;
}
#page #social-icons a{
	color:#999999;
	font-size:16px;
}
#page h2{
	font-size:26px;
	line-height:36px;	

	font-weight: 400;
	color:#404141;
}
#page h3{
	font-size:22px;
	line-height:24px;	

	font-weight: 400;
}
#page h4{
	font-size:18px;
	line-height:25px;	

}
#page h5{
	font-size:14px;
	line-height:21px;
}
#page h6{
	font-size:13px;
	line-height:20px;
}
#page p, #page li, #page label{
    font-size: 13px;
    line-height: 20px;
    color: #777777;
}
#page p, #page li{
    margin-bottom: 15px;
}
#page div{
    color: #777777;
}
#page #pages .entry-content{
    padding-bottom: 55px;	

}
#page #pages.index .entry-content{
    padding-bottom: 0;	

}
#page #inner-content ul{
    margin-bottom: 15px;
}
#page #inner-content ul li, #page #inner-content ol li{
	list-style: initial;
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
}
#page #inner-content ol li {
    list-style: decimal;
}
#page #inner-content ul li li{
    list-style: circle;
}
#page #sidebar{
    padding-bottom: 45px;
}
#page #sidebar aside{
    margin-bottom: 25px;
	padding:20px 15px;
	background-color: #ECECEC;
}
#page #sidebar input[type="submit"]{
	border:0;
}
#page #sidebar input[type=search]{
	border:0;
	padding:5px 15px;
	max-width:100%;
}
#page #sidebar aside ul li a{
	font-size:11px;
}
#page #sidebar .ads_image{
	margin-bottom:15px;
    display: block;
}
#page #sidebar .mailchimp-box{
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 15px 10px 10px;
    background-color: #f7f7f7;
}
#page #sidebar .mailchimp-box .mc_merge_var{
    margin-bottom: 0;
    margin-top: 5px;
}
#page #sidebar .mailchimp-box b, #page #sidebar .mailchimp-box .mc_var_label, #page #sidebar .mailchimp-box #mc_display_rewards{
	display:none;
}


/**************************************************
BLOG PAGE
**************************************************/

#page .blog-con{
	margin-bottom:45px;
	float:left;
	width:100%;
	padding:25px 25px;
    border: 1px solid #dddddd;
}
#page .blog-con .blog-c-content{
	background-color:#E8E8E8;
    padding-left: 15px;
    padding-right: 15px;
}
#page .blog-hr{
    border-top: 1px solid #AAADAC;
    width: 100%;
    margin: 30px 0 0;
}
#page .blog-con .blog-date {
    background-color: #FFFFFF;
    font-weight: 600;
    width: 70px;
    text-align: center;
    margin-left: 15px;
    margin-top: 15px;
    position: absolute;
    padding: 8px 5px;
}
#page .blog-con .blog-date .day{
    color: #323232;
    background-color: #FFFFFF;
    font-size: 28px;
	line-height:30px;
}
#page .blog-con .blog-date .month{
    color: #323232;
    background-color: #FFFFFF;
	text-transform:uppercase;
}
#page .blog-con .blog-date b{
	font-weight:500;
	text-transform:uppercase;
	color:#6786C4;
}
#page .blog-con .blog-img{
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 185px;
    background-color: #ffffff;
    display: block;
    margin-bottom: 0;
    position: relative;
    width: 40%;
    border: 1px solid #ddd;
	float:left;
}
#page #latest-stories .hls-image-render{
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    display: block;
    margin-bottom: 0;
    position: relative;
    border: 1px solid #ddd;
	float:left;
}
#page .blog-con .blog-content{
    position: relative;
    width: 60%;
	float:left;
	padding-left:15px;
	padding-right:15px;
}
#page .blog-con .blog-name a{
    color: #323232;
    padding: 0px;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    display: inline-block;
    font-family: 'Poppins';
}
#page .blog-info{
    font-size: 11px;
    color: #3EB1FD;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#page .blog-cat{
	background-color: #779ECF;
	padding:5px 10px;
	font-style:normal;
	color:#fff;
	margin-right:15px;
	text-transform:uppercase;
}
#page .blog-con .blog-details{
	color:#E86427;
	font-size:13px;
	margin-bottom:10px;
}
#page .blog-con .blog-content{
    font-size: 12px;
    color: #111;
    line-height: 22px;
    display: block;
}
#page .alt-readmore-infinite{
    border: 2px solid #E86427;
    color: #E86427;
    padding: 12px 55px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-top: 40px;
	cursor:pointer;
}
#page .alt-readmore-infinite{
    border: 2px solid #ff5100;
    color: #ff5100;
}
#page .wpcf7 input[type="submit"]{
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 35px;
    border-radius: 0;
	border:0;
	background-color:#3590d6;
    font-weight: 800;
    margin-top: -15px;
}
#page .bup-time-slots-available-list li {
	display:none;
}
#page .bup-time-slots-available-list li.bup-btn-book-app-li {
	display:inline-block;
}
#page .post-description img{
    height: initial !important;
}
#page .post-description p img{
    margin-bottom:15px !important;
}
#page #latest-stories a.hls-url:hover{
	color:#3590d6 !important;
	border:2px solid #3590d6 !important;
}
#cornerContainer{
	z-index:99 !important;
}
#commentform .fa-wrap:before{
	position: absolute;
    font-family: 'FontAwesome';
    font-weight: normal;
    line-height: 30px;
    font-size: 16px;
    z-index: 10;
    display: block;
    color: #ddd;
    right: 0px;
    margin-right: 25px;
    margin-top: 10px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
#commentform .fa-wrap:hover:before{
    color: #3A8FD7;
}
#commentform textarea{
    height: 100px;
}
#commentform .fa-wrap:before{
	font-family:'FontAwesome';
}
#commentform input[type="text"], #commentform input[type="password"], #commentform input[type="date"], #commentform input[type="datetime"], #commentform input[type="email"], #commentform input[type="number"], #commentform input[type="search"], #commentform input[type="tel"], #commentform input[type="time"], #commentform input[type="url"], #commentform textarea{
	-webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    font-weight: 500;
    font-size: 13px;
    color: #777777;
    background: transparent;
    width: 100%;
    border: 1px solid #C1C1C1;
    margin: 0 0 12px 0;
    padding: 10px 20px 10px 20px;
    position: relative;
    margin-bottom: 15px;
    display: block;
}
#commentform input[type="text"]:hover, #commentform input[type="password"]:hover, #commentform input[type="date"]:hover, #commentform input[type="datetime"]:hover, #commentform input[type="email"]:hover, #commentform input[type="number"]:hover, #commentform input[type="search"]:hover, #commentform input[type="tel"]:hover, #commentform input[type="time"]:hover, #commentform input[type="url"]:hover, #commentform textarea:hover, #commentform input[type="text"]:focus, #commentform input[type="password"]:focus, #commentform input[type="date"]:focus, #commentform input[type="datetime"]:focus, #commentform input[type="email"]:focus, #commentform input[type="number"]:focus, #commentform input[type="search"]:focus, #commentform input[type="tel"]:focus, #commentform input[type="time"]:focus, #commentform input[type="url"]:focus, #commentform textarea:focus {
	border: 1px solid #3A8FD7;
}
#commentform input[type="submit"] {
    background-color: #3A8FD7;
    color: #fff;
    max-width: 100%;
    display: inline-block;
    padding: 10px;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 5px;
}

/**************************************************
CONTACT PAGE
**************************************************/

#page .wpcf7-form{
    background-color: #ededec;
    padding: 20px 20px 50px;
}
#page .wpcf7-form textarea{
	height:120px;
}
#page .wpcf7-form p{
	margin-bottom:0;
}
#page .wpcf7-form label{
	width:100%;
}


/**************************************************
ARCHIVE POSTS
**************************************************/

#page .blog-wp-img{
	background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    height: 145px;
    background-color: #ffffff;
    display: block;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    float: left;
}
#page .blog-wp-name h3{
    padding: 0px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Poppins';
    margin-top: 10px;
	height:42px;
	overflow:hidden;
}
#page .blog-wp-name h3 a{
    font-family: 'Poppins';
}
#page .blog-wp-text{
    height: 125px;
    overflow: hidden;	
}
#page #search-form input[type="text"]{
    margin-top: 0;
    border: 1px solid #D5D5D5;
    background-color: #fff;
    font-weight: 400;
    color: #000;
    font-size: 12px;
    padding: 13px 20px;
    max-width: 100%;
	width:400px;
    margin-bottom: 15px;
}
#page #search-form button[type="submit"]{
    border: 0px none;
    background-color: #E1E1E1 !important;
    color: #262626 !important;
    text-transform: uppercase;
    font-size: 14px;
    height: 40px;
    padding: 0 15px;
    position: absolute;
    top: 2px;
    font-weight: bold;
    right: 18px;
}
#page #search-form input[type="text"]:placeholder-shown{
	font-style:normal !important;
}
#page aside h4.widget-title{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 15px;
	margin-top: 0px;
	color: #404141;
	letter-spacing: 1px;
}
#page aside hr{
	border-top:1px solid #B7BAB9;
	width:90px;
}
#page aside ul{
	margin-bottom:35px;
}
#page aside ul, #page aside ul li{
	list-style:none !important;
}
#page aside ul li{
	padding-left:0 !important;
	margin-left:0 !important;    

	margin-bottom: 8px !important;
}
#page aside ul li a{
	color:#404141;
}
#page aside .thumbnail-side-bar{
	background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-color: #1E1E1E;
    display: block;
    margin-bottom: 6px;
    position: relative;
}
#page aside .side-news a{
	text-transform:uppercase;
	color:#404141;
}
#page aside .side-news small.date{
	color:#17A5AF;
}
#page aside .side-news small.text-content{
	color:#9C9C9C;
}
#page aside h4.widget-title:after{
	content:" ";
    display: block;
    border-top: 1px solid #B7BAB9;
    width: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#page .bup-front-cont{
	z-index:0;
}
#page #topbar{
	margin-bottom:45px;
}
#page #pages h2{
	font-weight:600;
	margin-bottom:25px;
}
#page .post-description div{
	max-width:100% !important;
}

/**************************************************
FORMS
**************************************************/

#page input[type="text"],
#page input[type="email"],
#page input[type="tel"],
#page input[type="password"],
#page textarea,
#page select{
    background-color: #fff;
    border: 1px solid #C1C1C1;
    padding: 12px 15px;
    width: 100%;
    color: #333;
    font-size: 13px;
	margin-top:5px;
    margin-bottom: 10px;
}
#page select{
    padding: 10px 15px;
}
#page input[type="submit"], #page #pages button, #page .readmore {
    background-color: #3A8FD7;
    color: #fff;
    padding: 8px 25px 7px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: 'CocoGothic';
}
#page .readmore.sm-readmore {
	font-family:'Montserrat';
    padding: 7px 20px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 800;
}
#page .readmore.lg-readmore{
    padding: 13px 85px;
    font-size: 15px;
	text-transform:inherit;
    border-radius: 3px;
    font-weight: 800;
}
#page .readmore.trans-readmore{
    background-color:transparent !important;
	border:2px solid #f7ad1e;
}
#page input[type="submit"]:hover, #page button:hover, #page .readmore:hover {
    background-color: #004080;
}


/**************************************************
BREADCRUMBS
**************************************************/

#topbar{
    padding-top:8px;
	padding-bottom:8px;
	margin-bottom:5px;
}
#breadcrumb .breadcrumbs {
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
}
#breadcrumb .breadcrumbs li {
    color: #cccccc;
    font-size: 12px;
    margin: 0;
    padding-right: 10px;
    display: inline-block;
    font-family: 'Open Sans';
}
#breadcrumb .breadcrumbs li.separator {
    color: #cccccc;
}
#breadcrumb .breadcrumbs li a {
    color: #cccccc;
    font-weight: 400;
    font-family: 'Open Sans';
}
#breadcrumb .breadcrumbs li strong {
    font-weight: 400;
    color: #fff;
}


/**************************************************
POST
**************************************************/

#page .post-title h1{
    color: #000000;
    padding: 0px;
    font-size: 3em;
    line-height: 1.2;
    text-transform: capitalize;
    display: inline-block;
    font-family: 'Poppins';
    font-weight: 400;
}
#page .post-info{
	font-size: 13px;
    color: #88888c;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 15px;
    font-style: italic;
}
#page .featured_image{
	margin-bottom:15px;
}
#page .social-share{
	margin-bottom:15px;
}
#page .social-share a{
    display: inline-block;
    padding: 8px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #fff !important;
    margin-right: 3px;
}
#page .social-share a span{
    font-family: 'Poppins';
    margin-left: 7px;
    font-weight: normal;
}
#page .social-share a.ss-facebook{
	background-color:#354F8D;
}
#page .social-share a.ss-twitter{
	background-color:#39A2E9;
}
#page .social-share a.ss-pinterest{
	background-color:#BA1829;
}
#page .social-share a.ss-linkedin{
	background-color:#2869AA;
}
#page .post-info span{
    color: #3EB1FD;
}
#page .post-info span:nth-child(2){
	text-transform:lowercase;
}
#page .post-description img{
	max-width:100%;
	height:initial;
}
#page .post-description h3{
	font-size: 16px;
    color: #323232;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 15px;
}
#page .post-description p{
	font-size: 13px;
    color: #323232;
    font-family: 'Poppins';
    margin-bottom: 15px;
}


/**************************************************
FORUM
**************************************************/

#page #content-section #bbpress-forums li{
    list-style: none;
    margin-left: 0;
	margin-bottom:0;
}
#page #content-section #bbpress-forums ul{
	margin-bottom:0;
}
#page #content-section #bbpress-forums ul.bbp-topics, #page #content-section #bbpress-forums ul.forums.bbp-replies{
	margin-bottom:15px;
}
#page #content-section #bbpress-forums #subscription-toggle{
    margin-top: 10px;
    display: inline-block;
    margin-left: 15px;
}
#page #content-section #bbpress-forums #subscription-toggle a, #page #content-section #bbpress-forums #favorite-toggle a{
	background-color: #3eb1fd;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: bold;
}
#page #content-section #bbpress-forums #favorite-toggle a{
    background-color: #fff;
    color: #212121;
}
#page #content-section #bbpress-forums .bbp-reply-content #subscription-toggle{
    margin-top: 0;
    display: inline-block;
    margin-left: 0;
}
#page #content-section #bbpress-forums input[type="submit"], #page #content-section #bbpress-forums button[type="submit"], #page #pages button {
    border: 0;
    margin-top: 0;
    padding: 11px 15px;
}
#page #content-section #bbpress-forums #bbp-search-form #bbp_search{
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 15px;
}
#page #content-section #bbpress-forums .bbp-breadcrumb{
    padding-bottom: 10px;
    padding-top: 10px;
}
#page #content-section #bbpress-forums p.bbp-topic-meta span a{
    vertical-align: middle;
    display: table-cell;
}
#page #content-section #bbpress-forums p.bbp-topic-meta span a.bbp-author-name{
    vertical-align: baseline;
}
#page #content-section #bbpress-forums li.bbp-header, #page #content-section #bbpress-forums li.bbp-footer {
    background: #202020;
}
#page #content-section #bbpress-forums li.bbp-header li, #page #content-section #bbpress-forums li.bbp-footer li, #page #content-section #bbpress-forums li.bbp-header div, #page #content-section #bbpress-forums li.bbp-footer div{
	color:#fff;
    font-family: 'CocoGothic';
	text-transform:uppercase;
}
#page #content-section #bbpress-forums div.bbp-forum-content, #page #content-section #bbpress-forums div.bbp-topic-content, #page #content-section #bbpress-forums div.bbp-reply-content{
	margin-left:0;
}
#page .bbp-form{
	max-width:500px;
	margin:0 auto;
}
#page #hide_ad_float_content{
	position: fixed;
	bottom: 0;
	left: 0;
	height: auto;
	max-height: 140px;
	width: 100%;
	background-color: #fff;
	color: #333;
	border-top: 0;
	z-index: 5;
	text-align: center;
}
#page #hide_ad_float{
	background-color: #fff;
	border: 2px solid #41A3DD;
	width: 40px;
	font-size: 13px;
	height: 40px;
	color: #41A3DD;
	position: absolute;
	top: -20px;
}
#page .wpcf7-form br {
    display:none;
}
#page .wpcf7-form span.wpcf7-not-valid-tip {
    background-color: #b42826;
    color: #fff;
    padding: 2px 15px;
    margin-top: -10px;
    font-size: 10px;
    display: block;
}
#page .wpcf7-form span.wpcf7-not-valid-tip {
    background-color: #b42826;
    color: #fff;
    padding: 2px 15px;
    margin-top: -10px;
    font-size: 10px;
    display: block;
}
#page .wpcf7-response-output {
    background-color: #f7e700;
    color: #111;
    padding: 8px 15px;
    margin-top: 8px;
    border: 0;
    font-size: 11px;
    width: 100%;
    margin: 8px 0 0;
}
#page .wpcf7-response-output.wpcf7-validation-errors{
    background-color: #f7e700;
    color: #111;
}
#page .wpcf7-response-output.wpcf7-validation-ok, #page .wpcf7-response-output.wpcf7-validation-success{
    background-color: #68ab19;
    color: #fff;
}

/**************************************************
PAGINATION
**************************************************/

#page .post-pagination a{
	color: #333;
    border: 1px solid #333;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: uppercase;
    display: inline-block;
}
#page .post-pagination li, #page .post-pagination ul {
    display: inline-block;
}
#page .post-pagination li {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-right: 10px;
}
#page .post-pagination li:hover a{
	color: #fff;
    border: 1px solid #666;
    background-color:#666;
}
#page .post-pagination li.active a{
	color: #fff;
    border: 1px solid #3A8FD7;
    background-color: #3A8FD7;
    padding: 8px 17px;
}


/**************************************************
404 PAGE NOT FOUND
**************************************************/

#page .page-404 {
    background-clip: padding-box;
}
#page .page-404 .header,

#page .page-404 .sub-header,

#page .page-404 .sub-header2 {
    color: #333;
    padding: 1em 0;
    text-transform: uppercase;
    font-family: 'Open Sans';
}
#page .page-404 b {
    color: #3A8FD7;
}
#page .page-404 .header {
    font-size: 500%;
    padding: 0;
    line-height: 80px;
    text-align: center;
    letter-spacing: -1px;
}
#page .page-404 .sub-header {
    font-size: 12px;
    text-align: center;
}
#page .page-404 .sub-header p {
    background-color: #3A8FD7;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 10px;
    padding: 0.5em 2.5em;
    margin-top: 1em;
    font-family: 'Open Sans';
    margin-bottom: 10em;
}

/**************************************************
HOVER STYLE
**************************************************/
#page .hvr-sweep-to-right:before{
    background: #FFFC03;
}

/**************************************************
GRID STYLE
**************************************************/

#page #show_menu{
	display:none;
}
#page #home_cat .grid-item:first-child{
	border-top: 0;
}
#page #home_cat .grid-item .hc-title{
	font-weight: bold;
	text-transform: uppercase;
	overflow:hidden;
}
#page #home_cat .grid-item .hc-title a{
	color: #111;
	font-family:'Poppins';
}
#page #home_cat .grid-item .hc-link a{
	background-color: transparent;
	color: #111;
	padding: 7px 35px;
	text-transform: uppercase;
	margin-top: 25px;
	display: inline-block;
	font-size: 14px;
	border: 2px solid #111;
	font-family: 'Poppins';
}
#page #home_cat .grid-item .ad-top, #page #home_cat .grid-item .ad-bottom{
	overflow: hidden;
	font-family: 'CocoGothic';
	text-transform: uppercase;
	background-color: #212121;
	color: #fff;
	padding: 5% 0;
	text-align: center;
	font-size: 15px;
}
#page #home_cat .grid-item .ad-mid{
	background-color: #212121;
}


/**************************************************
MOBILE STYLE
**************************************************/

@media (max-width: 599px){
	#page #home_cat .grid-item .hc-img-wrapper{
		width: 30%;
	}
	#page #home_cat .grid-item img, #page #home_cat .grid-item picture{
		height:auto !important;
	}
	#page #home_cat .grid-item .hc-container{
		width: 70%;
		padding-left:15px;
		padding-right:15px;
	}
	#page #home_cat .grid-item{
		border-top: 1px solid #ccc;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		padding-top:20px;
		padding-bottom:20px;
	}
	#page #home_cat .grid-item .hc-link a{
		background-color: transparent;
		color: #111;
		padding: 7px 25px;
		text-transform: uppercase;
		margin-top: 25px;
		display: inline-block;
		font-size: 12px;
		border: 2px solid #111;
		font-family: 'Poppins';
	}
	#page #home_cat .grid-item .ad-top, #page #home_cat .grid-item .ad-bottom{
		font-size:12px;
		padding:10px 0;
	}
	#page #home_cat .grid-item.ads{
		display:block;
		text-align:center;
	}
	#page .blog-con .blog-content, #page .blog-con .blog-img, #page .hls-container .hls-image{
		width: 100%;
		margin-bottom:15px;
	}
	#page .ad-side-resize{
		text-align:center;
	}
}
@media (min-width: 100px){
	#page .header-01{
		padding:0 5px;
	}
	header .header-01 #main-navigation{
		padding-left: 32px;
		margin-right: 15px;
	}
	#page .header-01 .gd-wrapper .gd-social-icons a, #page .header-01 .gd-wrapper .gd-header-action .fa{
		color:#999999;
		cursor:pointer;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	#page .header-01 .gd-wrapper .gd-social-icons a:hover, #page .header-01 .gd-wrapper .gd-header-action .fa:hover{
		color:#fff !important;
	}
	#page .header-01 .gd-wrapper{
		max-width:1770px;
		width:100%;
		margin:0 auto;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: 100%;
		z-index: 2;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#page .header-01 .gd-logo{
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		line-height: 1;
		-webkit-box-ordinal-group: 1;
		order: 0;
		z-index: 5;
	}
	#page .header-01 .gd-logo .logo{
		max-width: 100%;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		width: 160px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#page .header-01 .gd-social-icons{
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		padding-right: 15px;
		white-space: nowrap;
	}
	#page .header-01 .gd-header-action{
		webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	#page .header-01 .my-main-header.headerbg{
		height: 42px;
		overflow: hidden;
	}
	#page .header-01 .gd-header-search, #page .header-01 .gd-header-menu{
		display:none;
		position: absolute;
		background: #F3F3F0;
		border-bottom: 1px solid #ccc;
		width: 100%;
		z-index:1;
	}
	#page .header-01 .gd-header-search #search-form {
		max-width: 1100px;
		position: relative;
		margin: 0 auto;
	}
	#page .header-01 .gd-header-search #search-form input[type="text"]{
		background-color: transparent;
		border: 0;
		opacity: .333;
		display: block;
		padding: 8px;
		outline: 0;
		width: 100%;
		padding-right: 75px;
		text-overflow: ellipsis;
		font-size: 1.5em;
		height: 68px;
		color: #000;
		margin-bottom:0;
	}
	#page .header-01 .gd-header-search #search-form button[type="submit"]{
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 8px;
		text-transform: uppercase;
		outline: 0;
		cursor: pointer;
		z-index: 3;
	}
}
@media (min-width: 600px){
	#home_cat{
		overflow: hidden;
		margin-top:25px;
		margin-bottom:45px;
	}
	#home_cat .home_cat_main .grid-item.ads{
    	background-color: #212121;
	}
	#home_cat .home_cat_main{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		background: #f9f8f3;
		margin: 0 auto;
		max-width: 1770px;
		padding: 2px;
	}
	#page #home_cat .grid-item:hover .hc-featured-image {
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	#page #home_cat .grid-item .hc-title a{
		color: #fff;
		font-family:'Poppins';
	}
	#page #home_cat .grid-item .hc-link a{
		background-color: transparent;
		color: #fff;
		padding: 7px 35px;
		text-transform: uppercase;
		margin-top: 25px;
		display: inline-block;
		font-size: 14px;
		border: 2px solid #fff;
		font-family: 'Poppins';
	}
	#page #home_cat .grid-item .hc-link, #page #home_cat .grid-item .hc-title{
		text-align:center;
	}
	#home_cat .home_cat_main .grid-item {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin: 2px;
		padding: 0;
		display: block;
		position: relative;
		border-top: 0;
	}
	#home_cat .home_cat_main .grid-item:first-child {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		background-color: #626262;
		overflow: hidden;
	}
	#home_cat .home_cat_main .hc-img-wrapper{
	    position: absolute;
		width: auto;
		bottom: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;	

		width: inherit !important;
		height: inherit !important;
	}
	#home_cat .home_cat_main .hc-img-wrapper .hc-picture{
		bottom: 0;
		top: 0;
		left: 0;
		position: absolute;
		right: 0;
		z-index: 1;
	}
	#home_cat .home_cat_main .hc-img-wrapper .hc-featured-image{
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		font-family: object-fit\: cover;
		display: block;
		width: 100%;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	#home_cat .hc-container{
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		z-index: 3;
		padding: 15px;
	}
	#page #home_cat .grid-item .ad-top, #page #home_cat .grid-item .ad-bottom{
		font-size:12px;
	}
	#home_cat .home_cat_main .hc-img-wrapper:after{
		background-color: #32283c;
		background: -moz-linear-gradient(45deg, rgba(50, 40, 60, .9) 1%, rgba(142, 43, 136, .6) 25%, rgba(255, 0, 82, .7) 100%);
		background: -webkit-linear-gradient(45deg, rgba(50, 40, 60, .9) 1%, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.7) 100%);
		background: linear-gradient(45deg, rgba(50, 40, 60, .9) 1%, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.7) 100%);
		bottom: 0;
		content: "";
		left: 0;
		opacity: .5;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
	}
	#page .most-view-container .col-xs-4{
		padding-right:0;
	}
	#page .most-view-container .col-xs-8{
		padding-left:0;
	}
}
@media (min-width: 600px){
	#home_cat .home_cat_main .grid-item{
		-webkit-flex-basis: calc(36.5% - 2px * 2);
		-ms-flex-preferred-size: calc(36.5% - 2px * 2);
		flex-basis: calc(36.5% - 2px * 2);
	}
	#home_cat .home_cat_main .grid-item.ads{
		-webkit-flex-basis: calc(27% - 2px * 2);
		-ms-flex-preferred-size: calc(27% - 2px * 2);
		flex-basis: calc(27% - 2px * 2);
	}
	#home_cat .home_cat_main .grid-item:first-child{
		-webkit-flex-basis: calc(36.5% - 2px * 2);
		-ms-flex-preferred-size: calc(36.5% - 2px * 2);
		flex-basis: calc(36.5% - 2px * 2);
	}
	#page #home_cat .grid-item .hc-title {
		font-size: 20px;
		line-height:25px;
		height:70px;
	}
	#page #home_cat .grid-item .hc-link a {
		padding: 5px 25px;
		margin-top: 20px;
		font-size: 12px;
	}
}
@media (min-width: 900px){
	#home_cat .home_cat_main .grid-item{
		-webkit-flex-basis: calc(27% - 2px * 2);
		-ms-flex-preferred-size: calc(27% - 2px * 2);
		flex-basis: calc(27% - 2px * 2);
	}
	#home_cat .home_cat_main .grid-item.ads{
		-webkit-flex-basis: calc(27% - 2px * 2);
		-ms-flex-preferred-size: calc(27% - 2px * 2);
		flex-basis: calc(27% - 2px * 2);
	}
	#home_cat .home_cat_main .grid-item:first-child{
		-webkit-flex-basis: calc(27% - 2px * 2);
		-ms-flex-preferred-size: calc(27% - 2px * 2);
		flex-basis: calc(27% - 2px * 2);
	}
	#page #home_cat .grid-item .hc-title {
		font-size: 28px;
		line-height:36px;
		height:70px;
	}
	#page #home_cat .grid-item .hc-link a {
		padding: 7px 35px;
		margin-top: 25px;
		font-size: 14px;
	}
	#page .header-01 .gd-header-action{
    	padding-right: 90px;
	}
}
@media (min-width: 1100px){
	#home_cat .home_cat_main .grid-item:first-child, #home_cat .home_cat_main .grid-item:nth-child(6) {
		-webkit-flex-basis: calc(30% - 2px * 2);
		-ms-flex-preferred-size: calc(30% - 2px * 2);
		flex-basis: calc(30% - 2px * 2);
		min-height: 0;
	}
	#home_cat .home_cat_main .grid-item:nth-child(3), #home_cat .home_cat_main .grid-item:nth-child(4){
		-webkit-flex-basis: calc(50% - 2px * 2);
		-ms-flex-preferred-size: calc(50% - 2px * 2);
		flex-basis: calc(50% - 2px * 2);
		min-height: 0;
	}
	#home_cat .home_cat_main .grid-item.analysis, #home_cat .home_cat_main .grid-item.features, #home_cat .home_cat_main .grid-item:nth-child(10){
		-webkit-flex-basis: calc(26.6% - 2px * 4);
		-ms-flex-preferred-size: calc(26.6% - 2px * 2);
		flex-basis: calc(26.6% - 2px * 4);
		min-height: 0;
	}
	#home_cat .home_cat_main .grid-item.ads{
		-webkit-flex-basis: calc(16% - 2px * 2);
		-ms-flex-preferred-size: calc(16% - 2px * 2);
		flex-basis: calc(16% - 2px * 2);
		min-height: 0;
	}
}
@media (min-width: 1200px){
	#home_cat .home_cat_main .grid-item.ads{
		-webkit-flex-basis: calc(21% - 2px * 2);
		-ms-flex-preferred-size: calc(21% - 2px * 2);
		flex-basis: calc(21% - 2px * 2);
		min-height: 0;
	}
	#home_cat .home_cat_main .grid-item:first-child, #home_cat .home_cat_main .grid-item:nth-child(6) {
		-webkit-flex-basis: calc(27% - 2px * 2);
		-ms-flex-preferred-size: calc(27% - 2px * 2);
		flex-basis: calc(27% - 2px * 2);
		min-height: 0;
	}
	#home_cat .home_cat_main .grid-item:nth-child(3), #home_cat .home_cat_main .grid-item:nth-child(4){
		-webkit-flex-basis: calc(43% - 2px * 2);
		-ms-flex-preferred-size: calc(43% - 2px * 2);
		flex-basis: calc(43% - 2px * 2);
		min-height: 0;
	}
	#home_cat .home_cat_main .grid-item.analysis, #home_cat .home_cat_main .grid-item.features, #home_cat .home_cat_main .grid-item:nth-child(10){
		-webkit-flex-basis: calc(26.6% - 2px * 4);
		-ms-flex-preferred-size: calc(26.6% - 2px * 2);
		flex-basis: calc(26.6% - 2px * 4);
		min-height: 0;
	}
}
@media (min-width: 1500px){
	#home_cat .home_cat_main .grid-item:first-child, #home_cat .home_cat_main .grid-item:nth-child(6) {
		-webkit-flex-basis: calc(30% - 2px * 2);
		-ms-flex-preferred-size: calc(30% - 2px * 2);
		flex-basis: calc(30% - 2px * 2);
		min-height: 0;
	}
	#home_cat .home_cat_main .grid-item:nth-child(3), #home_cat .home_cat_main .grid-item:nth-child(4){
		-webkit-flex-basis: calc(50% - 2px * 2);
		-ms-flex-preferred-size: calc(50% - 2px * 2);
		flex-basis: calc(50% - 2px * 2);
		min-height: 0;
	}
	#home_cat .home_cat_main .grid-item.analysis, #home_cat .home_cat_main .grid-item.features, #home_cat .home_cat_main .grid-item:nth-child(10){
		-webkit-flex-basis: calc(26.6% - 2px * 4);
		-ms-flex-preferred-size: calc(26.6% - 2px * 2);
		flex-basis: calc(26.6% - 2px * 4);
		min-height: 0;
	}
	#home_cat .home_cat_main .grid-item.ads{
		-webkit-flex-basis: calc(20% - 2px * 2);
		-ms-flex-preferred-size: calc(20% - 2px * 2);
		flex-basis: calc(20% - 2px * 2);
		min-height: 0;
	}
}
@media (min-width: 1700px){
	#home_cat .home_cat_main .grid-item.ads{
		-webkit-flex-basis: calc(16% - 2px * 2);
		-ms-flex-preferred-size: calc(16% - 2px * 2);
		flex-basis: calc(16% - 2px * 2);
		min-height: 0;
	}
}
@media (min-width: 1100px){
	#page #home_cat .grid-item .hc-title {
		font-size: 21px;
		line-height: 29px;
		height: 90px;
	}
	#page #home_cat .grid-item .hc-link a {
		padding: 5px 30px;
		margin-top: 10px;
		font-size: 12px;
	}
	#page #home_cat .grid-item .ad-top, #page #home_cat .grid-item .ad-bottom{
		font-size: 10px;	

	}
}
@media (min-width: 1700px){
	#page #home_cat .grid-item .hc-title {
		font-size: 28px;
		line-height:36px;
		height:110px;
	}
	#page #home_cat .grid-item .hc-link a {
		padding: 7px 35px;
		margin-top: 25px;
		font-size: 14px;
	}
	#page #home_cat .grid-item .ad-top, #page #home_cat .grid-item .ad-bottom{
		font-size: 15px;	

	}
}
@media all and (min-width: 600px) {
	#page header .header-03.position-fixed{
		background-color: #202020;
		z-index:24 !important;
	}
    header .header-01 #main-navigation {
        display: inline-block !important;
    }
	#page #slide_bot{
		margin-top:345px;
		margin-bottom: 10px;
	}
    #show-my-mobile-nav-button {
        display: none !important;
    }
    #hide-my-mobile-nav-button {
        display: none !important;
    }
	header .my-main-header{
		float: right;
		width: 100%;
	}
	header .position-fixed .my-main-header{
	    padding: 0;
	}
	header .my-main-header #main-navigation a{
		padding: 10px 5px;
	}
	header .position-fixed .my-main-header #main-navigation a{
	    padding: 10px 12px;
	}
	header .mobile-show-me{
		display:none;
	}
	header .header-01.position-fixed .logo{
		width: 125px;
		margin-top: 0px;
	}
	header .header-01.position-fixed .clogo a:after{
		background-size: 70px 70px;
		width: 70px;
		height: 70px;
		left: 39.5%;
	}
	header .header-01.position-fixed #main-navigation{
		padding: 0;
		float: right;
		margin-top: -3px;
	}
	#page #hsec_4 .h-contact-details {
		width: 350px;
	}
	#page #asec_1 .h-about-details {
		width: 510px;
		float: right;
	}
	#page #asec_1 .h-about-image {
		float:right;
	}
	header .position-fixed .my-main-header #main-navigation a{
		font-size: 13px;
	}
}
@media all and (min-width: 1380px) {
	header .my-main-header #main-navigation a {
		padding: 10px 15px;
	}
}
@media all and (max-width: 1080px) {
	#page .grid-item:last-child{
    	display:none;
	}
}
@media all and (max-width: 600px) {
	header #main-navigation{
        display: none;
	}
    #show-my-mobile-nav-button {
        display: inline-block;
    }
    #hide-my-mobile-nav-button {
        display: none;
    }
    #show-my-mobile-nav-button,

    #hide-my-mobile-nav-button {
        background: #fff;
        color: #3E3E3E;
        font-size: 200%;
        cursor: pointer;
        max-width: 50px;
        border: 1px solid #fff;
        text-align: center;
        font-weight: 400;
        font-family: "Lato Light";
        border-radius: 5px;
        margin: 5px 0px;
        padding-top: 4px;
        float: left;
    }
	#show-my-mobile-nav-button, #hide-my-mobile-nav-button{
		width: 55px;
		height: 50px;
		position:relative;
		z-index:999;
		left:0;
	}
	header .mobile-show-me{
		display:block;
	}
	header #main-navigation{
		float: left;
		width: 100%;
	}
	header .my-main-header #main-navigation ul ul{
		position: relative;
		background-color:transparent;
	}
	header .my-main-header #main-navigation li{
		width: 100%;
		text-align: center;
	}
	header .my-main-header #main-navigation ul ul li a{
	    padding: 0.7em 1.8em 0.8em !important;
	}
	.position-fixed{
		position:relative;
	}
	#page .slides-content h1{
		font-size:70px;
		line-height: 60px;
	}
	#page .slides-content h3{
		font-size:30px;
		line-height: 20px;
	}
	#page #home_slider .carousel-indicators{
	    bottom: 10px;	

	}
	#page .vertical-partner-container .partner-left{
		width:100%;
		text-align:center;
	}
	#page .vertical-partner-container .partner-right{
		width:100%;
		text-align:center;
	}
	#page #index #content{
		padding-left:15px;
		padding-right:15px;
	}
	#page #logo{
		width: 200px;
		height: 100px;
	}
	#page #logo:after {
		border-top: 51px solid transparent;
		border-left: 32px solid #fff;
		border-bottom: 49px solid transparent;
		left: 200px;
	}
	#page #top-right{
		width: 110px;
		top: 10px;
		right: 10px;
	}
	#page #phone-number span{
		display:none;
	}
	#page #phone-number{
	    margin-top: 10px;
		width: 45px;
		padding-left: 7px;
		padding-right: 0;
	}
	#page .position-top{
		position:relative;
		z-index: 1;
	}
	#page .my-bg-top{
		background-color:#6D6E70;
		margin-top:-10px;
		z-index: 2;
	}
	header .my-main-header #main-navigation{
		top: 60px;
	}
	#full #inner-content{
	    padding-left: 15px;
		padding-right: 15px;
	}
}
@media all and (max-width: 1095px) {
	#page #show_menu{
		display:inherit;
	}
	#page .header-01 .gd-header-menu{
		display:none;
	    position: absolute;
		z-index: 4;
		background:#fff;
		margin-left:-4px;
	}
	#page .header-01 .gd-header-menu ul{
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		margin-bottom:0;
	}
	#page .header-01 .gd-header-menu ul ul{
		display: none !important;
	}
	#page .header-01 .gd-header-menu ul a{
		text-align: left;
		color: #111 !important;
		padding: 6px 10px;
		padding-left: 25px !important;
		display: block;
	}
	#page .header-01 .gd-header-menu ul li:hover, #page .header-01 .gd-header-menu ul li.current_page_item{
		color:#111 !important;
    	background-color: #e6e6e6 !important;
	}
	#page .header-01 .gd-header-menu ul li:first-child{
		border-top:1px solid #ccc;
	}
	#page .header-01 .gd-header-menu ul li{
		border-bottom:1px solid #ccc;
		margin-bottom:0;
	}
	#page .header-01 .gd-header-menu ul li:hover{
		background: #f1f1f1;
	}
}

/*02-15-19*/

@media (min-width: 320px) and (max-width: 767px) {
  #page .featured_image {
    width: 100%;
    height: auto;
 }  
#page .post-content .featured_image {
    margin: 0 auto;
		text-align:center;
 }
}
