/*
 Theme Name:   Alina Nita
 Theme URI:    
 Description:  Theme of this site
 Author:       Cristian Onorei
 Author URI:   http://example.com
 Template:     blaskan
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light 
 Text Domain:  twenty-fifteen-child
*/


/* color_primary: ce3334;   */


#site-navigation {
	background-color: #ce3334;
    width: 100%;
    color: white;
}

#primary-menu > ul > li > a, #primary-menu > li > a {
    padding: 6px 0;
    display: block;
    color: white;
}

#primary-menu > ul > li, #primary-menu > li {
    padding-right: 100px;
}

html {
	font-family: Helvetica, Arial, sans-serif;
}

header#masthead {
    margin-bottom: 40px;
}

/*.entry-header {
	display: none;
}*/

.wpcu_block_title {
	display: none;
}

.slider p {
	display: none;
}

.sectiune {
	margin-top: 90px;
}

.sectiune h2 {
	text-align: center;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 35px;
}

.entry-content a {
    color: #ce3334;
}


.pt-cv-readmore {
    display: none !important;
}

h4.pt-cv-title {
	color: black !important;
}



/*   Footer styling   */

#colophon {
    color: white;
    padding: 30px 0;
/*    background: url(http://alinanita.ro/wp-content/themes/alina/assets/images/mandala.png), #ce3334;
    background-repeat: no-repeat;
	background-position: right -160px top -210px;*/
	position: relative;
    background: #ce3334;
    overflow: hidden;
}

#colophon:before {
	content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: url(https://alinanita.ro/wp-content/themes/alina/assets/images/mandala.png);
    background-repeat: no-repeat;
    background-position: right -60px top -210px;

}

#colophon a {
	color: white;
}

#colophon a:hover, #colophon a:focus {
    color: white;
}

.main-footer-navigation #footer-menu li {
	list-style: none;
}

.main-footer-navigation #footer-menu li {
	display: inline-block;
}

.main-footer-navigation #footer-menu li a {
    display: block;
    line-height: 30px;
    margin-right: 15px;
    text-decoration: none;
}

.main-footer-navigation #footer-menu li a:hover {
	opacity: 0.9;
}

#footer-menu li a:before {
    content: "";
    display: block;
    font-family: 'FontAwesome';
    font-size: 25px;
}

#footer-menu li a[href*="facebook.com"]:before {
    content: "\f09a";
}

#footer-menu li a[href*="youtube.com"]:before {
    content: "\f167";
}

#footer-menu li a[href*="instagram.com"]:before {
    content: "\f16d";
}


/* header styling */

.site-branding {
	border-bottom: none;
	padding-top: 60px;
	background: url(https://alinanita.ro/wp-content/themes/alina/assets/images/mandala.png);
	background-repeat: no-repeat;
	background-position: right -160px top -330px;
}

#primary-menu > ul > li > a:hover, #primary-menu > ul > li > a:focus, #primary-menu > li > a:hover, #primary-menu > li > a:focus {
    text-decoration: none;
    color: #c59339;
}


@media (max-width: 767px) {
	.site-branding {
		padding-top: 60px;
		background-position: right -330px top -330px;
	}

	.main-navigation .blaskan-main-menu > ul, .main-navigation .blaskan-main-menu > div {
    width: 100%;
    background-color: #ce3334;
	}

	#colophon:before {
		background-position: center bottom -415px;
	}

	
}

@media (max-width: 550px) {
	.site-branding {
		padding-top: 100px;
		background-position: center top -415px;
	}


}


@media (min-width: 768px) {
	.site-branding {
		padding-top: 60px;
		background-position: right -330px top -330px;
	}

	#primary-menu > ul > li, #primary-menu > li {
    padding-right: 50px;
	}
}

@media (min-width: 1200px) {
	.site-branding {
		padding-top: 60px;
		background-position: right -160px top -330px;
	}

	#primary-menu > ul > li, #primary-menu > li {
    padding-right: 100px;
	}

	.container {
    width: 970px;
	}
}




#tribe-events h2 {
    color: #ce3334;
    font-family: Helvetica, Arial, sans-serif;
}

.tribe-bar-filters {
	display: none;
}





/*  background: url(http://localhost/test/wp-content/themes/alina/assets/images/mandala.png), white; */
