/*
Theme Name:     Gridlove Child
Theme URI:      http://mekshq.com
Description:    Child theme for Gridlove theme
Author:         meks
Author URI:     http://mekshq.com
Template:       gridlove
Version:        0.1.0
*/


.header-btn {
	line-height: 1;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14);
    background-color: #49BC1F;
    border-radius: 3px;
    border: 1px solid #41a61b;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
}

.header-btn:hover {
	color: #FFFFFF;
    text-decoration: none;
    background-color: #3fa21b;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
}

.gridlove-header-middle .header-btn a {
	color: #FFFFFF;
}

.gridlove-header-sticky .header-btn a {
	color: #FFFFFF;
	line-height: 42px !important;
	height: 42px !important;
}

.nc_socialPanelSide {
    display: none;
}


/*card*/

.entry-category a {
    padding: 0px 7px 0px;
    border-radius: 3px;
    line-height: 17px;
    background-color: #e9ecf3;
    color: #2a4656;
}

.entry-category a:hover {
    background-color: #49BC1F;
}

.entry-overlay .entry-category a:hover, .gridlove-cover-content .entry-category a:hover, .gridlove-post-a .entry-category a:hover {
    background-color: #49BC1F !important;
    color: #fff !important;
}

.gridlove-post-a .entry-title a, .gridlove-post-b .entry-title a, .gridlove-post-c .entry-title a {
    color: #3a92e0;
}

.gridlove-post-a .entry-title a:hover, .gridlove-post-b .entry-title a:hover, .gridlove-post-c .entry-title a:hover {
    color: #2a4656;
}

.gridlove-post {
    line-height: 1.5;
}


.h3 {
	line-height: 28px;
	font-weight: 700;
}

/*.entry-content {
	font-size: 16px;
	line-height: 25px;
}*/



.banner-start-v1 {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
	overflow: hidden; 
}

.banner-start-v1__wrapper {
    position: relative;
    padding-top: 150px;
    padding-bottom: 126px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; 
}

.banner-start-v1__wrapper:after {
    content: " ";
    display: block;
    clear: both; 
}


.gridlove-footer [class^=col-lg-] {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.footer-banner {
    height: 200px;
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: #ebf2f9;
    text-align: center;
    display: none;
}

.footer-banner-2 img {
    max-height: 200px;
}

.widget_search h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    color: #b7d5e6 !important;
    margin-bottom: 15px;
}

.gridlove-footer .widget {
    margin-bottom: 50px;
}

.gridlove-footer .gridlove-search-form input[type="text"] {
    background-color: #2675a3;
    border: none;
    color: #fff;
}

.gridlove-footer .gridlove-search-form input[type="text"]::-webkit-input-placeholder {color: #6797b8}
.gridlove-footer .gridlove-search-form input[type="text"]::-moz-placeholder          {color: #6797b8}/* Firefox 19+ */
.gridlove-footer .gridlove-search-form input[type="text"]:-moz-placeholder           {color: #6797b8}/* Firefox 18- */
.gridlove-footer .gridlove-search-form input[type="text"]:-ms-input-placeholder      {color: #6797b8}

.gridlove-footer .widget_search .gridlove-button-search {
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    text-shadow: none;
    background-color: #49BC1F;
    border-radius: 3px;
    border: 1px solid #37aa0d;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    max-width: 87px;
    font-size: 13px;
    font-weight: 700;
    padding: 0;
    box-shadow: none;
    margin-top: 11px;
}

.gridlove-footer .widget_search .gridlove-button-search:hover {
    background-color: #3fa21b;
}

#text-44 {
    position: relative;
}

#nav_menu-3 {
    display: none;
}

.tactics {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 570px;
    border: 1px solid #2675a3;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 10px 20px 15px;
    min-height: 200px;
    z-index: 100;
    display: none;
}

.tactics-text {
    display: inline-block;
    width: 35%;
    vertical-align: top;
    padding-right: 20px;
}

.tactics-text h3 {
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #b7d5e6;
    margin-bottom: 10px;
}

.tactics-text p {
    font-size: 13px;
    line-height: 20px;
    color: #80aec9;
}

.tactics-form {
    display: inline-block;
    width: 64%;
    vertical-align: top;
}

.tactics-form input[type="text"], .tactics-form input[type="email"] {
    background-color: #2675a3;
    border: none;
    color: #fff;
}

.tactics-form input[type="text"]::-webkit-input-placeholder {color: #6797b8}
.tactics-form input[type="text"]::-moz-placeholder          {color: #6797b8}/* Firefox 19+ */
.tactics-form input[type="text"]:-moz-placeholder           {color: #6797b8}/* Firefox 18- */
.tactics-form input[type="text"]:-ms-input-placeholder      {color: #6797b8}
.tactics-form input[type="email"]::-webkit-input-placeholder {color: #6797b8}
.tactics-form input[type="email"]::-moz-placeholder          {color: #6797b8}/* Firefox 19+ */
.tactics-form input[type="email"]:-moz-placeholder           {color: #6797b8}/* Firefox 18- */
.tactics-form input[type="email"]:-ms-input-placeholder      {color: #6797b8}


.tactics-form input[type="submit"] {
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    text-shadow: none;
    background-color: #49BC1F;
    border-radius: 3px;
    border: 1px solid #37aa0d;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    max-width: 130px;
    font-size: 13px;
    font-weight: 700;
    padding: 0;
    box-shadow: none;
    margin-top: 11px;
}

.tactics-form input[type="submit"]:hover {
    background-color: #3fa21b;
}

.tactics-form label {
    margin: 0;
    font-size: 12px;
    color: #80aec9;
}

.gridlove-footer .widget-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    color: #b7d5e6 !important;
    margin-bottom: 15px;
}

.gridlove-footer .textwidget ul li a {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1em;
    font-weight: 300;
    color: #80aec9;
    border: none;
}

.gridlove-footer .textwidget ul li a:hover {
    color: #fff;
}



.gridlove-footer .widget_nav_menu {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.gridlove-footer .widget_nav_menu h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    color: #b7d5e6 !important;
    margin-bottom: 15px;
}

.gridlove-footer .widget_nav_menu ul {
    margin: 0;
    padding: 0;
}

.gridlove-footer .widget_nav_menu ul li a {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1em;
    font-weight: 300;
    color: #80aec9;
    border: none;
}

.gridlove-footer .widget_nav_menu ul li a:hover {
    color: #fff;
}

.gridlove-footer .copy-exp {
    display: block;
    float: right;
    padding-top: 30px;
    font-size: 13px;
    color: #488AB1;
    text-align: right;
    background-repeat: no-repeat;
    background-position: right 4px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAAATCAQAAAD2MB2QAAAES0lEQVR4Ad2XhY/cOhDGT9FGq9WWmXfLzMzcrsqMKTMzRafrMTPvX/t7fqORn5Pz47JHkiffGGY+22On4o/CJp4yQNlIE3dYZPFxXCBmSCwxR8hX/JqFcTynnBSDjDaWEkMpvJstnv5b2GnkLDtZ/kU9O0RM5MGXspMFX3Ki5XRT9kgbU4y0eywnUyM8TlibmPfFfLtDmSrVZ5O3eJXBn345CqbTbYOOZD0ji1SRY5OpH3JI1vmTDTSxG3hqkE4iI+90t0z6YgsUsd2GffprkfBKw7pEyGiWs4gsYyx65HeaZBXWMcXU2zVvdJJPkVClelH7SSGkwMzUjGMoGMnZ76kUZI6sqScolkd0cqYeI0gTZW5Iz+DPSCDA2D3Y7BSWk3FC/WSeBnvL6Ec0wG42EFIl+iHZK6LLjshTUr3kJ0HdvS5BRdq2lwNqm8BLyipL5My3I3Ma/bip67TdJaNXmvqCqV/ZUUXY7iOBDCc1fw1whMCHCfKGfjtSRNY047R89DOa3ZStDLGACZznGBmyNDiWxwRUihb7SSAjh+m8omVqabOuB9SKQ7FI0R6kmBvqS5OOcgUZUep3loRKOXIFHwkaSRMtukRejJxoDcR8EHruqPtGXhqt0wnVmYC9KKYykyNS96ZIqJMttkST5AJm2okzsvoNRlsp2NJUzzuq/x0Jf5ETyMsuviT6Ldl7oWIXXExJ2CTYdlnuCRXEAt4Qoyu1dvgrKctatqiWdUNxRJxlp6x5IPZ1go4W+joN8OVJWC4zTBG9IPo8xSa5mEuC6usqeGM3uZ4UlTd2+GMuLgMd0CMTJELpJ6ZOLHL+NXe4Ml3CrPoqJGySGXKiTxB9pQ+zJEhRnUua6zOcTzi8jZANrJSHUK+DVxNoaqsdmRPIyvn/YEkYInZkjIRZ/eORsBK9CgmdV+NZfabIe4C1loZaprNW9Qu+xKjpda2euAHCRMilvzwOh5Bbwp7hd39BQiyZzH1Bpo9D0YMVXBIYI/rqCgKqRR2ScFdzkhJFg17Avg0JGcdeg2wx2kzatf1ULwkZORJ1BEw3tdwSI1xd5ydBz/BKca9N0lyahLOJN2obU1OJ8Q4BGbF1E47AOlOJsaSJURwbstffNmZTYJvwrC8/FtDNMeYZy1ouaOZQd7xX5Aax7zbaDb2h5YrV2/6T6LWCLUiREKi1Sd8WkxIkvBN/HhMxz3xtS99l9rIfSF2RiqlPOZ0hpkHfR8429MkASwip9lieEiRIeGCwT/brA2VahP8j9gGu05HnFopIMPdMfUU7ilUdfkfRhvFcX6LtaL7SdZRvkceCHFCkjZ12RItpL/cW7OckGfeCaRkRaIOs1BEPBde16z8qTGH2CGw2Y/yt9aE92m9jpj52tTCJAvnU/6yO7MeUhJ0UUn83aozodAgokVPLSj45e+OpWb+fuCRuB3+RF1+RCV7LUvvT82uT8OsXAs4TMcXFfgOKUtNnmoQSIAAAAABJRU5ErkJggg=='); 
}

.gridlove-footer .copy-exp a {
    color: #80aec9;
    text-decoration: none;
    border: none;
}

.gridlove-footer .copy-exp a:hover {
    color: #fff;
}



/*popup*/

html div#om-rtylhptwsf0njuuz {
    display: none !important;
}

html div#om-apkcglgbcclyz6bs {
    display: none !important;
}

html div#om-nufbykxhqphgvv5i {
    display: none !important;
}

html div#om-dmnvqy0vuytf2mus {
    display: none !important;
}

.optin-monster-saas-overlay {
    /*display: none !important;*/
}

.gridlove-content {
    max-width: 900px;
}

.box-inner-p-smaller {
    padding-left: 80px;
    padding-right: 80px;
}

.box-inner-p-bigger {
    padding-left: 80px;
    padding-right: 80px;
}

.entry-image img {
    width: auto;
    display: block;
    margin: 0 auto;
}

.gridlove-text-module-content.gridlove-box {
    padding: 0;
    background: none;
    box-shadow: none;
}



.single-portfolio .entry-meta, .single-portfolio .gridlove-author, .single-portfolio .gridlove-related, .single-portfolio .nc_socialPanel {
    display: none;
}

.-skin-default .-items .-item {
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1) !important;
    background-color: #fff;
    font-size: 0;
    width: 48% !important;
    margin: 0 1% 30px 1% !important;
    height: 280px;
    overflow: hidden !important;
}

.-skin-default .-items .-item .item-col1 {
    background-color: #e6e6e6;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    height: 100%;
}

.-skin-default .-items .-item .item-col2 {
    padding: 30px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    height: 100%;
    position: relative;
}

.-skin-default .-items .-item .itembox {
    box-shadow: none !important;
    background: none !important;
    border: none !important;
}

.-skin-default .-items .-item .itembox > a {
    line-height: 280px !important;
    text-align: center;
}

.-skin-default .-items .-item .itembox > a > img {
    display: inline-block;
    vertical-align: middle;
    max-height: 250px;
    width: auto !important;
    margin: 0 auto;
}

.-skin-default .-item .title {
    text-align: left !important;
}

.-skin-default .-item .title a {
    font-size: 22px !important;
    color: #3a92e0 !important;
    text-align: left !important;
    line-height: 1.3 !important;
    transition: all .3s ease;
}

.-skin-default .-item .title a:hover {
    color: #2a4656 !important;
}

.-skin-default .-items .-item .-links .-link a {
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    line-height: 44px;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14);
    background-color: #49BC1F;
    border-radius: 3px;
    border: 1px solid #41a61b;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 40px;
    padding-right: 40px;
}

.-skin-default .-items .-item .-links .-link a:hover {
    background-color: #3fa21b !important;
}



.-skin-default .-filters {
    margin-bottom: 30px !important;
}

.-skin-default .-filters .-filter {
    border: none !important;
    background-color: #49BC1F !important;
    color: #fff !important;
    border-radius: 3px;
    font-size: 16px !important; 
    padding: 0 10px !important;
}






@media screen and (max-width: 1023px) {
    .-skin-default .-items .-item {
        width: 100% !important;
    }
}


@media screen and (max-width: 767px) {
    .banner-start-v1__wrapper {
        padding-top: 80px;
        padding-bottom: 88px; 
    } 

    .tactics {
        position: relative;
        width: 100%;
    }

    .tactics-text {
        width: 100%;
        padding: 0;
    }

    .tactics-form {
        width: 100%;
    }

    .gridlove-footer .widget_nav_menu  {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .gridlove-footer .widget_search .gridlove-button-search {
        margin-top: 0;
    }

    .gridlove-footer .copy-exp {
        text-align: center;
        background-position: top center;
        margin: 0 auto 30px;
        float: none;
    }

    .-skin-default .-items .-item {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: auto;
    }
    .-skin-default .-items .-item .item-col1 {
        width: 100%
    }

    .-skin-default .-items .-item .item-col2 {
        width: 100%;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .banner-start-v1__wrapper {
		padding-top: 40px;
		padding-bottom: 40px; 
    } 
}
  
.banner-start-v1__container {
    position: relative;
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
    margin-left: 25.71429%;
    z-index: 2; 
}

@media screen and (max-width: 1024px) {
	.banner-start-v1__container {
        width: 65.71429%;
        float: left;
        margin-right: 2.85714%;
        margin-left: 17.14286%; 
    } 
}

@media screen and (max-width: 767px) {
	.banner-start-v1__container {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-left: 0%; 
    } 
}

.banner-start-v1__title h2 {
    margin-bottom: 1em; 
    font-size: 48px;
    line-height: 1.2;
}

.banner-start-v1__btn {
    margin-bottom: .7em; 
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 19px;
    padding-bottom: 21px;
    padding-left: 38px;
    padding-right: 38px;
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14);
    background-color: #49BC1F;
    border-radius: 3px;
    border: 1px solid #41a61b;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.banner-start-v1__btn:hover {
	color: #FFFFFF;
    text-decoration: none;
    background-color: #3fa21b;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
}

.banner-start-v1__text {
    font-style: italic;
    font-size: 17px;
    line-height: 1.2;
    color: rgba(42, 70, 86, 0.7); 
}

.banner-start-v1__preview {
    position: absolute;
    display: block;
    top: 0;
    left: -40px;
    right: -40px;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url(images/bg-banner-start-v1.jpg);
    z-index: 1; 
}

@media screen and (max-width: 1024px) {
	.banner-start-v1__preview {
	    background-size: contain; 
	} 
}

@media screen and (max-width: 767px) {
	.banner-start-v1__preview {
        display: none; 
    } 

    .banner-start-v1__title h2 {
        font-size: 32px;
    }
}

.banner-start-v1.banner-start-v1_light {
	background-color: #FFFFFF; 
}

.banner-start-v1.banner-start-v1_light .banner-start-v1__preview {
    background-image: url(images/bg-banner-start-v1.jpg); 
}

.banner-start-v1.banner-start-v1_dark {
	background-color: #E9ECF2;
	border-top: 1px solid #D3D5DA; 
}

.banner-start-v1.banner-start-v1_dark .banner-start-v1__preview {
    background-image: url(../../images/a/bg-banner-start-v1-dark.jpg); 
}

.manual-optin-trigger {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 19px;
    padding-bottom: 21px;
    padding-left: 38px;
    padding-right: 38px;
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF !important;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14);
    background-color: #49BC1F;
    border-radius: 3px;
    border: 1px solid #41a61b !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.manual-optin-trigger:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #3fa21b;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
}


#om-canvas-whiteboard-optin-wrap{
    height: auto !important;
    background-color: #fff !important;
}

.entry-content div a.manual-optin-trigger {
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #1f79c8 !important;
    border:none !important;
    border-bottom: 1px solid rgba(31,121,200,0.8) !important;
    background: none;
    text-shadow: none;
    box-shadow: none;
    margin: 0;
    display: inline;
    border-radius: 0;
}

.entry-content div a.manual-optin-trigger:hover {
    border: none !important;
}

