/*
Theme Name: Magro
Theme URI: http://themewar.com/wp/magro/
Author: ThemeWar
Author URI: http://themewar.com/
Description: Magro - Blog & News Magazine WordPress Theme
Version: 1.0
License:
License URI:
*/


/*=======================================================================
 [Table of contents]
 =========================================================================
 1. All Presets
 2. Section Title
 */


/*-------------------------------------------------------------------------
/ 1. All Presets
---------------------------------------------------------------------------*/

html,
body {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .18px;
    color: #666666;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0;
    margin: 0 0 15px;
    line-height: 1.2;
}
p {
    margin: 0 0 10px;
}
a {
    color: #c72026;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}
a:hover,
a:focus {
    outline: 0;
    color: #333;
    text-decoration: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 0;
    box-shadow: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.quantityd input[type="number"]::-webkit-outer-spin-button,
.quantityd input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantityd input[type="number"] {
    -moz-appearance: textfield;
}
.yikes-easy-mc-form {
    position: relative;
}
.yikes-easy-mc-form input[type=email]:focus,
.yikes-easy-mc-form input[type=number]:focus,
.yikes-easy-mc-form input[type=text]:focus,
.yikes-easy-mc-form input[type=url]:focus,
.yikes-easy-mc-form select:focus {
    outline: none !important;
}
.yikes-easy-mc-form .EMAIL-label {
    width: 100%;
}
.yikes-easy-mc-form .edit-link {
    margin-top: 10px;
}
.yikes-easy-mc-form .btn-primary:not(:disabled):not(.disabled):active,
.yikes-easy-mc-form .btn-primary:not(:disabled):not(.disabled).active,
.yikes-easy-mc-form .show>.btn-primary.dropdown-toggle {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}
.yikes-easy-mc-form .btn-primary:focus,
.yikes-easy-mc-form .btn-primary.focus {
    box-shadow: none;
}
.comon_section {
    position: relative;
    padding: 100px 0;
}
.magro_btn {
    position: relative;
    height: 57px;
    text-align: center;
    display: inline-block;
    outline: none;
    border: 1px solid #666666;
    border-radius: 0;
    background: transparent;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    line-height: .8;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 0.80px;
    padding: 21px 54px;
}
.magro_btn:hover {
    border-color: #c72026;
    background: #c72026;
    color: #fff;
}
.magro_btn span {
    position: relative;
    width: 20px;
    height: 20px;
    top: -15px;
    line-height: .8;
    margin-right: 9px;
    display: inline-table;
}
.magro_btn span img {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: rotation 2s infinite linear;
}
.magro_btn span img:nth-child(2) {
    z-index: -1;
}
.magro_btn:hover span img:nth-child(2) {
    z-index: 1;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}


/*-------------------------------------------------------------------------
/ 2. Section Title
---------------------------------------------------------------------------*/
.sec_titles {
    font-size: 40px;
    font-weight: 800;
    line-height: .8;
    position: relative;
    margin: -4px 0 38px;
    color: #101010;
}
.sec_titles i {
    position: relative;
    display: inline-block;
    margin: 0 16px 0 0;
    top: 0;
    width: 4px;
    height: 28px;
    background: #c72026;
}
.sec_titles i:after {
    content: '';
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 2px;
    height: 4px;
    background: #c72026;
}
.sec_titles_2 {
    position: relative;
    font-size: 26px;
    line-height: .8;
    text-transform: uppercase;
    color: #333333;
    letter-spacing: 1.04px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 22px;
    margin: 0 0 38px;
}
.sec_titles_2 i {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 70px;
    height: 5px;
    background: #c72026;
}
.sec_titles_2 i:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 0 7px;
    border-color: transparent transparent transparent #c72026;
    left: 0;
    top: -6px;
}
.elementor-align-right .sec_titles_2 i {
    left: auto;
    right: 0;
}
.elementor-align-right .sec_titles_2 i:before {
    left: auto;
    right: 0;
    border-width: 0 0 6px 7px;
    border-color: transparent transparent #c72026 transparent;
}
.elementor-align-center .sec_titles_2 i {
    left: 0;
    right: 0;
    margin: auto;
}
.elementor-align-center .sec_titles_2 i:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #c72026 transparent;
}
.sec_titles_3 {
    font-size: 22px;
    line-height: .8;
    color: #fff;
    text-align: center;
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
    background: #c72026;
    height: 44px;
    letter-spacing: 1.32px;
    border: none;
    margin: 0 0 38px;
    padding: 12px 27px;
}
.sec_titles_3:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d1d1d1;
    content: '';
    top: 21px;
    left: 0;
    z-index: -1;
}
.sec_titles_3:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f6f6f6;
    content: '';
    top: 22px;
    left: 0;
    z-index: -1;
}
.sec_titles_3 i {
    position: relative;
}
.sec_titles_3 i:before {
    position: absolute;
    content: '';
    content: '';
    left: 0px;
    bottom: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 0;
    border-color: #c72026 transparent transparent transparent;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
}
.pr_paragraph a{
    color: inherit;
}
.pr_paragraph a:hover{
    color: #c72026;
}
.pr_paragraph span {
    color: #c72026;
    display: inline-block;
}
.sec_titles_inline {
    display: inline-block;
}
.noPaddingLeft {
    padding-left: 0;
}
.noPaddingRight {
    padding-right: 0;
}
.noPaddingBottom {
    padding-bottom: 0;
}
.noPaddingTop {
    padding-top: 0;
}
.noPadding {
    padding: 0;
}