/*
Theme Name: Northeast Antique exchange
Theme URI: https://NortheastAntiqueExchange.com/
Author: Singularity Solution - Darko Mitrovic
Author URI: https://www.singularity.is
Description: Northeast Antique exchange
Version: 1.0

* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/




@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&family=Secular+One&display=swap');


@font-face {
    font-family: 'Trajan Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Regular'), url('fonts/TrajanPro-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Trajan Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Bold'), url('fonts/TrajanPro-Bold.woff') format('woff');
}




/*
BLUE: #266E9C
*/


body {       
    
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #000;
    line-height: 1.1;
    padding-top: 70px;
}



p,
ul {
    font-size: 24px;
    line-height: 1.4;
}

.p-sm {
    font-size: 16px !important;
}
.p-xs {
    font-size: 14px !important;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Trajan Pro Regular';
    line-height: 1.1;    
    font-weight: normal;
}



h1 {

}
h2 {
    font-size: 48px;
    color: #266E9C;
}
h3 {
    font-size: 30px;
    color: #266E9C;
}

.modal-body h3 {
    font-size: 36px;
}

img {
    /* width:100%; */
    max-width: 100%;
    height: auto;
    opacity: 1.0;
    filter: alpha(opacity=100);
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

a {
    color: #266E9C;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

a:hover {
    color: #012a46;
    text-decoration: none;
}


.form-control:focus {
	box-shadow: none;
}





.bttn {
    display: inline-block;
    padding: 9px 24px;
    text-align: center;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.bttn-blue {
    background: #266E9C;
    color: #fff;
}
.bttn-blue:hover {
    background: #012a46;
    color: #fff;
}

.bttn-big {
    font-size: 19px;
    padding: 14px 66px;
}







.blue {
    color: #266E9C;
}



/*****************************
            NAV
*****************************/
nav {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.logo {
    font-size: 24px;
    padding-top: 2.7px;
}


.logo-box {
    padding-left: 15px;
    max-width: 650px;
    margin: 0 auto;
}

.logo a {
    color: #000;
}
.logo a:hover {
    color: #266E9C;
}


.nav-btn {
    padding-right: 15px;
    max-width: 650px;
    margin: 0 auto;
}


/*****************************
            HERO
****************************/
.hero-block {
    background: #F2F2F2;
}
.hero-block .left-text {
    padding-top: 120px;
    padding-bottom: 120px;
}
.hero-block .left-text p,
.about .left-text p
{
    font-weight: 300;
}



.left-text {
    max-width: 650px;
    margin: 0 auto;
    padding: 45px 15px;
}

.hero-img {
    height: 100%;
}
.hero-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}



/*****************************
            LISTS
*****************************/
.lists-block {
    padding-top: 130px;
    padding-bottom: 130px;
}

.list-title {
    font-weight: 600;
}

ul {
    list-style-type: "•  ";
    padding-left: 20px;
    font-weight: 300;
}
ul li {
    padding-bottom: 8px;
}

.list-more {
    font-weight: 300;
}
.list-more a {
    font-weight: 600;
}


/*****************************
            ABOUT
*****************************/
.about {
    background: #F2F2F2;
    padding-top: 130px;
    padding-bottom: 130px;
}

.about hr {
    border-top: 3px solid #266E9C;
    width: 72px;
    margin-left: 0;
    margin-top: 30px;
}



.why {
    padding-bottom: 40px;
}

.why .left-text {
    padding-right: 160px;
}
.why h2 {
    margin-top: 80px;
}
.why p {
    font-weight: 300;
}
.why p b {
    font-weight: bold;
}

.why-list {
    margin-bottom: 40px;
    max-width: 600px;
}
.why-icon {
    min-width: 73px;
    margin-right: 30px;
}





/*****************************
            QUOTES
*****************************/
.quotes-block {
    background: #002A45;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.quotes {
    max-width: 650px;
    margin: 0 auto;
}

.quotes-text {
    position: relative;
    font-size: 20px !important;
}
.quotes-text::before {
    content: '"';
    position: absolute;
    top: -23px;
    left: -70px;
    font-family: 'Secular One', sans-serif;
    font-size: 100px;
}
.quotes-name {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 30px;
}





/*****************************
            HOW
*****************************/
.how-block {
    padding-top: 130px;
    padding-bottom: 130px;
}


.steps-num-block {
    max-width: 72%;
    margin: 0 auto 40px;
    position: relative;
}
.steps-line {
    height: 1px;
    width: 100%;
    display: block;
    background: #266E9C;
    position: absolute;
    top: 26px;
    z-index: -1;
}




.steps p {
    line-height: 1.6;
}

.step-num {
    background: #F0F3F5;
    font-size: 24px;
    line-height: 53px;
    text-align: center;
    width: 53px;
    height: 53px;
    font-weight: bold;
    z-index: 2;
    position: relative;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50;
    border-radius: 50;
}



.step-left {
    float: left;
    height: 100%;
    margin-right: 38px;
    position: relative;
}

.step-left-line {
    width: 1px;
    height: 100%;
    background: #266E9C;
    position: absolute;
    top: 0;
    left: 26px;
    z-index: 1;
}


/*****************************
            CONTACT
*****************************/
.contact-block {
    background: #266E9C;
    padding-top: 125px;
    padding-bottom: 125px;
}

.contact-box {
    max-width: 875px;
    margin: 0 auto;
    background: #fff;
    padding: 70px 65px;
}


.contact-text .media img {
    width: 55px;
    height: 55px;
    object-fit: cover;
}


.media-body p {
    line-height: 1.3;
}
.media-body p i {
    font-weight: 300;
}




.form-control {
	height: auto;
	padding: 10px 20px;
	font-size: 16px;
    font-style: italic;
	color: #495057;
	border: 1px solid #BBBBBB;
	border-radius: 0;
}
textarea.form-control {
    min-height: 220px;
}


.form-control::placeholder {
  color: #999;
}

form .bttn {
    display: block;
    min-width: 150px;
    margin: 0 auto;
    padding: 8px 2px;
}

form .error {
    color: #ff0000;
}



/*****************************
            COPY
*****************************/
.copy-block {
    background: #000;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}


.copy-block p {
    font-weight: 300;
}
.copy-block p b {
    font-weight: 600;
}





/*****************************
            MODAL
*****************************/
.modal-dialog {
	max-width: 560px;
}

.modal-content {
	border: 1px solid #2C3032;
	border-radius: 0;
}
.modal-header {
	border-bottom: 0;
    padding: 0;
}
.modal-body {
	padding: 45px 50px 110px;
    text-align: center;
    line-height: 1.4;
}


.modal-header .close {
	padding: 15px 20px;
	margin: 0 0 0 auto;
	font-size: 35px;
	font-weight: 400;
	line-height: 1;
	color: #bbb;
	text-shadow: none;
	opacity: 1;
}

.modal-open .modal-backdrop {
    background-color: #000000;
    opacity: 0.6;
}


/**************************************
	           RESPONSIVE
**************************************/
nav .container {
    max-width: 1600px !important;
}

@media (max-width: 1600px) {

    
}

@media (max-width: 1440px) {


}

@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }

}

@media (max-width: 1299px) {

}







@media (max-width: 1199px) {
    h2, h3 {
        font-size: 36px;
    }
    
    p {
        font-size: 20px;
    }
    
    ul {
        font-size: 22px;
    }
    
    .about {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    
    .why {
        padding-bottom: 15px;
    }
    .why h2 {
        margin-top: 40px;
    }
    .why .left-text {
        padding-right: 15px;
    }
    
}




@media (max-width: 991px) {
    
    .logo-box {
        margin: 0;
    }

    
    .hero-block .left-text,
    .lists-block,
    .how-block,
    .contact-block
    {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .about {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    
    
    .why {
        padding-bottom: 0;
    }
    .why h2 {
        margin-top: 20px;
    }

    
    
    .quotes-block {
        padding-bottom: 50px;
    }
    .quotes-text,
    .quotes-name
    {
        text-align: center;
    }
    .quotes-text::before {
        top: -70px;
        left: calc(50% - 30px);
        line-height: 1;
    }
    
    
    .step-text {
        margin-bottom: 38px;
    }
    
    .step-box .blue {
        font-size: 20px !important;
        margin-top: 11px;
    }
    
}


@media (max-width: 768px) {

    .logo {
        font-size: 20px;
    }
    
    
    .why-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .why-text {
        text-align: center;
    }
    
    .why-text span {
        display: none;
    }
    
    .step-text {
        margin-bottom: 55px;
    }
    
    
    
    .contact-text > h3,
    .contact-text > p {
        text-align: center;
    }

    
    
    textarea.form-control {
        min-height: 100px;
    }
    
    
}




@media (max-width: 591px) {

    h2, h3 {
        font-size: 28px;
    }
    
    p {
        font-size: 16px;
    }
    
    ul,
    .list-title,
    .list-more
    {
        font-size: 20px;
    }
    
    .list-title {
        margin-top: 5px;
    }
    
    .logo {
        font-size: 14px;
    }
    
    
    .step-text {
        margin-bottom: 70px;
    }
    
    .bttn-big {
        font-size: 14px;
        padding: 9px 24px;
    }
    
    .contact-box {
        padding: 44px 18px;
    }
    
}



@media (max-width: 420px) {

    nav .bttn {
        padding: 9px 14px;
    }   
    
}


@media (max-width: 370px) {
   
}





