@import "../../../atlanta/assets/css/style.min.css";


/****************************************************************
 
-------------------------- GENERAL ------------------------------
 
****************************************************************/ 


/* -- ***** Anti alias all the text 
 
---------------------------------------------------------------*/ 



* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



body:not(.home) {
   background-color: #615F60;
   color: #fff;
}


/****************************************************************
 
----------------------------- HEADER ----------------------------
 
***************************************************************/  


/* -- ***** Topbar 
---------------------------------------------------------------*/


#top-bar p {
    margin-bottom: 0;
}


#top-bar #text-2 {
    
    border-style: solid;
    border-width: 1px;
    border-color: rgb(239, 220, 157);
    border-radius: 10px;
    padding: 2px 15px;
    margin-top: 20px;
}


/* -- ***** Logo 
---------------------------------------------------------------*/


#header.logo-left .logo {
    margin-top: -42px;
    margin-bottom: 0;
}



#header .logo a > img {
    max-width: 85%;
}


/* -- ***** Menu
 ---------------------------------------------------------------*/ 


.sf-menu {

}

.sf-menu li {
    border-top: none;
}


.sf-menu li:last-child a {
    padding-left: 0;
}


.sf-menu .sub-menu li {
    border-bottom: 1px solid #fff;
}


.sf-menu .sub-menu li:hover {
    border-color: #fff;
}

.sf-menu .sub-menu li:last-child {
    border:none;
}


.sf-menu li a {
    padding: 0 0.8em;
}


/* -- ***** Mobile Menu
---------------------------------------------------------------*/ 

.mobile-menu .menu-item-has-children>a {
	background-color: transparent;
	position: relative;
}

.mobile-menu .menu-item-has-children>a:after {
	font-family: 'FontAwesome';
	text-align: center;
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	position: absolute;
}

.mobile-menu .menu-item-has-children>a:after {
	font-size: 30px;
	content: '\f0d7';
	top: 10px;
	left: 20px;
}

.mobile-menu .menu-item-has-children.visible>a:after {
	content: '\f0d8';
}

.mobile-menu ul.sub-menu {
	display: none !important;
	visibility: hidden !important;
	transition: all 1.5s ease-in-out;
}

.mobile-menu .visible>ul.sub-menu {
	display: block !important;
	visibility: visible !important;
}

.mobile-menu>a:hover,
.mobile-menu li.current-menu-item>a {
	background-color: #505568 ;
	color: #FFF !important;
	margin: 0;
}

.nav-main .navbar-collapse .mobile-menu>li .sub-menu li a span {
	margin-right: 40px;
}

.nav-main .navbar-collapse .mobile-menu>li a {
	padding: 10px 15px;
	font-size: 15px;
	text-align: right;
}

.nav-main .navbar-collapse .mobile-menu>li a {
    border-top: 1px solid #646a82;
}


/****************************************************************
 
----------------------------- FOOTER ----------------------------
 
****************************************************************/  

#footer {
    border-top: 4px solid #f9df91;
    /*margin-top: 50px;*/
    padding: 50px 0 87px;
}



#footer #sidebar-footer .widget-title {
    border: none;
    margin-bottom: 20px;    
}


#footer #sidebar-footer .widget {
    margin-bottom: 0;
}


.widget-title:after {
    display: none;
}



.footer-logo-image {
    position: absolute;
    top: 0;
    right: 0;
    
    border-left: 1px solid #fff;
    min-height: 175px;
    margin-top: 15px;
}


#footer #text-3 .widget-title,
.footer-logo-content {
    margin-right: 165px;
}



#footer #text-4 {
    text-align: left;
}


#footer .footer-bdi-image {
 
    margin: 30px 25px 0 0;   
}


#footer .footer-duns-image {
    margin-top: 32px; 
}


/* -- Copyright
 
---------------------------------------------------------------*/ 
#copyright {
    border-top: 1px solid #505050;
    line-height: 35px !important;
}


/****************************************************************
 
----------------------------- PAGES ----------------------------
 
****************************************************************/  



/* -- Title 
 ---------------------------------------------------------------*/

#primary .page-title h1 {
    margin: 45px 0;
    text-align: center;
    font-weight: normal;
    color: #f4da8f;
}



/* -- PAGES -> Homepage
 ---------------------------------------------------------------*/

.home #primary #content #main {
    margin-bottom: 0;
}




/* -- PAGES -> Homepage -> BLOG
 ---------------------------------------------------------------*/


.format-cpt-post .grid-item {
    margin-bottom: 40px;
}


.grid-item .caption .entry-meta.bottom,
.grid-item .caption {
    padding: 0 15px;
    background: #fff;
}
 
.grid-item .caption .entry-meta  {
    color: #000;
    border: none;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    padding-top: 15px;
}


.grid-item .caption .entry-meta {
    margin-top: 0 !important;
}

.grid-item .grid-heading.entry-title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    min-height: 80px;
}


.grid-item.grid-two .grid-heading.entry-title {
    height: auto;
}

.grid-item .grid-heading.entry-title a:hover {
    color: #000;
}


.grid-item .image-link img {
    width: 100%;
}



#primary #content #main .entry-meta i, 
.entry-meta:after {
    display: none;
}

.entry-meta .read-more {
   color: #000; 
}


.entry-meta .read-more {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
}



.grid-item .caption .entry-meta.bottom {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 0;
}


#primary #content .entry-excerpt {
    color: #000;
}


.grid-item .box-shadow {
    -webkit-box-shadow: 15px 14px 13px 0px rgba(0,0,0,0.48);
    box-shadow: 15px 14px 13px 0px rgba(0,0,0,0.48)
}


.home .row.recent-post-wrap-grid {
    margin: 0px 15px;
}


.home .grid-item {
    margin-bottom: 35px;
}


.grid-item__content {
    min-height: 150px;
}




#primary #content .entry-excerpt {
    min-height: 120px;
}

/* -- PAGES -> Homepage -> Slider
 ---------------------------------------------------------------*/

.revslider-title,
.revslider-subtitle {
    font-weight: normal !important;
    margin: 0 !important;
}


.revslider-title {
    font-size: 48px;
}


.revslider-subtitle {
    font-size: 30px;
    margin-bottom: 5px !important;
}


.revslider-content {
    font-size: 20px !important;
    margin-top: 15px !important;
    line-height: 1.4em !important;
}



/* -- PAGES -> Homepage -> Contact Form
 ---------------------------------------------------------------*/



.contact-form-inner-page .pojo-form .field::-webkit-input-placeholder { /* Edge */
  color: #3c3b3a;
}

.contact-form-inner-page .pojo-form .field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #3c3b3a;
}

.contact-form-inner-page .pojo-form .field::placeholder {
  color: #3c3b3a;
}

.contact-form-inner-page .pojo-form .field-group {
    margin-bottom: 25px;
}




/* -- PAGES -> Contact Us
 ---------------------------------------------------------------*/
 
 
.contact-us-form .pojo-button-wrap.pojo-button-block .button {
    background: #f4da8f url("../images/golden-bg.jpg") no-repeat !important;
    background-size: cover !important;
    padding: 15px;
    color: #3d3d3d;
    font-size: 27px;
    font-weight: bold;
 }
 
 
.contact-us-form .pojo-form .field {
    background-color: transparent !important;
    border-color: #fff !important;
}



.contact-us-form .pojo-form .field::-webkit-input-placeholder { /* Edge */
  color: #FFF;
}

.contact-us-form .pojo-form .field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

.contact-us-form .pojo-form .field::placeholder {
  color: #FFF;
 
}



/****************************************************************
 
----------------------------- GLOBAL ----------------------------
 
****************************************************************/

.black-gradient {
	background: -webkit-linear-gradient(left, rgb(115, 115, 115) 0%, rgb(255, 255, 255) 45%);
	background: -o-linear-gradient(left, rgb(115, 115, 115) 0%, rgb(255, 255, 255) 45%);
	background: -ms-linear-gradient(left, rgb(115, 115, 115) 0%, rgb(255, 255, 255) 45%);
	background: -moz-linear-gradient(left, rgb(115, 115, 115) 0%, rgb(255, 255, 255) 45%);
	background: linear-gradient(to right, rgb(115, 115, 115) 0%, rgb(255, 255, 255) 45%);

}


/****************************************************************
__________________________ RESPONSIVE ___________________________
 
****************************************************************/


/* Large Screens */

@media (min-width: 980px) {

/* Make the defalut theme container to be like Elemntor's */

#copyright .container,
#top-bar .container,
header .container,
footer .container {
    max-width: 1300px !important;
}


} /* 980 */




@media (max-width: 1037px) {
    

/****************************************************************
 
----------------------------- FOOTER ----------------------------
 
****************************************************************/      


 .footer-logo-content {
    font-size: 16px;
 }

    
    
} /* 1037 */




@media (max-width: 1141px) {



/****************************************************************
 
----------------------------- HEADER ----------------------------
 
***************************************************************/  


/* -- ***** Logo 
---------------------------------------------------------------*/


    #header.logo-left .logo {
        margin-top: -23px;
        margin-bottom: 0;
        max-width: 287px;
    }
    
/* -- ***** Menu
 ---------------------------------------------------------------*/ 
 
     
    .sf-menu li a {
        padding: 0 0.7em;
        font-size: 16px;
    }

    
} /* 1141 */




@media (min-width: 767px) and (max-width: 991px) { 

/****************************************************************
 
----------------------------- HEADER ----------------------------
 
***************************************************************/  

/* -- ***** Topbar 
---------------------------------------------------------------*/


#top-bar p {
    font-size: 14px;
}


#top-bar #text-2 {
    padding: 0 10px;
    margin-top: 10px;
    line-height: 1.8em;
}



/* -- ***** Logo 
---------------------------------------------------------------*/

#header.logo-left .logo {
    float: none !important;
    margin: 10px 0 0 0;
    text-align: center;
    max-width: none;
}


#header .logo a > img {
    max-width: 275px;
}

/* -- ***** Menu
 ---------------------------------------------------------------*/ 

#header.logo-left .nav-main {
    float: none !important;
}


.sf-menu {
    text-align: center;
    margin: 15px;
}


.sf-menu li {
    float: none !important;
    display: inline-block;
}

.sf-menu li:first-child a,
.sf-menu li:last-child a {
    padding-left: 0;
}


.sf-menu li a {
    line-height: 53px;
}



/****************************************************************
 
----------------------------- FOOTER ----------------------------
 
****************************************************************/      


#footer .col-sm-6 {
    width: 100%;
}


.footer-logo-image {
    position: relative;
    top: auto;
    right: auto;
    border: none;
    min-height: auto;
    margin-top: 0;
    text-align: center;
}


#footer #text-3 {
	text-align:center;
}

#footer #text-3 .widget-title, .footer-logo-content {
    margin-right: 0;
}


#footer #text-4 {
    text-align: center;
    margin-top: 45px;
}



/****************************************************************
 
----------------------------- PAGES ----------------------------
 
****************************************************************/  



/* -- PAGES -> Homepage -> Slider
 ---------------------------------------------------------------*/

.revslider-title {
    font-weight: 600 !important;
    font-size: 20px !important;
}

.revslider-subtitle {
    font-size: 16px !important;
}

.revslider-content {
    display: none;
}


.hide-mobile {
    display: none;
}


.revslider-slide-rating .tp-bgimg.defaultimg {
    background-image: url(https://www.getready.co.il/new/wp-content/uploads/Homepage_slide02_tablet.jpg) !important;
}



} /* 767 - 991 */





@media (max-width: 767px) {


/****************************************************************
 
----------------------------- HEADER ----------------------------
 
***************************************************************/  

/* -- ***** Topbar 
---------------------------------------------------------------*/

#top-bar {
    display: block;
}


#top-bar p {
    font-size: 13px;
}



#top-bar #text-2 {
    padding: 0 10px;
    margin-top: 10px;
    line-height: 1.8em;
}



/* -- ***** Logo 
---------------------------------------------------------------*/

#header.logo-left .logo {
    padding: 0;
    margin: -40px 0 10px 0;
}

 
#header .textual-logo .textual-logo__title {
    font-size: 28px;
    margin-bottom: -3px;
}



/* -- ***** Menu
 ---------------------------------------------------------------*/
 
#header.logo-left .logo .navbar-toggle {
    float: none;
    position: absolute;
    left: 16px;
    top: 55px;
}


.navbar-toggle {
    border-color: #f4da8f !important;
}


.icon-bar {
    background-color: #f4da8f !important;
}



/****************************************************************
 
----------------------------- FOOTER ----------------------------
 
****************************************************************/      


#footer {
    padding: 0 0 30px;
}


#footer .col-sm-6 {
    width: 100%;
}


.footer-logo-image {
    position: relative;
    top: auto;
    right: auto;
    border: none;
    min-height: auto;
    margin-top: 0;
    text-align: center;
}


#footer #text-3 {
	text-align:center;
}

#footer #text-3 .widget-title, .footer-logo-content {
    margin-right: 0;
}


#footer #text-4 {
    text-align: center;
    margin-top: 45px;
}



/****************************************************************
 
----------------------------- PAGES ----------------------------
 
****************************************************************/  

.grid-item__content {
    min-height: auto;
}


/* -- PAGES -> Homepage -> Slider
 ---------------------------------------------------------------*/

.revslider-title {
    font-weight: 600 !important;
    font-size: 20px !important;
}

.revslider-subtitle {
    font-size: 16px !important;
    margin-top: 10px !important;
}

.revslider-content {
    display: none;
}


.hide-mobile {
    display: none;
}


.revslider-slide-rating .tp-bgimg.defaultimg {
      background-image: url(https://www.getready.co.il/new/wp-content/uploads/Homepage_slide02_tablet.jpg) !important;
}


.revslider-slide-justice .tp-bgimg.defaultimg {
    background-position: 97% center !important;
}




    
} /* 767 */



@media (max-width: 570px) {

/****************************************************************
 
----------------------------- HEADER ----------------------------
 
***************************************************************/  


/* -- ***** Logo 
---------------------------------------------------------------*/

    #header.logo-left .logo {
        padding: 0;
        margin: 8px 0 10px 0;
        max-width: 238px;
    }    
    
    
/* -- ***** Menu
 ---------------------------------------------------------------*/  
   
    #header.logo-left .logo .navbar-toggle {
        top: 74px;
    }
    
    
}/* 570 */



@media (max-width: 489px) {

/****************************************************************
 
----------------------------- FOOTER ----------------------------
 
****************************************************************/  

/* -- Copyright
 
---------------------------------------------------------------*/ 

#copyright .pull-left,
#copyright .pull-right {
    float: none !important;
}
 

} /* 489 */




@media (max-width: 345px) {

/****************************************************************
 
----------------------------- FOOTER ----------------------------
 
****************************************************************/  

#footer .footer-bdi-image {
    display: block;
    text-align: center;
    margin: 30px auto 0;
}


}/* 345 */