/*
Theme Name: Gravity
Theme URI: 
Author: Geeks
Author URI: 
Description: Ecology and Environmental WordPress Theme
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Gravity
Tags: theme-options, post-formats, featured-images
*/
/*=======================================
	Table of Content
==========================================
/*
	1. 404 page
    2. Widget 
    3. Gallery
    4. Table Style
    5. General style
    6. Gutenberg Block
*/

/*========================== 1 - 404 page =================*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham/Gotham-Book.eot');
    src: url('fonts/gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/gotham/Gotham-Book.woff2') format('woff2'),
        url('fonts/gotham/Gotham-Book.woff') format('woff'),
        url('fonts/gotham/Gotham-Book.ttf') format('truetype'),
        url('fonts/gotham/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

.wrap-404 {
    max-width: 440px;
    margin: 0 auto;
    float: none;
}
.form-404 form {
    position: relative;
}

input:not([type=radio]):not([type=checkbox]) {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    line-height: 20px;
    padding: 9px 20px;
    border: 1px solid #f0f0f0;
}
.form-404 form [type=search] {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 21px !important;
    padding: 11px 150px 11px 30px !important;
    border-radius: 23px !important;
    border-color: #e7e7e7 !important;
    font-size: 1.4rem;
}
.form-404 form [type=submit] {
    font-size: 1.4rem;
    line-height: 21px;
    padding: 11px 34px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    border: 1px solid #a1bf43;
    border-radius: 23px;
    background-color: #a1bf43;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
}
/*================================= 2 - widget ===================*/
.sidebar .widget > ul ,
.footer-widget-wrapper .widget > ul,
.widget .menu-long-menu-container >ul{
    padding-left: 0;
}

.post-details-block .post-content >ol,
.comment-area .comment-body >ul,
.comment-area .comment-body >ol{
	padding-left:20px;
}
.widget ul,
.footer-widget-wrapper .widget ul {
    list-style: none
}
.sidebar .widget ul {
	padding-left: 0;
    overflow: hidden;
}
.sidebar .widget ul ul {
	padding-left: 15px;
}
.widget ul li a{
    color: #707070;
}

a:hover{
	color:#000;
}
.widget ul li a:hover,
.widget_greennest_recent_post .recent-entries .recent-entry:hover h6 a {
    color: #a1bf43;
}
a,
p,
li,
.page-title{
    word-break: break-all;
}

.textwidget img {
    height: 100%;
    width: 100%;
}
.textwidget select {
    width: 100%;
}
input:not([type=radio]):not([type=checkbox]):not([type=email]):not([type=submit]):not([type=text]):not([type=search]), textarea, select {
    width: 100%;
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    line-height: 20px;
    padding: 9px 20px;
    border: 1px solid #a1bf43;
}
.bypostauthor {
	font-size: 14px;
}
.widget select {
	border-color: rgba(161, 191, 67, 0.2);
}
select, input {
	outline: none;
}
.widget select:focus,
.widget select:active,
.widget select:active:focus {
	outline: none;
}
.widget_archive .screen-reader-text, .widget_categories .screen-reader-text {
    display: none;
}
.widget  .tagcloud a,
.single-post-tag .tagcloud a {
    color: #707070;
	font-size: 14px !important;
    border: 1px solid rgba(161, 191, 67, 0.2);
    border-radius: 3px;
    padding: 1px 10px;
    margin-bottom: 5px;
}
.single-post-tag {
	margin-top:20px;
}
.single-post-tag span {
	font-size: 14px;
	font-weight: 500;
}
.widget  .tagcloud a:hover,
.single-post-tag .tagcloud a:hover {
	background: #a1bf43;
    border: 1px solid #a1bf43;
    color: #ffffff;
}
.single-post-tag .tagcloud a {
	margin-right:8px;
}
blockquote.aligncenter, 
.wp-caption.aligncenter, 
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.aligncenter {
   display: block;
    float: none;
    margin-top: .5em;
    margin-right: auto!important;
    margin-bottom: .5em;
    margin-left: auto!important;
}
.alignleft {
	float: left;
    margin: .5em 20px .5em 0;
}
.alignnone {
    margin-top: .5em;
    margin-bottom: .5em;
	display: block;
    height: auto;
    max-width: 100%;
}
.alignright {
    float: right;
    margin: .5em 0 .5em 20px;
}
.wp-caption-text {
    margin-bottom: 0;
    padding: 10px 0;
}
.wp-caption {
    margin: 0 0 20px 0;
    padding-top: 4px;
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
            border-radius: 3px;
    border-image: initial;
    background-color: #ddd;
    text-align: center;
	display: inline-block;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
    max-width: 100%;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
.wp-caption img {
    max-width: 100%;
    height: auto;
}

.post-details-block a,
.post-details-block table a{
	color:#a1bf43;
}

.post-details-block .page-links,
.cpgn-post-details .page-links{
    font-size: 2rem;
}
.post-details-block .page-links,
.cpgn-post-details .page-links {
    margin-top: 50px;
	margin-bottom:50px;
}
.post-details-block .page-links a,
.cpgn-post-details .page-links a {
    border: 1px solid #a1bf43;
    display: inline-block;
    width: 40px;
    text-align: center;
}
.post-details-block .post-content ul{
	padding-left:18px;
}
.post-password-form label {
    display: inline-block;
    width: calc(100% - 104px);
}

.post-password-form input[type='submit'] {
    background-color:#a1bf43;
    color: #fff;
    border: none;
    padding: 10px 15px;
	width: 100px;
}
.post-body .wp-caption.aligncenter{
	display:none;
}
.category-sticky.sticky{
	border:1px solid #a1bf43;	
}
ul.children{
	list-style:none;
}
.post-content iframe, 
.comment-area iframe, 
.comment-area embed, .comment-area img{
	max-width: 100%;
}
dl#attachment_612 {
    visibility: hidden;
}
.widget_greennest_recent_post .recent-entries .recent-entry + .recent-entry {
    margin-top: 15px;
}

.widget_greeneerio_social_widget .social-link li {
    display: inline;
    margin-right: 10px;
}
.widget_greeneerio_social_widget .social-link li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 1.4rem;
    border: 1px solid #a1bf43;
    color: #707070;
    border-radius: 50%;
}
.widget_greeneerio_recent_post .recent-entries .recent-entry + .recent-entry{
	margin-top: 15px;
}
.widget_greeneerio_aboutus .widget-logo img {
    height: 36px;
}

.widget_greeneerio_aboutus .widget-logo {
    margin-bottom: 20px;
}
.widget_greeneerio_aboutus .widget-body .social-link {
    margin-top: 20px;
}
.widget_greeneerio_aboutus .widget-body .social-link ul li {
    display: inline;
}
.widget_greeneerio_aboutus .widget-body .social-link ul li + li {
    margin-left: 5px;
}
.widget_greeneerio_aboutus .widget-body .social-link ul li a:hover {
    color: #ffffff !important;
}
.widget_greeneerio_aboutus .widget-body .social-link ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 1.4rem;
    border-radius: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #a1bf43;
    text-align: center;
    color: #ffffff !important;
}
.footer-flickr-gallery .flickr_badge_image  {
    display: inline-block;
    width: calc(33% - 10px);
    margin: 5px;
}
.footer-widget-wrapper .widget ul{
    margin: 0;
    padding: 0;
}
.footer-widget-wrapper .widget ul ul {
	padding-left: 10px;
}
.footer-flickr-gallery .flickr_badge_image img{
    height:77px;
    width: 77px;
    max-width: none;
}
.footer-widget-wrapper .widget{
	padding-bottom: 30px;
}
.footer-widget-wrapper table td,
.footer-widget-wrapper table th {
	padding: 5px;
}
.widget_greennest_recent_post .recent-entry p a{
	color:#a1bf43;
}
.sidebar .widget_categories ul li,
.sidebar .widget_archive ul li {
	text-align: right;
}
.sidebar .widget_categories ul li a,
.sidebar .widget_archive ul li a {
	display: block;
    float: left;
    clear: both;
}
/*================= 3 - gallery ====================*/
.gallery {
	margin: 0 -1.1666667% 1.75em;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
#gallery-1 img {
    border: 2px solid #cfcfcf;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.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-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*=================== 4 - Table Style ===================*/

dd {
    margin: 10px 0;
}
table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    table-layout: fixed;
}
table {
    border-color: #a1bf43;
}

table td, table th {
    padding: 8px;
    border: 1px solid #a1bf43;    
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
table a,a{
	color:#a1bf43;
}
table a:hover{
	color:#000;
}
.footer-widget-wrapper table,
.sidebar .widget table,
.sidebar .widget table td,
.footer-widget-wrapper table td,
.sidebar .widget table th,
.footer-widget-wrapper table th {
	border-color: rgba(161, 191, 67, 0.2);
}

/*================= 5 - search ==============*/
.widget.widget_search input {
	height: 40px;
    width: 100%;
    background: #e7e7e7;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    padding: 0 40px 0 20px;
    outline: none;
}
.right-side.widget_search button {
    height: 100px;
    position: absolute;
    right: 65px;
    top: 0;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.footer-widget-wrapper .widget_search button {
    height: 145px;
    position: absolute;
    right: 25px;
    top: 0;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

/*============== 6 - general style========*/
.sticky{
    border: 1px solid #a1bf43;
}
pre{
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.who-we-are-block.text-center h6:before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    height: 3px;
    width: 30px;
}
.post-grid .post-thumb a img{
    max-width:100%;
}
.wp-block-latest-posts.is-grid{
    padding-left: 0 !important;
}
.widget_greenest_aboutus .widget-logo {
    margin-bottom: 20px;
}
.widget_greenest_aboutus a img{
	height:36px;
}
.widget_greenest_aboutus .widget-body a{
	color:#fff ;
}
.cpgn-blog-details-comment-section  {
	padding: 55px 0;
}
.green-nest-feature {
	width:400px;
	height:407px;
}
.campaign-grid-item .thumb.full a{
	height:auto;
}
.campaign-grid-item .thumb a{
	height:171px;
	overflow:hidden;
}
.cpgn-post-details .page-content > ul,
.cpgn-post-details .page-content > ol {
	padding-left: 20px;
}
.bold-heading .greennest-heading h6{
	font-size:2.8rem;
	font-weight:900;
}
.widget-donation-progress .target li strong,
.featured-campaign .target li strong,
.campaign-grid-item .target li strong{
	color: #707070;
}
.page-content {
	display: inline-block;
	width: 100%;
}
.page-content + .blog-post.single-post {
	margin-top: 60px;
}
.post-details-block .post-share{
	margin-top: 20px;
}
@media all and (min-width: 1200px) {
	.greennest-campagin {
		width:209px;
		height:205px;
	}
}
@media all and (max-width: 767px) {
	 .greennest-campagin {
		display: block;
		max-width: 100%;
		height: auto;
	}
}
/*------------------------------
	 6 Gutenberg Block
-------------------------------*/
.has-primary-background-color{
    background-color: #a1bf43;
}
.has-green-sea-background-color{
    background-color: #1abc9c;
}
.has-green-emarald-background-color{
    background-color: #2ecc71;
}
.has-amethyst-background-color{
    background-color: #9b59b6;
}
.has-asphalt-background-color{
    background-color: #34495e;
}
.has-sunflower-background-color{
    background-color: #f1c40f;
}
.has-orange-background-color{
    background-color: #f39c12;
}
.has-alizarin-background-color{
    background-color: #e74c3c;
}
.has-primary-color, a.has-primary-color:focus, a.has-primary-color:visited, a.has-primary-color:active{
    color: #a1bf43;
}
.has-green-sea-color, a.has-green-sea-color:focus, a.has-green-sea-color:visited, a.has-green-sea-color:active{
    color: #1abc9c;
}
.has-green-emarald-color, a.has-green-emarald-color:focus, a.has-green-emarald-color:visited, a.has-green-emarald-color:active{
    color: #2ecc71;
}
.has-amethyst-color, a.has-amethyst-color:focus, a.has-amethyst-color:visited, a.has-amethyst-color:active{
    color: #9b59b6;
}
.has-asphalt-color, a.has-asphalt-color:focus, a.has-asphalt-color:visited, a.has-asphalt-color:active{
    color: #34495e;
}
.has-sunflower-color, a.has-sunflower-color:focus, a.has-sunflower-color:visited, a.has-sunflower-color:active{
    color: #f1c40f;
}
.has-orange-color, a.has-orange-color:focus, a.has-orange-color:visited, a.has-orange-color:active{
    color: #f39c12;
}
.has-alizarin-color, a.has-alizarin-color:focus, a.has-alizarin-color:visited, a.has-alizarin-color:active{
    color: #e74c3c;
}
.single-post .post-content ul.wp-block-gallery,
.single-post .post-content ol.wp-block-gallery,
.page-template-default ol.wp-block-gallery,
.page-template-default ul.wp-block-gallery,
.single-post .post-content ul.wp-block-gallery,
.wp-block-gallery{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    padding-left: 0 !important;
}
.single-post .post-content ul.wp-block-gallery,
.page-content > ul.wp-block-gallery,
.wp-block-gallery{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 8px;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item{
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 30px;
    display: block;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure{
    position: relative;
    display: block;
    height: auto;
}
.wp-block-gallery .blocks-gallery-image figure img:not(:only-child),
.wp-block-gallery .blocks-gallery-item figure img:not(:only-child){
    background-color: #ddd;
    padding: 4px;
    border-radius: 3px 3px 0 0;
}
.wp-block-gallery .blocks-gallery-image figure figcaption,
.wp-block-gallery .blocks-gallery-item figure figcaption{
    position: relative;
    display: block;
    background-color: #dddddd;
    margin: 0;
    background-image: none;
    border-radius: 0 0 3px 3px;
    color: #636363;
    font-size: 14px;
    padding: 6px 10px 10px;
}
.post-entry ul.wp-block-gallery{
    margin-left: -15px;
    margin-right: -15px;
}
.post-entry ul.wp-block-gallery.alignleft{
    margin-right: 0;
}
@media all and (min-width: 600px){
    .wp-block-columns{
        margin-left: -15px !important;
        margin-right: -15px !important;
        flex-wrap: wrap;
    }
    .wp-block-columns:after{
        content: '';
        display: table;
        clear: both;
    }
    .wp-block-column{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .wp-block-columns.has-3-columns .wp-block-column{
        max-width: 33.333333%;
        flex: 0 0 33.333333%;
        margin-right: 0;
    }
    .wp-block-columns.has-4-columns .wp-block-column{
        max-width: 25%;
        flex: 0 0 25%;
        margin-right: 0;
    }
    .wp-block-columns.has-5-columns .wp-block-column{
        max-width: 20%;
        flex: 0 0 20%;
        margin-right: 0;
    }
    .wp-block-columns.has-6-columns .wp-block-column{
        max-width: 16.666667%;
        flex: 0 0 16.666667%;
        margin-right: 0;
    }
    .wp-block-columns.has-7-columns .wp-block-column{
        max-width: 14.285714%;
        flex: 0 0 14.285714%;
        margin-right: 0;
    }
    .wp-block-columns.has-8-columns .wp-block-column{
        max-width: 12.5%;
        flex: 0 0 12.5%;
        margin-right: 0;
    }

    .wp-block-gallery .blocks-gallery-image,
    .wp-block-gallery .blocks-gallery-item{
        width: calc((100% - 15px)/ 2);
    }
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item{
        width: calc((100% - 15px * 2)/ 3);
        margin-right: 0;
    }
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item{
        width: calc((100% - 15px * 3)/ 4);
        margin-right: 0;
    }
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item{
        width: calc((100% - 15px * 4)/ 5);
        margin-right: 0;
    }
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item{
        width: calc((100% - 15px * 5)/ 6);
        margin-right: 0;
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item{
        width: calc((100% - 12px * 6)/ 7);
        margin-right: 0;
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item{
        width: calc((100% - 10px * 7)/ 8);
        margin-right: 0;
    }
    .wp-block-column,
    .wp-block-column:not(:first-child),
    .wp-block-column:not(:last-child){
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 0;
    }
    .has-3-columns .wp-block-quote{
        margin-left: 0;
        margin-right: 0;
    }
}
.alignwide{
    clear: both;
}
.wp-block-table{
    width: 100%;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 20px 0;
    border: 1px solid #a1bf43;
    border-left: 0 !important;
    table-layout: fixed;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
    font-size: 13px;
}
.wp-block-table th,
.wp-block-table td{
    padding: 8px;
    border: none;
    border-top: 1px solid #a1bf43;
    border-left: 1px solid #a1bf43;
    vertical-align: top;
    text-align: left;
    min-height: 35px;
    line-height: 18px;
}
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2{
    font-size: 15px;
}
.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull{
    width: auto !important;
}
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-quote.is-large, .wp-block-quote.is-style-large{
    border-left: 5px solid #a1bf43;
    padding: 10px 20px;
}
.wp-block-quote{
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    margin: 0 0 20px;
    padding-left: 70px;
    position: relative;
}
.wp-block-quote p{
    font-size: 18px;
    line-height: 30px;
    color: #707070;
    font-style: italic;
    font-weight: 700;
}
.wp-block-pullquote{
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    padding: 30px 0;
    margin-bottom: 20px;
}
.wp-block-pullquote blockquote p,
.wp-block-pullquote blockquote{
    border: none !important;
    margin: 0;
    font-size: 17px;
}
.wp-block-pullquote blockquote cite{
    font-size: 12px;
    font-weight: 600;
    color: #888888;
    margin-top: 15px;
    display: block;
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p,
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p{
    font-size: 17px;
}
.wp-block-button__link{
    border-radius: 3px;
}
.wp-block-table.is-style-stripes{
    background-color: #eeeeee;
    border-collapse: collapse;
}
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td{
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.widget ul {
    list-style: none;
}
.post-entry a{
    font-size: inherit;
    line-height: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote p{
    font-size: 17px;
}
.lg-post-details .wp-block-pullquote blockquote{
    padding-left: 0;
}
.has-background-dim {
    position:relative;
}
.has-background-dim .plyr{
    min-width:100%
}
.remove-space .vc_column-inner {
    padding-right:0 !important;
    padding-left:0 !important;
}
.wpb_single_image img:hover{
	filter: contrast(0.5) !important;
}
/* VICTOR GEEKS */
a.btn_whats{
	background:#52b966;
	font-weight:bold;
	color:#ffffff;
	display:flex;
	align-items:center;
	padding:8px;
	font-family:'Open Sans' !important;
	height:100%;
}
a.btn_whats span{
	font-weight:200;
	margin-left:5px;
}
a.btn_whats i{
	margin:0px 5px;
	    font-size: 34px;
}
.text-quemsomos p{
	font-family:'Open Sans' !important;
}
.wpb_single_image img:hover	{
	    filter: initial !important;
}
.sub-menu-itens a.btn_whats:hover {
    display: flex;
    align-items: center;
}
span.whats_footer{
	display:flex;
	align-items:center;
}
.btn_whats_footer{
	margin-left: 8px;
font-family:'Open Sans' !important;
	color:white;
	font-size:17px;
}
.btn_whats_footer img{
	width:40px;
	height:40px;
	margin-right:10px;
}
.btn_whats_footer:hover {
    display: flex;
    align-items: center;
}
.contato-info  .wpb_wrapper .col-info-enderecos{
	margin: 15px 0px !important;
}
.page-content .contato-info .row_item {
    height: 140px;
}
.page-content .contato-info  .wpb_wrapper .col-info-enderecos >.vc_column-inner{
	padding-bottom: 0px !important;
}
.page-content .contato-info  .wpb_wrapper .col-info-enderecos .whats_contato{
	    width: 20px;
    margin: 0px 6px 0px 0px;
}
.page-content .contato-info  .wpb_wrapper .col-info-enderecos .telefone_contato p{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	   -webkit-align-items: center; /* Safari 7.0+ */
	margin-bottom:0px;
}
.whats_contato_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	   -webkit-align-items: center; /* Safari 7.0+ */
}
.whats_contato_box p{
	margin-bottom:0px !important;
}
.whats_contato_box div{
	height:20px;
  display: block;
}
.whats_contato_box a{
	font-family:'Open Sans';
}
.flex-direction-nav li a{
    background: #333333;
    display: flex;
    align-items: center;
    color: white;
    content: '';
}

.flex-direction-nav li a::before{
	font-weight: 100;
}
.flex-direction-nav li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}
.flex-direction-nav li a.flex-next:before{
background: url(http://gravityvr.com.br/wp-content/uploads/2018/01/next.png);
    width: 30px;
    height: 30px;
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
}
.flex-direction-nav li a.flex-prev:before{
	background: url(http://gravityvr.com.br/wp-content/uploads/2018/01/back.png);
    width: 30px;
    height: 30px;
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 780px){
	.col_icones_footer{
		order:0;
	}
	.col_copyright{
		order:1;
	}
	.col-powered p{
		line-height:20px;
	}
	.vc_custom_1563989332438 {
    margin-bottom: 5px !important;
    padding-top: 20px !important;
}
body.home .vc_row.wpb_row.vc_row-fluid .news-text .vc_column-inner, body.home .vc_row.wpb_row.vc_row-fluid .col-form-news .vc_column-inner {
    padding: 0px 0px !important;
}
	body.home .vc_custom_1563977033904 {
    margin-bottom: 5px !important;
    display: none;
}
	.page-id-21 .section_1_quemsomos {
    height: auto !important;
}
	body .vc_custom_1563989332438 {
    margin-bottom: 0px !important;
}
	.footer-copyright .row{
		flex-wrap:wrap;
	}
	body .vc_custom_1565208122974 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
	.row_player .vc_column-inner{
		padding:0 !important;
	}
	.img-reserve {
    width: 100%  !important;
		height:auto  !important;
    padding-top: 25px  !important;
}
	.col-venha-conhecer p {
    padding-right: 1%;
    line-height: 16px;
    text-align: left;
}
	.col-venha-conhecer .col-img-conhecer{
		padding-right:0 !important;
		    padding-left: 0 !important;
    width: 40% !important;
	}
	.col-venha-conhecer h5 {
    font-size: 14px;
    text-align: left;
    padding-right: 0;
    width: 100%;
}
	 body .col-venha-conhecer .wpb_content_element.wpb_text_column {
    margin: 0px 0px !important;
    padding-top: 0;
}
	body .col-venha-conhecer .wpb_content_element.wpb_text_column {
    margin: 0px 0px !important;
    padding-top: 0px;
}
	.col-venha-conhecer  .col-img-conhecer,.col-venha-conhecer .col-venha-conhecer {
    width: calc(96%/2);
    margin: 1%;
    padding: 0 0px 0 15px; 
}
	.flex-direction-nav .flex-prev {
    left: -15px !important;
}
		.flex-direction-nav .flex-next {
    right: -15px !important;
}
	.flex-direction-nav li a {
    height: 50px;
}
	.flex-direction-nav li a:before{
		width: 20px !important;
    height: 20px !important;
	}
	.cartaz-home .vc_col-sm-4 {
    width: 100%;
    margin: 0%;
    display: flex;
}
	.page-content .row_player .wpb_video_widget {
    margin-bottom: 0px !important;
    margin-top: 0;
}
	.footer-copy {
		line-height: 16px;
	}
	.col-quemsomos-img figure, .col-quemsomos-img img, .col-quemsomos-img div {
  height: auto !important;
}
	.row-arcade .wpb_wrapper{
		    padding-bottom: 6px !important;
	}
	.topo-arcade-row {
    min-height: 200px !important;
    height: 200px;
    margin: 0px 0;
}
	.space-bottom-arcade{
		height:30px !important;
	}
	.footer-icons a img{
		width:26px;
	}
	.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next{
		top:0 !important;
		bottom:0;
		margin:auto;
	}
	body .page-content .flexslider .slides img {
    height: auto !important;
}

	.page-id-21 .section_1_quemsomos .container-2 .vc_column-inner{
padding:0;
		padding-top:10px !important;
		padding-bottom:10px !important;
	}
	.page-id-21 .text-quemsomos {
    margin: 15px;

}
	.col-quemsomos-img .vc_column-inner,.page-id-21 .section_1_quemsomos .container-2 {
		padding-left: 15px !important;
    padding-right: 15px !important;
		padding-top: 15px;
	}
	.footer-copyright .col-sm-6{
		padding:6px;
		    width: 100%;
    max-width: 100%;
    flex: none;
	}
	.whats_footer{
		margin-top:10px;
	}
	.space-bottom-quemsomos,.space-top-quemsomos{
		    height: 30px !important;
	}
	.page-id-21 .page-content {
    padding-bottom: 0;
}
	
	.whats_footer img{
		width:20px;
		margin-left:0 !important;
	}
	
.footer-icons {
	flex-wrap: wrap;
	}
	.btn_whats_footer {
    margin-left: 8px;
    font-size: 12px;
    line-height: 14px;
}
	span.whats_footer {
    flex-wrap:wrap;
		width:100%;
		justify-content:center;
}
	p.info-news {
    padding-bottom: 10px;
}
	.footer-icons{
		flex-wrap:wrap;
	}


.top-menu{
	height:auto !important;
}
	.col-venha-conhecer a.btn-veja-mais{
	width: 100% !important;
    padding: 6px 20px !important;
    font-size: 16px;
	}
	.col-venha-conhecer p{
		width:100%;
	}
	.col-venha-conhecer .vc_column-inner .wpb_wrapper{
		width:100%;
		justify-content: flex-start !important;
	}
	.col-venha-conhecer .vc_column-inner .wpb_wrapper .vc_empty_space{
		display:none;
	}
	.row-venha-conhecer {
    margin: 10px 0 !important;
}
	.col-venha-conhecer h5 {
    font-size: 14px !important;
    padding-right: 10px;
}
	#titulo_venhaconhecer p {
    line-height: 26px !important;
    font-size: 20px !important;
}
	body .col-venha-conhecer .wpb_content_element.vc_separator {
    margin: 10px 0px!important;
}
	.col-reserve.wpb_column.vc_column_container.vc_col-sm-6 {
    margin-bottom: 30px;
}
	.row-venha-conhecer {
    align-items: flex-start !important;
    flex-wrap: wrap;
}
	.col-venha-conhecer .wpb_content_element.wpb_text_column {
    width: 100%;
}
.top-menu a.btn_whats{
		background:#75db96;
	    width: 100%;
    text-align: center;
    margin: 10px 0;
	justify-content:center;
	padding:6px;
	}
}
.page-content .col-eventos-text .vc_column-inner{
	padding:35px !important;
}
.page-id-21 .container-2 .vc_column-inner{
	padding-bottom:0px;
}
.section_1_quemsomos .container-2 .vc_column-inner{
    width: 100%;
    object-fit: cover;
}
.page-id-21 .section_1_quemsomos .wpb_single_image {
		margin-bottom:0px !important;
	height:100%;
}
.page-id-21 .section_1_quemsomos .wpb_single_image figure, .wpb_single_image img, .wpb_single_image div {
    width: 100%;
	height:100% !important;
}
.container-2.text_quemsomos .vc_column-inner{
	    padding: 50px 0px !important;
}

.page-id-21 .section_1_quemsomos {height:600px;}
.page-id-21 .section_1_quemsomos .container-2 .vc_column-inner, .page-id-21 .section_1_quemsomos .container-2, .page-id-21 .section_1_quemsomos .container-2 .vc_column_container,.container-2 .wpb_wrapper{
	height:100% !important;
}
.top-menu>.container,.top-menu .sub-menu-itens{height:100% !important;}
/* .top-menu>.container{
	width:100%;
} */
.col-venha-conhecer {padding-left: 15px !important;}
.col-reserve .wpb_wrapper,.col-reserve .wpb_single_image,.col-reserve .wpb_single_image .vc_figure,.col-reserve .wpb_single_image .vc_figure a,.col-reserve .wpb_single_image .vc_figure a img{height:100% !important;}
.col-reserve .wpb_single_image .vc_figure a img{object-fit:cover;}
.home .vc_row.wpb_row.vc_row-fluid  .news-text .vc_column-inner,.home .vc_row.wpb_row.vc_row-fluid .col-form-news  .vc_column-inner{padding: 40px 0px !important;}
.row-venha-conhecer{display:flex;align-items:center;flex-wrap:wrap}
.col-venha-conhecer .wpb_content_element.wpb_text_column{margin:12px 0px !important;padding-top:10px;}
.col-venha-conhecer .wpb_content_element.vc_separator {
    margin: 0px 0px!important;
}
.col-venha-conhecer p {padding-right: 5%;line-height: 18px;}
a.btn-veja-mais {width:45% !important;border-radius: 22px;text-align: center;margin: 0 auto 10px !important;	font-family:'Open Sans';}
.footer-copyright .row{display:flex;align-items:center;}
.news-text .title-news p {
/*     font-family: 'Silom' !important; */
font-size: 30px !important;
}
p.info-news{font-style:italic !important;}

.col-powered .vc_column-inner{
	padding-bottom:0px !important;
}
.col-venha-conhecer{
	padding-left:0px !important;
}

.col-img-conhecer div, .col-img-conhecer figure, .col-img-conhecer img{
	margin-right:8px;
}
.img_eventos_text *{
	height:100% !important;
}
/* .col-eventos-text .wpb_wrapper{
	padding:30px;
} */

#titulo_venhaconhecer p{
line-height:32px;
}
.page-content .col-powered .vc_column-inner{
	padding-bottom:0px !important;
}
.page-content .flexslider .slides img{
	height:470px !important;
}
.home .page-content .flexslider {
	margin-bottom:28px;
}
.page-content .row_player .wpb_video_widget {
	margin-bottom:0px !important;
}
.wpb_gallery_slides {
	margin-bottom:0px !important;
}
#img_topo_arcades figure{
	width:100%;
}
.banner_contato .wpb_single_image{
	margin-bottom:0px;
}
.btn-reserve img{
	width:200px;
}
.divisor-titulo-arcade{
	width:150% !important;
}
.row-item-arcade{
overflow-x:hidden;
}
.reservas_btn a{
	width: 100%;
    padding: 8px;
    background: #f78b66;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
	opacity:0.6;
}
.reservas_btn a:hover{
    background: #cc5927;
	opacity:1;
	color:#fff;
}
.topo-arcade-row {
    height: 500px !important;
    min-height: initial !important;
}