body {
    color: $textColor;
    font-family: $fontFamilyPTSans;
    font-size: $fontSizeBase;
    line-height: $lineHieghtBase;
    font-weight: 400;
}
h1, 
h2, 
.h1, 
.h2 {
    font-family: $fontFamilyDroidSans;
    font-weight: 600;
}
h1,
.h1 {
    margin: 44px 0;
    font-size: $fontSizeH1;
}
h2, 
.h2 {
    margin: 0px 0 24px;
    font-size: $fontSizeH2;
}
h3, 
.h3{
    margin: 0px  0 24px;
    font-size: $fontSizeH3;
    font-weight: 600;
}
h4, 
.h4 {
    margin: 0px 0 26px;
    font-size: $fontSizeH4;
    font-weight: 600;
    text-transform: uppercase;
}
h5, 
.h5 {  
    margin: 0px 0 26px;
    font-size: $fontSizeH5;
    font-weight: 600;
}
h6, 
.h6{
    margin: 0px 0 28px;
    color: $grey;
    font-size: $fontSizeH6;
}
p ,
table,
dl,
dd{
    margin: 0 0 24px;
}
dd{
    margin-left: 24px;
}
hr {
    margin: 47px 0;
    border:0px solid;
    &,
    &.line {
        border-top:1px solid $grey;
    }
    &.dotted {
        border-top:1px dotted $grey;
    }
    &.dashed {
        border-top:1px dashed $grey;
    }
}
ul,
ol{
    list-style: none;
    &,
    li{
        margin: 0;
        padding: 0;
    }
}
.site-main{ 
    ul,
    ol{
        margin-bottom: 24px;
    }
}
*:focus, 
a:focus{
    outline: none;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    &,
    &:hover,
        &:focus{ 
        color:$brandColor;
    }
    &.underline{
        text-decoration: underline;
    }
}

blockquote {
    position: relative;
    background:$qouteBg;
    padding: 35px 30px 31px 91px;
    margin: 0 0 24px;
    font-size: 18px;
	font-style: italic;
    line-height: 1.7;
    border-left: 8px solid $brandColor;
    min-height:120px;
    &:before{
        content: '\201c';
        position: absolute;
        left: 20px;
        top: 38px;
        color: $brandColor;
        font-family:  $fontFamilyDroidSans;
        font-size: 120px;
        font-style: normal;
        line-height: 100px;
    }
    &:after{
        content: '';
        position: absolute;
        bottom: -16px;
        left: 23px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 17px 17px 0 17px;
        border-color: $qouteBg transparent transparent transparent;
    }
}
.site-main,
.site-footer,
.main-header{
    .form-control ,
    input[type="text"],
    input[type="url"],
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    select,
    textarea{
        padding: 8px 16px 7px;
        background: #f6f7f7;
        color: #4f4f4f;
        font-family: $fontFamilyPTSans;
        font-size: $fontSizeBase;
        font-weight: 400;
        line-height: $lineHieghtBase;       
        border: 1px solid #d4d4d4;
        border-radius: 4px;
        @include box-shadow(inset 0 1px 1px rgba(0,0,0,0));
        &:focus {
            border-color: #d4d4d4;
            outline: 0;
            @include box-shadow(inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(102, 175, 233, 0));
        }
    }
    ::-webkit-input-placeholder {
        color: #4f4f4f;
    }
    :-moz-placeholder { 
        color: #4f4f4f; 
    }
    ::-moz-placeholder {  
        color: #4f4f4f; 
    }
    :-ms-input-placeholder {  
        color: #4f4f4f; 
    }

    .form-control ,
    input[type="text"],
    input[type="url"],
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    select{
        height: 49px;
    }
    .form-control ,
    input[type="text"],
    input[type="url"],
    input[type="email"],
    input[type="password"],
    input[type="search"],
    input[type="tel"]{
        width: 370px;
        max-width: 100%;
    }
    textarea, 
    textarea.form-control{
        width:100%;
        height: auto;
    }
    label{
        margin-bottom: 16px;
        color:#4f4f4f;
        font-size:20px;    
        vertical-align: top;
    }
}

label {
	font-weight: normal;
}

iframe,
embed{
    max-width: 100%;
}
 .entry-content,
 .comment-content{
    ol{ 
        list-style: decimal;
        list-style-position: inside;
        li{
            margin-bottom: 12px;
        }
    }
    ul{
        margin-left:19px;
        &>li{

            position: relative;
            margin: 0 0  12px;
        }
    }
    ul{
        list-style-type: disc;
    }
    ul,
    ol{         
        ul,
        ol{
            margin: 12px 0 0 19px;
        }
    }
}
.required{
    color:$brandColor;
}
.form-group ,
.form-row,
.wpcf7 p{ 
    margin-bottom: 32px;
}
.form-row label{
    display: block;
}
.site-main,
.site-footer,
.main-header{ 
    .button,
    button, 
    input[type="button"],
    input[type="submit"],
    .added_to_cart{ 
        padding: 14px 28px;
        background: $brandColor;
        color: #ffffff;
        font-family: $fontFamilyPTSans;
        font-size: 16px;
        line-height: $lineHieghtBase;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        border-radius: 4px;
        border: 0px solid;
        min-height:49px;
        &:hover,
            &:focus{
            background:$brandColorHover;
            color: #ffffff;
            text-decoration: none;
        }
        &.white-button{
            padding: 12px 26px ;
            background: transparent;
            color:$grey;          
            border: 2px solid $grey;
            text-shadow:none;
            &:hover,&:focus{
                background: $brandColor;
                color: #ffffff;
                border-color: $brandColor;
            }   
        }

    }


}
.select-wrapper{ 
    position: relative;
    width:370px;
    max-width:100%;    
    background: #f6f7f7;
    border-radius: 4px;
    overflow:wrapper;
    &:before{
        display: block;
        position:absolute;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "\f107";
        font-size:24px;
        color:#a6a5a5;        
        line-height: 46px;
        right: 18px;
        top: 0px;
        z-index: 1;
    }
    select{ 
        position:relative;
        padding-right: 43px;
        background: transparent;
        max-width: 100%!important;
        width:100%!important;
        z-index: 2;
    }
}
select{    
    appearance: none;
    -moz-appearance:none;
    -webkit-appearance: none;
}

table{
    width:100%;
    vertical-align: middle;

    thead{
        background: $brandColor;
        color:#ffffff;

        th, 
        td{
            text-align: center;
            padding: 14px;
            font-weight: 600;
            border-bottom:1px solid $tableBorder;
            border-top:1px solid $tableBorder;
        }
        tr{
            th:first-child,
                td:first-child{
                border-left:1px solid $tableBorder;
            }
            th:last-child,
                td:last-child{
                border-right:1px solid $tableBorder;
            }
        }
    }
    th{ 
        font-weight: 600;
    }
    tbody{
        background:#ffffff;
    }
    tbody,
    tfoot{
        tr:nth-child(even){
            background:$tableBgEven;
        }
        td{   
            text-align: center;
        }
        td, 
        th{   
            text-align: center;
            padding: 14px;
            border:1px solid $tableBorder
        }
    }
}

.thumbnail{
    border:1px solid $thumbnailBorder;
    border-radius: 0px;
    padding: 0;
}
a.thumbnail:hover,
a.thumbnail:focus, 
a.thumbnail.active {    
    border:1px solid $thumbnailBorder;
}
.select2-container{
    max-width: 370px;
    width:100%;
    .select2-choice {
        padding: 13px 16px ;
        background: #f6f7f7;
        color: #4f4f4f;
        font-family: $fontFamilyPTSans;
        font-size: $fontSizeBase;
        font-weight: 400;
        line-height: $lineHieghtBase;       
        border: 1px solid #d4d4d4;
        border-radius: 4px;
        @include box-shadow(inset 0 1px 1px rgba(0,0,0,0));
        height:49px;
        .select2-arrow{
            width:33px;
            b:after{
                display: inline-block;
                top: 0;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                transform: translate(0, 0);
                content: "\f107";
                font-size:24px;
                color:#a6a5a5;
                line-height: 45px;  
                border: 0px solid;
                left: 7px;
                top: 2px;
            }
        }
    }
}
