/*!
Theme Name: gg
Text Domain: gg
 
*/
body {
    font-size: 16px;
       font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
line-height:1.6;
 
    background-color: #f2f2f2;
    font-weight: 400;
    color: #424242;
    padding: 0;
    margin: 0;
}

/* ======================
    normalize css
======================= */

p {margin: 0 0 15px;}


i {
    line-height: 1;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    outline: 0 none;
    color:#008aff;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

iframe {
    border: none;
}

:active {
    outline: none !important;
}


::-moz-selection {
    background: #2e8efa;
    color: #fff;
}

::selection {
    background: #2e8efa;
    color: #fff;
}

ul, ol {
    padding: 0;
    margin: 0 0 15px 15px;
}
ul {list-style:disc;}
ol {list-style:decimal;}
.form-control:focus,
.form-control:hover {
    border-color: #17ae2b !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.center-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.px-30 {
    padding: 0 30px;
}

.mb-60 {
    margin-bottom: 60px !important;
}
.mt-60 {
    margin-top: 60px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}


.bor-1 {
    border: 1px solid #d7d7d7;
}

.bor-b {
    border-bottom: 1px solid #d7d7d7;
}

/* ======================
    HEADINGS
======================= */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #008aff;
    font-weight: 700;
    margin: 0 0 15px;
	line-height:1.3;
}

h1 {
    font-size: 30px;
   
}

h2 {
    font-size: 27px;

}

h3 {
    font-size: 24px;
 
}

h4 {
    font-size: 21px;
   
}

h5 {
    font-size: 18px;
  
}
h6 {
    font-size: 16px;
  
}



/*=========================== 
   custom scrollbar
============================= */

/* width */

::-webkit-scrollbar {
    width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #ccc;
    box-shadow: inset 0 0 5px #ccc;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #17ae2b;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #17ae2b;
}


 

/* =====================
    list styles
========================*/

.list-2 li {
    position: relative;
    padding-left: 15px;
}

.list-2 li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 8px;
    background-color: #17ae2b;
}

/*==================    
   all title 
==================*/

.all-title {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.sec-title {
    color: #232323;
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1;
}

.all-title.white2 .sec-title {
    color: #fff;
}

.all-title .title-sep {
    fill: #17ae2b;
}

.title-sep2 {
	font-size:24px;
	color:#008aff;
    padding-bottom: 10px;
    position: relative;
	margin:0 0 15px;
	font-weight:700;
}

.title-sep2::after {
    position: absolute;
    background-color: #17ae2b;
    height: 2px;
    width: 60px;
    content: '';
    bottom: 0;
    left: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.all-title.white .sec-title {
    color: #fff
}

.all-title.white2 .title-sep {
    fill: #fff;
}

.sec-title span {
    color: #232323;
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.all-title p {
    max-width: 800px;
    margin: 50px auto 0;
   
}

 
/*====================== 
    Header Css
========================*/


.navbar-nav .nav-item .mega-heading {
    display: none !important;
}
 
 

.logo img {max-width:110px;}


/* header two */

.header-two {
    padding: 20px 0;
   background:#171717;
 
    width: 100%;
 
}

 
/*====================== 
   blog
========================*/

.blog {
    position: relative;
    z-index: 0;
}
.blog-item {clear:both;margin-bottom:30px;display:block;}

.post-img {
 border-radius:10px;
 width:45%;
 overflow:hidden;
 margin-right:20px;
 float:left;
 margin-bottom:15px;
}
.blog-item .post-img {width:40%;margin-bottom:0;}
.post-img img {
    width: 100%;
    transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}

.content-title {margin-bottom:10px;}
.content-title a {font-weight:700;display:block;line-height:1.2;font-size:20px;}
.not-title {margin:0 0 15px;font-weight:700;font-size:25px;color:#000;}
blockquote {
    margin: 0 0 15px;
    border-left: 4px solid #17ae2b;
    padding-left: 20px;
	font-size:18px;font-style:italic;
}

table {width:100%;display:table;text-align:center;border-collapse: collapse;margin:0 0 15px;}

table tr:nth-child(odd) {background:#fff;}
table tr:first-child {font-weight:700;background:#e2e2e2;}
table tr td {padding:10px 15px;border:1px solid rgba(0,0,0,0.07);}
@media screen and (max-width: 767px) {
    .ggtable {
        width: 100%;
        overflow: auto!important;
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .ggtable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
ol.comment-list {
    position: relative;
    padding: 0;
	margin:0 0 15px;
	list-style:none;
}
ol.children {list-style:none;margin:0 0 15px 30px;}
.comment-head img {border-radius:5px;float:left;margin-right:20px;margin-bottom:15px;}
.comments-area .title-sep2 {margin-bottom:30px;}
.comment-edit {float:right;}
.comment-content {clear:both;padding-bottom:30px;}
a.comment-reply-link {font-weight:700;color:#17ae2b;}
a.comment-reply-link:hover {color:#000;}
.form-control {
    margin-bottom: 30px;
    border: 0;
    border: 1px solid #d7d7d7;
    text-transform: capitalize;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 55px;
    background-color: #fff;
    color: #666;
    font-weight: 400;
    position: relative;
    padding: 10px;
    height: auto;
}



/* footer-one */

.footer .foot-top {padding: 43px 0 40px;}
.foot-top {position: relative;}
.footer-one {background: #0e0e0e;}
 .foot-top ul {margin:0;list-style:none;}
.foot-top ul li {margin-bottom:10px;margin-right:30px;display:inline-block;}
.foot-top ul li:last-child {margin-right:0;}
.foot-top ul li a {color:#fff;}
.foot-top ul li a:hover {color:#008aff;}
.foot-top a.yellow-link, .foot-top a.red-link {display:block;}
.foot-top a.yellow-link {margin-bottom:15px;}
.bottom-pics {border-top:1px solid rgba(255,255,255,0.08);padding-top:30px;margin-top:30px;}
.bottom-pics .pw-6:last-child {border-left:1px solid rgba(255,255,255,0.08);text-align:right;}
.bottom-pics img {max-height:35px;margin-bottom:10px;}
.bottom-pics .pw-6:first-child img {margin-right:20px;}
.bottom-pics .pw-6:last-child img {margin-left:20px;}
.foot-title h4::after {
    position: absolute;
    background-color: #17ae2b;
    height: 2px;
    width: 60px;
    content: '';
    bottom: 0;
    left: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
  
.foot-top .pw-4 {text-align:right;}
.foot-top .pw-4 a.yellow-link {margin-right:10px;}
.foot-bottom {
    padding: 20px 0 10px;
	background:#000;
	font-size:14px;

}
.foot-bottom p {margin:0 0 10px;padding:0;}

.foot-bottom ul {list-style:none;text-align:right;}
.foot-bottom ul li {display:inline-block;margin-left:15px;}
.foot-bottom ul li a {color:#008aff;}
.foot-bottom ul li a:hover {color:#fff;}
/* ======================
    sidebar
======================= */

.widget {
    margin: 0 0 30px;
    position: relative;
}

.blog-next {
    float: right;
}


.pagination { padding:15px 0 10px; margin:0px; display:block;width:100%; }
.pagination .nav-links .page-numbers { color:#000; background: #fff; 
    border: 1px solid #ddd; margin-right:5px;  
     border-radius:4px;padding:7px 13px;  font-weight:700;}

.pagination .nav-links .page-numbers:last-child { margin-right:0px; }

.pagination .nav-links .page-numbers.current, .pagination .nav-links .page-numbers:hover{ background:#0e0e0e;  color: #fff; border:solid 1px #0e0e0e; }
 
.not-found form {max-width:400px;}
/*====================== 
   error
========================*/

.error-one {
    padding: 200px 0;
    text-align: center;
}

.error-one .not-found {max-width:500px;margin:0 auto;} 

.error-one h1 {
    font-size: 35px;
  
}


.navigation.post-navigation .screen-reader-text{

    display: none;
}


.navigation.post-navigation .nav-links{

       width: 100%;
}

.navigation.post-navigation .nav-previous{

    width: auto;
    display: inline-block;
    }

.navigation.post-navigation .nav-next{
    float: right;
    display: inline-block;
    }




.comment-respond .comment-reply-title{
color:#008aff;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
}
.comment-date {color:#868686;font-size:13px;}
.comment-respond .comment-reply-title::after{

    position: absolute;
    background-color: #17ae2b;
    height: 2px;
    width: 60px;
    content: '';
    bottom: 0;
    left: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}


.comment-respond .comment-form-comment {
        position: relative;
    width: 100%;
   
}
.comment-respond input {padding:10px;}
.comment-respond .comment-form-comment textarea {
   height: auto;
   
        width: 100%;
    border: none;
    border-radius: 2px;
    padding: 10px;
   
    background: #ffffff;
    border: 1px solid rgba(215, 215, 215, 0.5);
 
   
}

.comment-respond .comment-form-author input{
    resize: none;
        width: 100%;
    border: none;
    border-radius: 2px;
  
    background: #ffffff;
    border: 1px solid rgba(215, 215, 215, 0.5);

  
}
 
.comment-respond .comment-form-email input{
    resize: none;
        width: 100%;
    border: none;
    border-radius: 2px;
 
    background: #ffffff;
    border: 1px solid rgba(215, 215, 215, 0.5);
  
 
}

.comment-respond .comment-form-url input{

    resize: none;
        width: 100%;
    border: none;
    border-radius: 2px;
  
    background: #ffffff;
    border: 1px solid rgba(215, 215, 215, 0.5);
 
  

}



.comment-respond .form-submit input{

    background-color: #262626;
    color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 0;
    border: 0;
    border-radius: 30px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 11px 30px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
   
         cursor: pointer; 
}

.comment-respond .form-submit input:hover,.comment-respond .form-submit input:focus{background: #363636;}





.search-form, .search-form label{
position:relative;
    width: 100%;
	margin:0;padding:0;
}
.search-form input[type="search"]{ border: 1px solid rgba(0,0,0,0.11);
    -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
    padding: 9px 10px;
    width: calc(100% - 80px)!important;

      }
.search-form input[type="submit"]{ background: #262626;
    border: none;
    cursor: pointer;
    padding:10px;
    right: 0;
    position: absolute;
    width: 80px;
    transition: all .3s ease-in-out;
    color: #fff;
    font-weight: 700;
	-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
} 


.search-form .screen-reader-text{

    display: none;
}




.main-menu.toggled ul,
.menu-toggle {
    display: block
}
 
@media screen and (min-width:992px) {
    .menu-toggle {
        display: none
    }


}


.blog-detail p a {font-weight:700;text-decoration:underline;}
.blog-detail h1, .blog-detail h2, .blog-detail h3, .blog-detail h4, .blog-detail h5, .blog-detail h6 {color:#000;clear:both;}
.blog-detail ul, .blog-detail ol, .blog-detail blockquote, .blog-detail p {clear:both;}
.blog-detail p:first-of-type {clear:none;}
.navigation.pagination .screen-reader-text{

    display: none;
}



.wp-caption.alignnone{
width: 100% !important;

}

 
.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;
  right: 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;
}


/* Accessibility */
/* Text meant only for screen readers. */
.skip-link.screen-reader-text {
  display: block;
  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. */
}

.skip-link.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-weight: bold;
  height: auto;
  right: 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;
}
.admin-bar .affix.sticky-menu{
    display: none;
}


.main-navigation {
    clear: both;
    display: block;
padding-top:8px;
     
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    background: #fff;
    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: 251px;
    line-height: 35px;
    padding-bottom: 10px;
	
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}



.menu-item-has-children>a:after {
    content: "\f078";
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    position: absolute;
    top: 15px;
    right: 6px;
    font-weight: normal;
    font-size: 10px;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.main-navigation a {
    display: block;
    text-decoration: none;
   font-size:17px;
    text-transform: uppercase;
    color: #717171;
    font-weight: 700;
   
}
.main-navigation a:hover {color:#fff;} 
.main-navigation ul li {float: left;position: relative;padding-right:30px;padding-left:10px;}
.main-navigation ul li:before {content:"";position:absolute;left:0;height:13px;width:3px;top:8px;background:#008aff;}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
.inform {background:#282828;font-size:14px;text-align:center;padding:7px 15px;color:rgba(255,255,255,0.5);}
@media screen and (min-width: 992px) {
.menu-toggle {display: none;}
.main-navigation ul {display: block;}

}

.menu-toggle{
position:absolute;top:0;
  border: none!important;
  right:0;
  cursor:pointer;
  z-index:99;
  background:none!important;
  padding:0;
}

.menu-toggle .fa.fa-menu {color: #fff;font-size:20px;}

.main-navigation ul ul a {
            width: 400px;
  
}

.main-navigation ul ul{

    box-shadow: none!important;
}

.menu-item-object-page.menu-item-has-children .sub-menu{

    margin-left: 0 !important;
}


.wp-caption.aligncenter{

    width: 100% !important;
}

.header-socials{

    margin: 62px 0;
}

.sp-100 {padding:40px 0;}
.home .sp-100 {padding:0;}
/* Social Sharing */

.jssocials-shares {margin: 0;}

.jssocials-shares * {box-sizing: border-box;}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }


.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba; }
#icongg .jssocials-share-twitter .jssocials-share-link {
  background: none; color:#3fa6da;}
.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }
#icongg .jssocials-share-facebook .jssocials-share-link {
  background: none; color:#385593;}
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412; }
#icongg .jssocials-share-whatsapp .jssocials-share-link {
  background: none; color:#29ad00; }
.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e; }
#icongg .jssocials-share-telegram .jssocials-share-link {
  background: none; color:#2ba0d9; }
.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }
#icongg .jssocials-share-viber .jssocials-share-link {
  background: none; color:#774f98; }
.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }
  .jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }
  .jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }
  .jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc; }
#icongg .jssocials-share-vkontakte .jssocials-share-link {
  background: none; color:#4f7db2; }
.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }
  .jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }

	
	
.jssocials {
	display: inline-block;
}

#icongg .jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

#icongg .jssocials-share-link {
	
	padding: 0;

}
#iconsgg .jssocials-share-link {
	border-radius:3px;
	padding: 10px;

}
#icongg .jssocials-share-logo {
    font-size: 25px;
	text-shadow:0 0 3px rgba(0,0,0,0.4);
	
}
#icongg {
	margin-top: 20px;
}
#iconsgg {
	margin-top: 0;
}
#iconsgg.jssocials {
	text-align:center!important;display:block!important;
}
@media (max-width: 767px) {
.main-navigation {width: 100%;}
}

.says{display: none;}

a.white-link  {border-radius:30px;color:#fff;font-weight:700;text-transform:uppercase;text-align:center;border:1px solid #fff;padding:7px 15px;}
a.white-link:hover {background:rgba(255,255,255,0.08);}
a.red-link {border-radius:30px;color:#fff;font-weight:700;text-transform:uppercase;text-align:center;background:#008aff;padding:7px 15px;}
a.red-link:hover {background:#349ff9;}
a.green-link {border-radius:30px;color:#fff;font-weight:700;text-transform:uppercase;text-align:center;background:#17ae2b;padding:7px 15px;}
a.green-link:hover {background:#1ccc33;}
a.yellow-link {border-radius:30px;color:#fff;font-weight:700;text-transform:uppercase;text-align:center;background:#ddb000;padding:7px 15px;}
a.yellow-link:hover {background:#fac700;}
.btns {padding-top:8px;text-align:right;}
.btns a.white-link {margin-right:10px;}
#home-offer {display:none;-webkit-filter: grayscale(100%);position:relative;width:100%;height:300px;background: #000 url(/wp-content/uploads/2021/06/f100.jpg) no-repeat center top;background-size:contain;}
#home-offer:hover {-webkit-filter: grayscale(0);}
@media (max-width:1340px) {
#home-offer {background-size:cover;}
}
@media (max-width:767px) {
#home-offer {height:200px;}
}
@media (max-width:510px) {
#home-offer {height:150px;}
}
@media (max-width:385px) {
#home-offer {height:100px;}
}
.offer-overlay {position:absolute;width:100%;height:100%;}

.latest-content {border-radius:10px;border:1px solid rgba(0,0,0,0.06);overflow:hidden;margin-bottom:30px;background:#fff;}
.latest-content .title {font-weight:700;padding:15px;min-height:107px;}
.latest-content .title a {display:block;line-height:1.2;}
.title-wrap {background:#0c0c0c;padding:15px 0;}
.title-wrap h1 {font-weight:400;color:#fff;margin:0;}
.breadcrumbs a {color:#717171;}
.breadcrumbs a:hover {color:#008aff;}
.breadcrumbs {font-size:14px;color:#717171;}
.sidebar-widget {border-radius:10px;border:1px solid rgba(0,0,0,0.06);background:#fff;overflow:hidden;padding:15px;margin-bottom:30px;}
.sidebar-widget ul {margin:0;list-style:none;}
.sidebar-widget ul li {border-bottom:1px solid rgba(0,0,0,0.06);padding-bottom:10px;margin-bottom:10px;}
.sidebar-widget ul li:last-child {border:none;padding-bottom:5px;margin:0;}
.sidebar-widget ul li a {display:block;font-weight:700;line-height:1.2;text-decoration:underline;}
.sidebar-widget a.green-link, .sidebar-widget a.red-link {display:block;}
.sidebar-widget a.green-link {margin-bottom:15px;}
#custom_html-2.sidebar-widget, .sidebar-widget.widget_search {background:none;border-radius:0;border:none;padding:0;}
.home h1, .home h2 {font-size:23px;}
.home h3 {font-size:19px;color:#000;}
.pw-box p {margin:0;}
.pw-box {border-radius: 10px;padding:15px;
border: 1px solid rgba(0,0,0,0.06);
overflow: hidden;
margin-bottom: 30px;
background: #fff;}
#block1 {padding-top:30px;}
#block1, #block2, #block4, #block5, #block8, #block9, #block10, #block11, #block12, #block13 {padding-bottom:10px;}
#block3 .pw-box p {min-height:130px;}
#block4 .pw-box p {margin:0 0 15px;}
#block4 .pw-box {min-height:364px;padding:20px;} 
#block4 img {margin-bottom:15px;border-radius:10px;}
#block4 .pw-9 .pw-12 p {position:relative;padding-left:20px;}
#block4 .pw-9 .pw-12 p:before {content:"";position:absolute;left:0;top:8px;width:10px;height:10px;border-radius:3px;background:#17ae2b;}
#block4 .ul .pw-12 p {position:relative;padding-left:20px;}
#block4 .ul .pw-12 p:before {content:"";position:absolute;left:0;top:8px;width:10px;height:10px;border-radius:3px;background:#17ae2b;}
#block4 .ol .pw-12 p {position:relative;padding-left:40px;}
#block4 .ol .pw-12 p span {position:absolute;color:#fff;font-weight:700;text-align:center;left:0;padding-top:1px;top:-1px;width:30px;height:30px;border-radius:4px;background:#008aff;}
#block5 img {width:100%;margin-bottom:15px;border-radius:10px;}
#block5 .pw-12 p {position:relative;padding-left:20px;margin:0 0 5px;}
#block5 .pw-12 p:before {content:"";position:absolute;left:0;top:8px;width:10px;height:10px;border-radius:3px;background:#17ae2b;}
#block6 .pw-box {min-height:175px;}
#block8 .pw-12 p {position:relative;padding-left:40px;}
#block8 .pw-12 p span {position:absolute;color:#fff;font-weight:700;text-align:center;left:0;padding-top:1px;top:-1px;width:30px;height:30px;border-radius:4px;background:#17ae2b;}
#block9 img {margin-bottom:15px;border-radius:10px;}
#block9 .pw-box p, #block12 .pw-box p {margin:0 0 15px;}
#block9 .pw-box {min-height:215px;padding:20px;} 
#block9 .pw-box .pw-12 p {position:relative;padding-left:20px;}
#block9 .pw-box .pw-12 p:before {content:"";position:absolute;left:0;top:8px;width:10px;height:10px;border-radius:3px;background:#17ae2b;}
#block9 .ol .pw-12 p {position:relative;padding-left:40px;}
#block9 .ol .pw-12 p span {position:absolute;color:#fff;font-weight:700;text-align:center;left:0;padding-top:1px;top:-1px;width:30px;height:30px;border-radius:4px;background:#17ae2b;}
#block10 .pw-4 p {position:relative;padding-left:20px;}
#block10 .pw-4 p:before {content:"";position:absolute;left:0;top:8px;width:10px;height:10px;border-radius:3px;background:#17ae2b;}
#block11 img {display:block;margin:0 auto;}
#block12 .pw-3 p {position:relative;padding-left:20px;}
#block12 .pw-3 p:before {content:"";position:absolute;left:0;top:8px;width:10px;height:10px;border-radius:3px;background:#17ae2b;}
#block12 img {margin-bottom:15px;border-radius:10px;}
#block12 .pw-box {padding:20px 20px 15px;}
#block14 img {border-radius:10px;width:80px;}
#block14 {background:#e8e8e8;padding:30px 0 20px;}
.author-comment {float:left;margin-right:20px;margin-bottom:15px;text-align:center;}
.author-comment b {display:block;}
.section-link {text-align:center;padding:15px 0;}
#block13 .section-link {padding:15px 0 30px;}
#promo2, .promofixed2, .promo-fixed2 {background:#8c3636 url(/wp-content/uploads/2023/04/ggg777.jpg) no-repeat right center;background-size:cover;height:400px;padding:60px 8% 0;;color:#fff; font-weight:700;}
#promo, .promofixed, .promo-fixed {background:#8c3636 ;color:#fff;text-align:center;font-weight:700;padding:15px 15px 20px;line-height:1.3;}
#promo p, .promofixed p, .promo-fixed p {margin:0;}
#promo .desc, .promofixed .desc, .promo-fixed .desc {font-weight:400;font-size:14px;display:block;margin:5px 0 10px;}
#promo2 .desc2, .promofixed2 .desc2, .promo-fixed2 .desc2 {display: block; font-weight: 700; color: #fff; padding: 15px; background: rgba(0,0,0,0.6); margin-top: 30px; width: fit-content;}
.welcome2 .playcode {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    padding: 15px;
}
.welcome2 .playcode span {
	position: relative;
    display: inline-block;
    cursor: pointer;
    color: #fff0c1;
    margin-right: 22px;
} 
#promo b, .promofixed b, .promo-fixed b {color:#fff0c1;}
.promofixed {z-index:99;position:fixed;top:0;left:0;right:0;-webkit-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.5);
box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.5);}
#promoblog {text-align:center;margin:0 0 15px;}

#promoblog strong {display:block;margin:0 0 15px;}
#promoblog p {border: 2px dashed #17ae2b;padding:15px;}
#promoblog span.playcode { 
	position: relative;
	color:#8c3636;
	cursor:pointer;
	font-weight:700;
	margin-right:24px;
}
#promoblog span.playcode:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/gg/images/copy.svg);
    mask: url(/wp-content/themes/gg/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #8c3636;
    position:absolute;
    width: 18px;
    height: 18px;
    right:-22px;
	top:2px;
}
#promo span.playcode, .promofixed span.playcode, .promo-fixed span.playcode { 
	
    font-size: 22px;
    display:block;
	max-width:200px;
 margin:0 auto;
    box-sizing: border-box;
   padding:5px;
    border: 1px dotted rgba(255,255,255,0.4);
    text-align: center;
	position: relative;
	color:#fff0c1;
	cursor:pointer;
	
}

#promo2 span.playcode, .promofixed2 span.playcode, .promo-fixed2 span.playcode { 
	
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 22px;
	color:#fff0c1;
	
}

.promo2-title {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    max-width: 500px;
    text-shadow: 2px 2px 2px #000;
	margin-bottom: 30px;
}

a.red-link2 {
	border-radius: 30px;
    padding: 12px;
    text-align: center;
    display: block;
    max-width: 200px;
    margin: 30px 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
	background:#008aff;
}

#promo2 span.playcode:hover, .promofixed2 span.playcode:hover, .promo-fixed2 span.playcode:hover {color:#fff;}
#promo2 span.playcode:hover:after, .promofixed2 span.playcode:hover:after, .promo-fixed2 span.playcode:hover:after {background-color: #fff;}
#promo2 span.playcode:after, .promofixed2 span.playcode:after, .promo-fixed2 span.playcode:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/gg/images/copy.svg);
    mask: url(/wp-content/themes/gg/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #fff0c1;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

#promo span.playcode:hover, .promofixed span.playcode:hover, .promo-fixed span.playcode:hover {color:#fff;}
#promo span.playcode:hover:after, .promofixed span.playcode:hover:after, .promo-fixed span.playcode:hover:after {background-color: #fff;}
#promo span.playcode:after, .promofixed span.playcode:after, .promo-fixed span.playcode:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/gg/images/copy.svg);
    mask: url(/wp-content/themes/gg/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #fff0c1;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

.home .bg-w img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
.home .bg-w img:hover {  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none; /* IE 6-9 */}
  .mbh-1 {margin-bottom:20px;}

@media (max-width:1199px) {
#latest .pw-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
.foot-bottom .pw-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
	
#block4 .pw-box {min-height:auto;padding:15px;} 
.latest-content .title {min-height:70px;}
#block9 .pw-box {min-height:auto;padding:15px;}
#block9 .pw-box p {margin:0 0 10px;}
.foot-bottom ul {text-align:left;margin:0 0 10px;}
.foot-bottom ul li {margin-right:15px;margin-left:0;}
}
@media (min-width:992px) and (max-width:1199px) {
.btns a.white-link, .foot-top .pw-4 a.yellow-link {display:none;}


}
@media (max-width:991px) {
.main-navigation {padding-top:0;}
.foot-top .pw-4, .foot-top {text-align:center;}
.foot-top .pw-4 {padding-top:30px;padding-bottom:30px;}
.bottom-pics .pw-6:last-child {border:none;text-align:center;padding-top:20px;}
.bottom-pics .pw-6:first-child img, .bottom-pics .pw-6:last-child img {margin-right:10px;margin-left:10px;}
.foot-top ul li {margin-right:15px;margin-left:15px;}
#block9 img, #block12 img {display:block;margin:0 auto 15px;}
#block4 img {display:block;margin:0 auto 30px;}
#block4 .pw-box {padding: 15px;min-height:auto;}
#block3 .pw-box p, #block6 .pw-box {min-height:auto;}
.latest-content .title {min-height:90px;}
.logo-wrap {text-align:center;}
.logo img {margin:0 auto;display:inline-block;}
.btns {text-align:center;padding:30px 0 10px;}
.main-navigation.toggled ul {position:absolute;z-index:98;margin:0!important;left:0;width:100%;background:#000;top:85px;border:1px solid rgba(255,255,255,0.1);}
.main-navigation li {display:block!important;width:100%;padding:10px 15px;border-bottom:1px solid rgba(255,255,255,0.1);}
.main-navigation li:last-child {border:none;}
.main-navigation ul li:before {display:none;}
}
@media (max-width:767px) {
.author-comment {float:none;margin-right:0;padding-top:15px;margin-bottom:5px;text-align:center;}
#latest .pw-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
.latest-content .title {min-height:auto;}
.home h1, .home h2 {font-size:20px;}
.post-img {
 width:100%;
 margin-right:0;
}
.blog-item .post-img {width:100%;margin-bottom:15px;}
}
@media (max-width:575px) {
.menu-toggle {right:15px;}
}
@media (max-width:390px) {
.btns a.white-link, .btns a.red-link {display:block;max-width:80%;margin:0 auto;}
.btns a.white-link {margin-bottom:15px;}
.main-navigation.toggled ul {top:178px;}
}
@media (max-width:360px) {
.foot-top .pw-4 a.yellow-link {margin-right:0;margin-bottom:15px;}
.foot-top a.yellow-link, .foot-top a.red-link {display:block;}
}

.welcome2 {display:none;text-align:center;padding:30px 15px;background: linear-gradient(to right, #21256e 0%,#a22718 100%);}
.welcome2 .welcome-title {font-size:24px;max-width:100%;text-shadow: none; color: #fff; font-weight: 700;}
.welcome2 .pr-code {background:none;}
.welcome2 a.pd_1 {padding:10px;max-width:260px;margin:15px auto; border-radius: 30px; text-align: center; display: block; color: #fff; font-weight: 700; text-transform: uppercase; background: #007bff;}
.welcome2 a.pd_2 {padding:10px;max-width:260px;margin:15px auto; border-radius: 30px; text-align: center; display: block; color: #fff; font-weight: 700; text-transform: uppercase; background: #ddb000;}
.bottom-promo {position:fixed;bottom:0;left:0;width:100%;display:none;padding:15px;text-align:center;background: linear-gradient(to right, #25256b 0%,#9c271c 100%);} 
.bottom-promo img {max-width:200px;}
.bottom-promo a.pd_1 {padding:10px 30px;max-width:auto;margin:0;display:inline-block;}
@media (max-width:767px) {
.welcome {display:none;}
.promo-fixed2 {display:none;}
.welcome2 {display:block;}
.bottom-promo {display: flex;
 justify-content: center;
 align-items: center;}
}
.pd4 {
border-radius: 30px;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    max-width: 200px;
    margin: 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: #007bff;
}
@media (max-width:430px) {
.bottom-promo img {max-width:150px;}
.bottom-promo a.pd4 {padding:10px 20px;}
}
@media (max-width:355px) {
.bottom-promo img {max-width:100px;}
.bottom-promo a.pd4 {padding:6px 20px;}
}
@media (max-width:300px) {
.bottom-promo img {max-width:60px;}

}